New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_cfg in NEMO/branches/2019/ENHANCE-03_domcfg – NEMO

source: NEMO/branches/2019/ENHANCE-03_domcfg/namelist_cfg @ 11207

Last change on this file since 11207 was 10727, checked in by rblod, 5 years ago

new nesting tools (attempt) and brutal cleaning of DOMAINcfg, see ticket #2129

File size: 4.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   nn_no       =       0   !  job number (no more used...)
9   cn_exp      =  "domaincfg"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =      75   !  last  time step (std 5475)
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration
15!-----------------------------------------------------------------------
16   !
17   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
18   !                       !      ===>>> will become the only possibility in v4.0
19   !                       ! =F : e3 analytical derivative of depth function
20   !                       !      only there for backward compatibility test with v3.6
21   !                       !     
22   cp_cfg      =  "orca"   !  name of the configuration
23   jp_cfg      =       2   !  resolution of the configuration
24   jpidta      =     182   !  1st lateral dimension ( >= jpi )
25   jpjdta      =     149   !  2nd    "         "    ( >= jpj )
26   jpkdta      =      31   !  number of levels      ( >= jpk )
27   jpiglo      =     182   !  1st dimension of global domain --> i =jpidta
28   jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta
29   jpizoom     =       1   !  left bottom (i,j) indices of the zoom
30   jpjzoom     =       1   !  in data domain indices
31   jperio      =       4   !  lateral cond. type (between 0 and 6)
32/
33!-----------------------------------------------------------------------
34&namzgr        !   vertical coordinate
35!-----------------------------------------------------------------------
36   ln_zps      = .true.    !  z-coordinate - partial steps
37   ln_linssh   = .true.    !  linear free surface
38/
39&namzgr_sco
40/
41&namlbc
42/
43&namagrif
44/
45&nambdy
46/
47&nam_vvl
48/
49
50!-----------------------------------------------------------------------
51&namdom        !   space and time domain (bathymetry, mesh, timestep)
52!-----------------------------------------------------------------------
53   jphgr_msh   =       0               !  type of horizontal mesh
54   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
55   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
56   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
57   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
58   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
59   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
60   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
61   ppa0        =     255.58049070440   ! (default coefficients)
62   ppa1        =     245.58132232490   !
63   ppkth       =      21.43336197938   !
64   ppacr       =       3.0             !
65   ppdzmin     =  999999.              !  Minimum vertical spacing
66   pphmax      =  999999.              !  Maximum depth
67   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
68   ppa2        =  999999.              !  Double tanh function parameters
69   ppkth2      =  999999.              !
70   ppacr2      =  999999.              !
71/
72!-----------------------------------------------------------------------
73&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&namctl        !   Control prints & Benchmark
78!-----------------------------------------------------------------------
79/
Note: See TracBrowser for help on using the repository browser.