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 trunk/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: trunk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg @ 7715

Last change on this file since 7715 was 7715, checked in by flavoni, 7 years ago

#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests

File size: 18.3 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!!                   ***  Run management namelists  ***
13!!======================================================================
14!!   namrun        parameters of the run
15!!======================================================================
16!
17!-----------------------------------------------------------------------
18&namrun        !   parameters of the run
19!-----------------------------------------------------------------------
20   cn_exp      =  "GYRE"   !  experience name
21   nn_it000    =       1   !  first time step
22   nn_itend    =    4320   !  last  time step
23   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
24   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
25   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
26/
27!-----------------------------------------------------------------------
28&namcfg     !   parameters of the configuration   
29!-----------------------------------------------------------------------
30   ln_read_cfg = .false.   !  (=T) read the domain configuration file
31      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
32   ln_write_cfg= .false.   !  (=T) create the domain configuration file
33!
34/
35!-----------------------------------------------------------------------
36&namdom        !   space and time domain (bathymetry, mesh, timestep)
37!-----------------------------------------------------------------------
38   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
39   !
40   nn_msh      =    0      !  create (>0) a mesh file or not (=0)
41   !
42   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
43/
44!-----------------------------------------------------------------------
45&namcrs        !   Grid coarsening for dynamics output and/or
46               !   passive tracer coarsened online simulations
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namtsd    !   data : Temperature  & Salinity
51!-----------------------------------------------------------------------
52!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
53!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing 
54   cn_dir        = './'      !  root directory for the location of the runoff files
55   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
56   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
57/
58!-----------------------------------------------------------------------
59&namsbc        !   Surface Boundary Condition (surface module)
60!-----------------------------------------------------------------------
61   nn_fsbc     = 1         !  frequency of surface boundary condition computation
62                           !     (also = the frequency of sea-ice model call)
63   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
64   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
65   nn_ice      = 0         !  =0 no ice boundary condition   ,
66   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
67   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
68   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
69/
70!-----------------------------------------------------------------------
71&namtra_qsr    !   penetrative solar radiation
72!-----------------------------------------------------------------------
73   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
74   ln_qsr_2bd  = .true.    !  2 bands              light penetration
75   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
76/
77!-----------------------------------------------------------------------
78&namsbc_rnf    !   runoffs namelist surface boundary condition
79!-----------------------------------------------------------------------
80   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
81/
82!-----------------------------------------------------------------------
83&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namsbc_ssr    !   surface boundary condition : sea surface restoring
88!-----------------------------------------------------------------------
89   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
90   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
91   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
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   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
105/
106!-----------------------------------------------------------------------
107&namagrif      !  AGRIF zoom                                            ("key_agrif")
108!-----------------------------------------------------------------------
109/
110!-----------------------------------------------------------------------
111&nam_tide      !    tide parameters
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&nambdy        !  unstructured open boundaries                         
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&nambdy_dta      !  open boundaries - external data           
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&nambdy_tide     ! tidal forcing at open boundaries
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&nambfr        !   bottom friction
128!-----------------------------------------------------------------------
129   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
130/
131!-----------------------------------------------------------------------
132&nambbc        !   bottom temperature boundary condition                (default: NO)
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&nambbl        !   bottom boundary layer scheme
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&nameos        !   ocean physical parameters
141!-----------------------------------------------------------------------
142   ln_eos80    = .true.         !  = Use EOS80 equation of state
143/
144!-----------------------------------------------------------------------
145&namtra_adv    !   advection scheme for tracer
146!-----------------------------------------------------------------------
147   ln_traadv_fct =  .true.   !  FCT scheme
148      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
149      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
150      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
151      !                             !        (number of sub-timestep = nn_fct_zts)
152/
153!-----------------------------------------------------------------------
154&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
155!-----------------------------------------------------------------------
156/
157!----------------------------------------------------------------------------------
158&namtra_ldf    !   lateral diffusion scheme for tracers
159!----------------------------------------------------------------------------------
160   !                       !  Operator type:
161   ln_traldf_lap   =  .true.   !    laplacian operator
162   ln_traldf_blp   =  .false.  !  bilaplacian operator
163   !                       !  Direction of action:
164   ln_traldf_lev   =  .false.  !  iso-level
165   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
166   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
167   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
168   !
169   !                       !  iso-neutral options:       
170   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
171   rn_slpmax       =   0.01    !  slope limit                      (both operators)
172   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
173   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
174   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
175   !
176   !                       !  Coefficients:
177   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
178   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
179   !                                !   =  0           constant
180   !                                !   = 10 F(k)      =ldf_c1d
181   !                                !   = 20 F(i,j)    =ldf_c2d
182   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
183   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
184   !                                !   = 31 F(i,j,k,t)=F(local velocity)
185   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
186   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
187/
188!----------------------------------------------------------------------------------
189&namtra_ldfeiv !   eddy induced velocity param.
190!----------------------------------------------------------------------------------
191   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
192/
193!-----------------------------------------------------------------------
194&namtra_dmp    !   tracer: T & S newtonian damping
195!-----------------------------------------------------------------------
196   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
197/
198!-----------------------------------------------------------------------
199&namdyn_adv    !   formulation of the momentum advection
200!-----------------------------------------------------------------------
201/
202!-----------------------------------------------------------------------
203&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
204!-----------------------------------------------------------------------
205   ln_dynvor_ene = .true.  !  enstrophy conserving scheme
206/
207!-----------------------------------------------------------------------
208&namdyn_hpg    !   Hydrostatic pressure gradient option
209!-----------------------------------------------------------------------
210   ln_hpg_zco  = .true.    !  z-coordinate - full steps
211   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
212/
213!-----------------------------------------------------------------------
214&namdyn_spg    !   surface pressure gradient
215!-----------------------------------------------------------------------
216   ln_dynspg_ts  = .true.  !  split-explicit free surface
217/
218!-----------------------------------------------------------------------
219&namdyn_ldf    !   lateral diffusion on momentum
220!-----------------------------------------------------------------------
221   !                       !  Type of the operator :
222   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
223   ln_dynldf_lap =  .true.     !    laplacian operator
224   ln_dynldf_blp =  .false.    !  bilaplacian operator
225   !                       !  Direction of action  :
226   ln_dynldf_lev =  .true.     !  iso-level
227   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
228   ln_dynldf_iso =  .false.    !  iso-neutral
229   !                       !  Coefficient
230   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
231   !                                !  =-30  read in eddy_viscosity_3D.nc file
232   !                                !  =-20  read in eddy_viscosity_2D.nc file
233   !                                !  =  0  constant
234   !                                !  = 10  F(k)=c1d
235   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
236   !                                !  = 30  F(i,j,k)=c2d*c1d
237   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
238   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s]
239   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
240   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
241   !
242   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
243/
244   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
245/
246!-----------------------------------------------------------------------
247&namzdf        !   vertical physics
248!-----------------------------------------------------------------------
249   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
250/
251!-----------------------------------------------------------------------
252&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
257!-----------------------------------------------------------------------
258   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
259/
260!-----------------------------------------------------------------------
261&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
262!-----------------------------------------------------------------------
263/
264!-----------------------------------------------------------------------
265&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
266!-----------------------------------------------------------------------
267/
268!-----------------------------------------------------------------------
269&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
270!-----------------------------------------------------------------------
271   ln_tmx_itf  = .false.   !  ITF specific parameterisation
272/
273!-----------------------------------------------------------------------
274&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namctl        !   Control prints & Benchmark
279!-----------------------------------------------------------------------
280/
281!-----------------------------------------------------------------------
282&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
283!-----------------------------------------------------------------------
284/
285!-----------------------------------------------------------------------
286&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
287!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
288!-----------------------------------------------------------------------
289/
290!-----------------------------------------------------------------------
291&namflo       !   float parameters                                      ("key_float")
292!-----------------------------------------------------------------------
293/
294!-----------------------------------------------------------------------
295&namptr       !   Poleward Transport Diagnostic
296!-----------------------------------------------------------------------
297/
298!-----------------------------------------------------------------------
299&namhsb       !  Heat and salt budgets
300!-----------------------------------------------------------------------
301/
302!-----------------------------------------------------------------------
303&namdct        ! transports through sections
304!-----------------------------------------------------------------------
305    nn_dct      = 60       !  time step frequency for transports computing
306    nn_dctwri   = 60       !  time step frequency for transports writing
307    nn_secdebug = 0        !      0 : no section to debug
308/
309!-----------------------------------------------------------------------
310&namobs       !  observation usage switch                               ('key_diaobs')
311!-----------------------------------------------------------------------
312/
313!-----------------------------------------------------------------------
314&nam_asminc   !   assimilation increments                               ('key_asminc')
315!-----------------------------------------------------------------------
316/
317!-----------------------------------------------------------------------
318&namsbc_wave   ! External fields from wave model
319!-----------------------------------------------------------------------
320/
Note: See TracBrowser for help on using the repository browser.