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.template in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/ORCA2_LIM_FABM_ERSEM/EXP01 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/ORCA2_LIM_FABM_ERSEM/EXP01/namelist.template

Last change on this file was 15480, checked in by jcastill, 3 years ago

Changes as in the git branch NEMO-FABMv1-ERSEM

File size: 11.3 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_it000 = __N0__
9   nn_itend = __NEND__
10   nn_date0 = __DATE0__
11   nn_euler = __EULER__    !  =0 start with forward time step or not (=1)
12   nn_rstctl   = __RST__   !  restart control ==> activated only if ln_rstart=T
13                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
14                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
15                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
16   ln_rstart   = __LRST__   !  start from rest (F) or from a restart file (T)
17   ln_clobber  = .true.   !  clobber (overwrite) an existing file
18/
19!-----------------------------------------------------------------------
20&namcfg        !   parameters of the configuration
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/
37!-----------------------------------------------------------------------
38&namdom        !   space and time domain (bathymetry, mesh, timestep)
39!-----------------------------------------------------------------------
40   nn_msh      =    0      !  create (=1) a mesh file or not (=0)
41   jphgr_msh   =       0               !  type of horizontal mesh
42   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
43   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
44   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
45   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
46   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
47   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
48   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
49   ppa0        =     255.58049070440   ! (default coefficients)
50   ppa1        =     245.58132232490   !
51   ppkth       =      21.43336197938   !
52   ppacr       =       3.0             !
53   ppdzmin     =  999999.              !  Minimum vertical spacing
54   pphmax      =  999999.              !  Maximum depth
55   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
56   ppa2        =  999999.              !  Double tanh function parameters
57   ppkth2      =  999999.              !
58   ppacr2      =  999999.              !
59/
60!-----------------------------------------------------------------------
61&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namcrs        !   Grid coarsening for dynamics output and/or
66               !   passive tracer coarsened online simulations
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namtsd    !   data : Temperature  & Salinity
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namsbc        !   Surface Boundary Condition (surface module)
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namsbc_core   !   namsbc_core  CORE bulk formulae
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namtra_qsr    !   penetrative solar radiation
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namsbc_rnf    !   runoffs namelist surface boundary condition
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namsbc_ssr    !   surface boundary condition : sea surface restoring
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&namsbc_alb    !   albedo parameters
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namberg       !   iceberg parameters
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&namlbc        !   lateral momentum boundary condition
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namcla        !   cross land advection
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&nambfr        !   bottom friction
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&nambbc        !   bottom temperature boundary condition
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&nambbl        !   bottom boundary layer scheme
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&nameos        !   ocean physical parameters
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namtra_adv    !   advection scheme for tracer
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
135!-----------------------------------------------------------------------
136/
137!----------------------------------------------------------------------------------
138&namtra_ldf    !   lateral diffusion scheme for tracers
139!----------------------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&namtra_dmp    !   tracer: T & S newtonian damping
143!-----------------------------------------------------------------------
144/
145!-----------------------------------------------------------------------
146&namdyn_adv    !   formulation of the momentum advection
147!-----------------------------------------------------------------------
148/
149!-----------------------------------------------------------------------
150&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&namdyn_hpg    !   Hydrostatic pressure gradient option
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namdyn_ldf    !   lateral diffusion on momentum
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&namzdf        !   vertical physics
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
171!-----------------------------------------------------------------------
172/
173!-----------------------------------------------------------------------
174&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
175!-----------------------------------------------------------------------
176/
177!-----------------------------------------------------------------------
178&namsol        !   elliptic solver / island / free surface
179!-----------------------------------------------------------------------
180/
181!-----------------------------------------------------------------------
182&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
183!-----------------------------------------------------------------------
184/
185!-----------------------------------------------------------------------
186&namctl        !   Control prints & Benchmark
187!-----------------------------------------------------------------------
188/
189!-----------------------------------------------------------------------
190&namptr       !   Poleward Transport Diagnostic
191!-----------------------------------------------------------------------
192/
193!-----------------------------------------------------------------------
194&namhsb       !  Heat and salt budgets
195!-----------------------------------------------------------------------
196/
197!-----------------------------------------------------------------------
198&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
199!-----------------------------------------------------------------------
200/
201!-----------------------------------------------------------------------
202&namobs       !  observation usage                                      ('key_diaobs')
203!-----------------------------------------------------------------------
204/
205!-----------------------------------------------------------------------
206&nam_asminc   !   assimilation increments                               ('key_asminc')
207!-----------------------------------------------------------------------
208/
Note: See TracBrowser for help on using the repository browser.