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/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg @ 6624

Last change on this file since 6624 was 6624, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: add domain_cfg.nc file which includes jperio, and vert. coord. logicals. +code cleaning

File size: 22.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namusr_def    !   GYRE user defined namelist 
6!-----------------------------------------------------------------------
7   nn_GYRE     =     1     !  GYRE resolution [1/degrees]
8   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant
9   jpkglo      =    31     !  number of model levels
10/
11
12!-----------------------------------------------------------------------
13&namrun        !   parameters of the run
14!-----------------------------------------------------------------------
15   cn_exp      =  "GYRE"   !  experience name
16   nn_it000    =       1   !  first time step
17   nn_itend    =    4320   !  last  time step
18   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
19   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
20   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
21
22   ln_clobber  = .true.    !  clobber (overwrite) an existing file
23
24/
25!-----------------------------------------------------------------------
26&namcfg     !   parameters of the configuration   
27!-----------------------------------------------------------------------
28   ln_read_cfg = .true.  !!gm .false.   !  flag to read (.true.) configuration definition files (coordinates,
29   cp_cfg      =  "gyre"                 !  name of the configuration
30   jp_cfg      =       1                 !  resolution of the configuration
31/
32!-----------------------------------------------------------------------
33&namzgr        !   vertical coordinate
34!-----------------------------------------------------------------------
35   ln_zco      = .true.    !  z-coordinate - full    steps
36   ln_linssh   = .true.    !  linear free surface
37/
38!-----------------------------------------------------------------------
39&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namdom        !   space and time domain (bathymetry, mesh, timestep)
44!-----------------------------------------------------------------------
45   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
46   rn_rdt      = 7200.     !  time step for the dynamics
47   nn_msh      =   -1      !  create (=1) a mesh file or not (=0)
48   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients
49   ppa0        =     155.8325369664153   ! (default coefficients)
50   ppa1        =     146.3615918601890   !
51   ppkth       =      17.28520372419791  !
52   ppacr       =       5.0               !
53   ppdzmin     =  999999.0               !  Minimum vertical spacing
54   pphmax      =  999999.0               !  Maximum depth
55   ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates
56   ppa2        =  999999.0               !  Double tanh function parameters
57   ppkth2      =  999999.0               !
58   ppacr2      =  999999.0               !
59/
60!-----------------------------------------------------------------------
61&namcrs        !   Grid coarsening for dynamics output and/or
62               !   passive tracer coarsened online simulations
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namtsd    !   data : Temperature  & Salinity
67!-----------------------------------------------------------------------
68   cn_dir        = './'      !  root directory for the location of the runoff files
69   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
70   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
71/
72!-----------------------------------------------------------------------
73&namsbc        !   Surface Boundary Condition (surface module)
74!-----------------------------------------------------------------------
75   nn_fsbc     = 1         !  frequency of surface boundary condition computation
76   !                       !     (also = the frequency of sea-ice model call)
77   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
78   nn_ice      = 0         !  =0 no ice boundary condition   ,
79   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
80   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
81   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
82/
83!-----------------------------------------------------------------------
84&namsbc_ana    !   analytical surface boundary condition
85!-----------------------------------------------------------------------
86   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps
87   rn_utau0    =   0.1e0   !  uniform value for the i-stress
88/
89!-----------------------------------------------------------------------
90&namsbc_flx    !   surface boundary condition : flux formulation
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namsbc_core   !   namsbc_core  CORE bulk formulae
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namtra_qsr    !   penetrative solar radiation
111!-----------------------------------------------------------------------
112   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
113   ln_qsr_2bd  = .true.    !  2 bands              light penetration
114   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
115/
116!-----------------------------------------------------------------------
117&namsbc_rnf    !   runoffs namelist surface boundary condition
118!-----------------------------------------------------------------------
119   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
120/
121!-----------------------------------------------------------------------
122&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namsbc_ssr    !   surface boundary condition : sea surface restoring
127!-----------------------------------------------------------------------
128   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
129   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
130   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
131/
132!-----------------------------------------------------------------------
133&namsbc_alb    !   albedo parameters
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&namberg       !   iceberg parameters
138!-----------------------------------------------------------------------
139/
140!-----------------------------------------------------------------------
141&namlbc        !   lateral momentum boundary condition
142!-----------------------------------------------------------------------
143   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
144/
145!-----------------------------------------------------------------------
146&namagrif      !  AGRIF zoom                                            ("key_agrif")
147!-----------------------------------------------------------------------
148/
149!-----------------------------------------------------------------------
150&nam_tide      !    tide parameters (#ifdef key_tide)
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&nambdy        !  unstructured open boundaries                          ("key_bdy")
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&nambdy_dta      !  open boundaries - external data           ("key_bdy")
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&nambdy_tide     ! tidal forcing at open boundaries
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&nambfr        !   bottom friction
167!-----------------------------------------------------------------------
168   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
169/
170!-----------------------------------------------------------------------
171&nambbc        !   bottom temperature boundary condition
172!-----------------------------------------------------------------------
173   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
174   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
175/
176!-----------------------------------------------------------------------
177&nambbl        !   bottom boundary layer scheme
178!-----------------------------------------------------------------------
179/
180!-----------------------------------------------------------------------
181&nameos        !   ocean physical parameters
182!-----------------------------------------------------------------------
183   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency
184                                 !  =-1, TEOS-10
185                                 !  = 0, EOS-80
186                                 !  = 1, S-EOS   (simplified eos)
187   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
188   !                             !
189   !                      ! S-EOS coefficients :
190   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
191   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
192   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
193   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
194   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
195   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
196   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
197   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
198!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
199!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
200!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
201/
202!-----------------------------------------------------------------------
203&namtra_adv    !   advection scheme for tracer
204!-----------------------------------------------------------------------
205   ln_traadv_fct =  .true.   !  FCT scheme
206      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
207      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
208      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
209      !                             !        (number of sub-timestep = nn_fct_zts)
210/
211!-----------------------------------------------------------------------
212&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
213!-----------------------------------------------------------------------
214/
215!----------------------------------------------------------------------------------
216&namtra_ldf    !   lateral diffusion scheme for tracers
217!----------------------------------------------------------------------------------
218   !                       !  Operator type:
219   ln_traldf_lap   =  .true.   !    laplacian operator
220   ln_traldf_blp   =  .false.  !  bilaplacian operator
221   !                       !  Direction of action:
222   ln_traldf_lev   =  .false.  !  iso-level
223   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
224   ln_traldf_iso   =  .true.   !  iso-neutral
225   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
226   !
227   !                       !  iso-neutral options:       
228   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
229   rn_slpmax       =   0.01    !  slope limit                      (both operators)
230   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
231   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
232   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
233   !
234   !                       !  Coefficients:
235   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
236   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
237   !                                !   =  0           constant
238   !                                !   = 10 F(k)      =ldf_c1d
239   !                                !   = 20 F(i,j)    =ldf_c2d
240   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
241   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
242   !                                !   = 31 F(i,j,k,t)=F(local velocity)
243   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
244   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
245/
246!----------------------------------------------------------------------------------
247&namtra_ldfeiv !   eddy induced velocity param.
248!----------------------------------------------------------------------------------
249   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
250/
251!-----------------------------------------------------------------------
252&namtra_dmp    !   tracer: T & S newtonian damping
253!-----------------------------------------------------------------------
254   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
255/
256!-----------------------------------------------------------------------
257&namdyn_adv    !   formulation of the momentum advection
258!-----------------------------------------------------------------------
259/
260!-----------------------------------------------------------------------
261&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
262!-----------------------------------------------------------------------
263   ln_dynvor_ene = .true.  !  enstrophy conserving scheme
264   ln_dynvor_ens = .false. !  energy conserving scheme
265   ln_dynvor_mix = .false. !  mixed scheme
266   ln_dynvor_een = .false. !  energy & enstrophy scheme
267      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
268/
269!-----------------------------------------------------------------------
270&namdyn_hpg    !   Hydrostatic pressure gradient option
271!-----------------------------------------------------------------------
272   ln_hpg_zco  = .true.    !  z-coordinate - full steps
273   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
274/
275!-----------------------------------------------------------------------
276&namdyn_spg    !   surface pressure gradient
277!-----------------------------------------------------------------------
278   ln_dynspg_ts  = .true.  !  split-explicit free surface
279/
280!-----------------------------------------------------------------------
281&namdyn_ldf    !   lateral diffusion on momentum
282!-----------------------------------------------------------------------
283   !                       !  Type of the operator :
284   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
285   ln_dynldf_lap =  .true.     !    laplacian operator
286   ln_dynldf_blp =  .false.    !  bilaplacian operator
287   !                       !  Direction of action  :
288   ln_dynldf_lev =  .true.     !  iso-level
289   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
290   ln_dynldf_iso =  .false.    !  iso-neutral
291   !                       !  Coefficient
292   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
293   !                                !  =-30  read in eddy_viscosity_3D.nc file
294   !                                !  =-20  read in eddy_viscosity_2D.nc file
295   !                                !  =  0  constant
296   !                                !  = 10  F(k)=c1d
297   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
298   !                                !  = 30  F(i,j,k)=c2d*c1d
299   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
300   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s]
301   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
302   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
303/
304!-----------------------------------------------------------------------
305&namzdf        !   vertical physics
306!-----------------------------------------------------------------------
307   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
308/
309!-----------------------------------------------------------------------
310&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
311!-----------------------------------------------------------------------
312/
313!-----------------------------------------------------------------------
314&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
315!-----------------------------------------------------------------------
316   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
317/
318!-----------------------------------------------------------------------
319&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
320!-----------------------------------------------------------------------
321/
322!-----------------------------------------------------------------------
323&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
324!-----------------------------------------------------------------------
325/
326!-----------------------------------------------------------------------
327&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
328!-----------------------------------------------------------------------
329   ln_tmx_itf  = .false.   !  ITF specific parameterisation
330/
331!-----------------------------------------------------------------------
332&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
333!-----------------------------------------------------------------------
334/
335!-----------------------------------------------------------------------
336&namctl        !   Control prints & Benchmark
337!-----------------------------------------------------------------------
338/
339!-----------------------------------------------------------------------
340&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
341!-----------------------------------------------------------------------
342/
343!-----------------------------------------------------------------------
344&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
345!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
346!-----------------------------------------------------------------------
347   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
348   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output
349   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
350   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet)
351   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
352   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
353   ln_tra_trd  = .false.    ! (T) 3D tracer trend output
354   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
355   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
356/
357!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
358!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
359!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input)
360!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output)
361!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics
362!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S
363!!gm
364!-----------------------------------------------------------------------
365&namflo       !   float parameters                                      ("key_float")
366!-----------------------------------------------------------------------
367/
368!-----------------------------------------------------------------------
369&namptr       !   Poleward Transport Diagnostic
370!-----------------------------------------------------------------------
371/
372!-----------------------------------------------------------------------
373&namhsb       !  Heat and salt budgets
374!-----------------------------------------------------------------------
375/
376!-----------------------------------------------------------------------
377&namdct        ! transports through sections
378!-----------------------------------------------------------------------
379    nn_dct      = 60       !  time step frequency for transports computing
380    nn_dctwri   = 60       !  time step frequency for transports writing
381    nn_secdebug = 0        !      0 : no section to debug
382/
383!-----------------------------------------------------------------------
384&namobs       !  observation usage switch                               ('key_diaobs')
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&nam_asminc   !   assimilation increments                               ('key_asminc')
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&namsbc_wave   ! External fields from wave model
393!-----------------------------------------------------------------------
394/
Note: See TracBrowser for help on using the repository browser.