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/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/CONFIG/GYRE/EXP00 – NEMO

source: branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg @ 7700

Last change on this file since 7700 was 7425, checked in by cetlod, 7 years ago

Add Xios2

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