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 branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/CONFIG/GYRE/EXP00 – NEMO

source: branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg @ 4740

Last change on this file since 4740 was 4740, checked in by timgraham, 10 years ago

Corrected bugs in trcdmp and trcnam_trp
Modifications to nam_tradmp in configuration namelists

File size: 19.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "GYRE"   !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =    4320   !  last  time step
10   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
11   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
12   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
13/
14!-----------------------------------------------------------------------
15&namcfg     !   parameters of the configuration   
16!-----------------------------------------------------------------------
17   cp_cfg      =  "gyre"                 !  name of the configuration
18   jp_cfg      =       1                 !  resolution of the configuration
19   jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2
20   jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2
21   jpkdta      =      31                 !  number of levels      ( >= jpk )
22   jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta
23   jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta
24   jpizoom     =       1                 !  left bottom (i,j) indices of the zoom
25   jpjzoom     =       1                 !  in data domain indices
26   jperio      =       0                 !  lateral cond. type (between 0 and 6)
27/
28!-----------------------------------------------------------------------
29&namzgr        !   vertical coordinate
30!-----------------------------------------------------------------------
31   ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
32   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
33/
34!-----------------------------------------------------------------------
35&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namdom        !   space and time domain (bathymetry, mesh, timestep)
40!-----------------------------------------------------------------------
41   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
42   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
43   rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1)
44   rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1)
45   jphgr_msh   =       5                 !  type of horizontal mesh
46   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1)
47   ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1)
48   ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees)
49   ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees)
50   ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees)
51   ppe2_m      =  999999.0               !  meridional grid-spacing (degrees)
52   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients
53   ppa0        =     155.8325369664153   ! (default coefficients)
54   ppa1        =     146.3615918601890   !
55   ppkth       =      17.28520372419791  !
56   ppacr       =       5.0               !
57   ppdzmin     =  999999.0               !  Minimum vertical spacing
58   pphmax      =  999999.0               !  Maximum depth
59   ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates
60   ppa2        =  999999.0               !  Double tanh function parameters
61   ppkth2      =  999999.0               !
62   ppacr2      =  999999.0               !
63/
64!-----------------------------------------------------------------------
65&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namcrs        !   Grid coarsening for dynamics output and/or
70               !   passive tracer coarsened online simulations
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namtsd    !   data : Temperature  & Salinity
75!-----------------------------------------------------------------------
76   cn_dir        = './'      !  root directory for the location of the runoff files
77   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
78   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
79/
80!-----------------------------------------------------------------------
81&namsbc        !   Surface Boundary Condition (surface module)
82!-----------------------------------------------------------------------
83   nn_fsbc     = 1         !  frequency of surface boundary condition computation
84                           !     (also = the frequency of sea-ice model call)
85   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
86   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
87   nn_ice      = 0         !  =0 no ice boundary condition   ,
88   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
89   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
90   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
91/
92!-----------------------------------------------------------------------
93&namsbc_ana    !   analytical surface boundary condition
94!-----------------------------------------------------------------------
95   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps
96   rn_utau0    =   0.1e0   !  uniform value for the i-stress
97/
98!-----------------------------------------------------------------------
99&namsbc_flx    !   surface boundary condition : flux formulation
100!-----------------------------------------------------------------------
101/
102!-----------------------------------------------------------------------
103&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
104!-----------------------------------------------------------------------
105/
106!-----------------------------------------------------------------------
107&namsbc_core   !   namsbc_core  CORE bulk formulae
108!-----------------------------------------------------------------------
109/
110!-----------------------------------------------------------------------
111&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namtra_qsr    !   penetrative solar radiation
120!-----------------------------------------------------------------------
121   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
122   ln_qsr_2bd  = .true.    !  2 bands              light penetration
123   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
124/
125!-----------------------------------------------------------------------
126&namsbc_rnf    !   runoffs namelist surface boundary condition
127!-----------------------------------------------------------------------
128   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
129/
130!-----------------------------------------------------------------------
131&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&namsbc_ssr    !   surface boundary condition : sea surface restoring
136!-----------------------------------------------------------------------
137   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
138   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
139   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
140/
141!-----------------------------------------------------------------------
142&namsbc_alb    !   albedo parameters
143!-----------------------------------------------------------------------
144/
145!-----------------------------------------------------------------------
146&namberg       !   iceberg parameters
147!-----------------------------------------------------------------------
148/
149!-----------------------------------------------------------------------
150&namlbc        !   lateral momentum boundary condition
151!-----------------------------------------------------------------------
152   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
153/
154!-----------------------------------------------------------------------
155&namcla        !   cross land advection
156!-----------------------------------------------------------------------
157/
158!-----------------------------------------------------------------------
159&namobc        !   open boundaries parameters                           ("key_obc")
160!-----------------------------------------------------------------------
161/
162!-----------------------------------------------------------------------
163&namagrif      !  AGRIF zoom                                            ("key_agrif")
164!-----------------------------------------------------------------------
165/
166!-----------------------------------------------------------------------
167&nam_tide      !    tide parameters (#ifdef key_tide)
168!-----------------------------------------------------------------------
169/
170!-----------------------------------------------------------------------
171&nambdy        !  unstructured open boundaries                          ("key_bdy")
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&nambdy_dta      !  open boundaries - external data           ("key_bdy")
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&nambdy_tide     ! tidal forcing at open boundaries
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&nambfr        !   bottom friction
184!-----------------------------------------------------------------------
185   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
186/
187!-----------------------------------------------------------------------
188&nambbc        !   bottom temperature boundary condition
189!-----------------------------------------------------------------------
190   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
191   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
192/
193!-----------------------------------------------------------------------
194&nambbl        !   bottom boundary layer scheme
195!-----------------------------------------------------------------------
196/
197!-----------------------------------------------------------------------
198&nameos        !   ocean physical parameters
199!-----------------------------------------------------------------------
200   nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency
201/
202!-----------------------------------------------------------------------
203&namtra_adv    !   advection scheme for tracer
204!-----------------------------------------------------------------------
205   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl
206/
207!-----------------------------------------------------------------------
208&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
209!-----------------------------------------------------------------------
210/
211!----------------------------------------------------------------------------------
212&namtra_ldf    !   lateral diffusion scheme for tracers
213!----------------------------------------------------------------------------------
214   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
215   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
216/
217!-----------------------------------------------------------------------
218&namtra_dmp    !   tracer: T & S newtonian damping
219!-----------------------------------------------------------------------
220   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
221/
222!-----------------------------------------------------------------------
223&namdyn_adv    !   formulation of the momentum advection
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
228!-----------------------------------------------------------------------
229   ln_dynvor_ene = .true.  !  energy    conserving scheme 
230   ln_dynvor_ens = .false. !  enstrophy conserving scheme   
231   ln_dynvor_een = .false. !  energy & enstrophy scheme
232/
233!-----------------------------------------------------------------------
234&namdyn_hpg    !   Hydrostatic pressure gradient option
235!-----------------------------------------------------------------------
236   ln_hpg_zco  = .true.    !  z-coordinate - full steps
237   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
238/
239!-----------------------------------------------------------------------
240!namdyn_spg    !   surface pressure gradient   (CPP key only)
241!-----------------------------------------------------------------------
242!-----------------------------------------------------------------------
243&namdyn_ldf    !   lateral diffusion on momentum
244!-----------------------------------------------------------------------
245   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
246/
247!-----------------------------------------------------------------------
248&namzdf        !   vertical physics
249!-----------------------------------------------------------------------
250   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
251/
252!-----------------------------------------------------------------------
253&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
254!-----------------------------------------------------------------------
255/
256!-----------------------------------------------------------------------
257&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
258!-----------------------------------------------------------------------
259   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
260/
261!------------------------------------------------------------------------
262&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
263!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
264/
265!-----------------------------------------------------------------------
266&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
271!-----------------------------------------------------------------------
272/
273!-----------------------------------------------------------------------
274&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
275!-----------------------------------------------------------------------
276   ln_tmx_itf  = .false.   !  ITF specific parameterisation
277/
278!-----------------------------------------------------------------------
279&namsol        !   elliptic solver / island / free surface
280!-----------------------------------------------------------------------
281   nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg)
282   nn_nmin     =    210    !  minimum of iterations for the SOR solver
283   rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain)
284/
285!-----------------------------------------------------------------------
286&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
287!-----------------------------------------------------------------------
288/
289!-----------------------------------------------------------------------
290&namctl        !   Control prints & Benchmark
291!-----------------------------------------------------------------------
292/
293!-----------------------------------------------------------------------
294&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
295!-----------------------------------------------------------------------
296/
297!-----------------------------------------------------------------------
298&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
299!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
300!-----------------------------------------------------------------------
301/
302!-----------------------------------------------------------------------
303&namflo       !   float parameters                                      ("key_float")
304!-----------------------------------------------------------------------
305/
306!-----------------------------------------------------------------------
307&namptr       !   Poleward Transport Diagnostic
308!-----------------------------------------------------------------------
309/
310!-----------------------------------------------------------------------
311&namhsb       !  Heat and salt budgets
312!-----------------------------------------------------------------------
313/
314!-----------------------------------------------------------------------
315&namdct        ! transports through sections
316!-----------------------------------------------------------------------
317    nn_dct      = 60       !  time step frequency for transports computing
318    nn_dctwri   = 60       !  time step frequency for transports writing
319    nn_secdebug = 0        !      0 : no section to debug
320/
321!-----------------------------------------------------------------------
322&namobs       !  observation usage switch                               ('key_diaobs')
323!-----------------------------------------------------------------------
324/
325!-----------------------------------------------------------------------
326&nam_asminc   !   assimilation increments                               ('key_asminc')
327!-----------------------------------------------------------------------
328/
329!-----------------------------------------------------------------------
330&namsbc_wave   ! External fields from wave model
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
335!-----------------------------------------------------------------------
336   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water
337/
Note: See TracBrowser for help on using the repository browser.