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_r7881_HPC09_ZDF/NEMOGCM/CONFIG/GYRE_PISCES/EXP00 – NEMO

source: branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg @ 8143

Last change on this file since 8143 was 8143, checked in by gm, 7 years ago

#1880 (HPC-09) - step-7: top/bottom drag computed at T-points, zdfbfr.F90 replaced by zdfdrg.F90 + changes in namelist

File size: 17.6 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!-----------------------------------------------------------------------
15&namrun        !   parameters of the run
16!-----------------------------------------------------------------------
17   cn_exp      =  "GYRE"   !  experience name
18   nn_it000    =       1   !  first time step
19   nn_itend    =    4320   !  last  time step
20   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
21   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
22   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
23/
24!!======================================================================
25!!                      ***  Domain namelists  ***
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   nn_msh      =    0      !  create (>0) a mesh file or not (=0)
40   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
41/
42!-----------------------------------------------------------------------
43&namtsd    !   data : Temperature  & Salinity
44!-----------------------------------------------------------------------
45!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
46!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing
47   cn_dir        = './'      !  root directory for the location of the runoff files
48   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
49   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
50/
51
52!!======================================================================
53!!            ***  Surface Boundary Condition namelists  ***
54!!======================================================================
55!-----------------------------------------------------------------------
56&namsbc        !   Surface Boundary Condition (surface module)
57!-----------------------------------------------------------------------
58   nn_fsbc     = 1         !  frequency of surface boundary condition computation
59   !                       !     (also = the frequency of sea-ice model call)
60   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
61   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
62   nn_ice      = 0         !  =0 no ice boundary condition   ,
63   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
64   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
65   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
66/
67!-----------------------------------------------------------------------
68&namtra_qsr    !   penetrative solar radiation
69!-----------------------------------------------------------------------
70   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
71   ln_qsr_2bd  = .true.    !  2 bands              light penetration
72   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
73/
74!-----------------------------------------------------------------------
75&namlbc        !   lateral momentum boundary condition
76!-----------------------------------------------------------------------
77   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
78/
79!-----------------------------------------------------------------------
80&namdrg        !   top/bottom friction
81!-----------------------------------------------------------------------
82   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U|
83/
84!-----------------------------------------------------------------------
85&nambbl        !   bottom boundary layer scheme                         (default: NO)
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&nameos        !   ocean physical parameters
90!-----------------------------------------------------------------------
91   ln_eos80    = .true.         !  = Use EOS80 equation of state
92/
93!-----------------------------------------------------------------------
94&namtra_adv    !   advection scheme for tracer
95!-----------------------------------------------------------------------
96   ln_traadv_fct =  .true.   !  FCT scheme
97      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
98      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
99      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
100      !                             !        (number of sub-timestep = nn_fct_zts)
101/
102!-----------------------------------------------------------------------
103&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
104!-----------------------------------------------------------------------
105/
106!----------------------------------------------------------------------------------
107&namtra_ldf    !   lateral diffusion scheme for tracers
108!----------------------------------------------------------------------------------
109   !                       !  Operator type:
110   ln_traldf_lap   =  .true.   !    laplacian operator
111   ln_traldf_blp   =  .false.  !  bilaplacian operator
112   !                       !  Direction of action:
113   ln_traldf_lev   =  .false.  !  iso-level
114   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
115   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
116   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
117   !
118   !                       !  iso-neutral options:       
119   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
120   rn_slpmax       =   0.01    !  slope limit                      (both operators)
121   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
122   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
123   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
124   !
125   !                       !  Coefficients:
126   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
127   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
128   !                                !   =  0           constant
129   !                                !   = 10 F(k)      =ldf_c1d
130   !                                !   = 20 F(i,j)    =ldf_c2d
131   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
132   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
133   !                                !   = 31 F(i,j,k,t)=F(local velocity)
134   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
135   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
136/
137!----------------------------------------------------------------------------------
138&namtra_ldfeiv !   eddy induced velocity param.
139!----------------------------------------------------------------------------------
140   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
141/
142!-----------------------------------------------------------------------
143&namtra_dmp    !   tracer: T & S newtonian damping
144!-----------------------------------------------------------------------
145   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
146/
147!-----------------------------------------------------------------------
148&namdyn_adv    !   formulation of the momentum advection
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
153!-----------------------------------------------------------------------
154   ln_dynvor_ene = .true.  !  enstrophy conserving scheme
155   ln_dynvor_ens = .false. !  energy conserving scheme
156   ln_dynvor_mix = .false. !  mixed scheme
157   ln_dynvor_een = .false. !  energy & enstrophy scheme
158      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
159/
160!-----------------------------------------------------------------------
161&namdyn_hpg    !   Hydrostatic pressure gradient option
162!-----------------------------------------------------------------------
163   ln_hpg_zco  = .true.    !  z-coordinate - full steps
164   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
165/
166!-----------------------------------------------------------------------
167&namdyn_spg    !   surface pressure gradient
168!-----------------------------------------------------------------------
169   ln_dynspg_ts  = .true.  !  split-explicit free surface
170/
171!-----------------------------------------------------------------------
172&namdyn_ldf    !   lateral diffusion on momentum
173!-----------------------------------------------------------------------
174   !                       !  Type of the operator :
175   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
176   ln_dynldf_lap =  .true.     !    laplacian operator
177   ln_dynldf_blp =  .false.    !  bilaplacian operator
178   !                       !  Direction of action  :
179   ln_dynldf_lev =  .true.     !  iso-level
180   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
181   ln_dynldf_iso =  .false.    !  iso-neutral
182   !                       !  Coefficient
183   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
184   !                                !  =-30  read in eddy_viscosity_3D.nc file
185   !                                !  =-20  read in eddy_viscosity_2D.nc file
186   !                                !  =  0  constant
187   !                                !  = 10  F(k)=c1d
188   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
189   !                                !  = 30  F(i,j,k)=c2d*c1d
190   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
191   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s]
192   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
193   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
194   !
195   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
196/
197   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
198/
199!!======================================================================
200!!                     vertical physics namelists                     !!
201!!======================================================================
202!-----------------------------------------------------------------------
203&namzdf        !   vertical physics                                     (default: NO selection)
204!-----------------------------------------------------------------------
205   !                       ! type of vertical closure
206   ln_zdfcst   = .false.      !  constant mixing
207   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
208   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
209   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
210   !
211   !                       ! convection
212   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
213      nn_evdm  =    1            !  evd apply on tracer (=0) or on tracer and momentum (=1)
214      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
215   !
216   ln_zdfddm   = .false.   ! double diffusive mixing
217      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
218      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
219   !
220   !                       ! gravity wave-driven vertical mixing
221   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
222   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
223   !
224   !                       ! time-stepping
225   ln_zdfexp   = .false.      ! split-explicit (T) or implicit (F) scheme
226      nn_zdfexp=    3            !  number of sub-timestep for ln_zdfexp=T
227   !
228   !                       !  Coefficients
229   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
230   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
231   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
232   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
233   !
234/
235!-----------------------------------------------------------------------
236&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric=T)
237!-----------------------------------------------------------------------
238/
239!-----------------------------------------------------------------------
240&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke=T)
241!-----------------------------------------------------------------------
242   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
243/
244!-----------------------------------------------------------------------
245&namzdf_gls                !   GLS vertical diffusion                   (ln_zdfgls=T)
246!-----------------------------------------------------------------------
247/
248!-----------------------------------------------------------------------
249&namzdf_ddm    !   double diffusive mixing parameterization             (ln_zdfddm=T)
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
254!-----------------------------------------------------------------------
255/
256!-----------------------------------------------------------------------
257&namctl        !   Control prints & Benchmark
258!-----------------------------------------------------------------------
259/
260!-----------------------------------------------------------------------
261&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
262!-----------------------------------------------------------------------
263/
264!-----------------------------------------------------------------------
265&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
266!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namflo       !   float parameters                                      ("key_float")
271!-----------------------------------------------------------------------
272/
273!-----------------------------------------------------------------------
274&namptr       !   Poleward Transport Diagnostic
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namhsb       !  Heat and salt budgets
279!-----------------------------------------------------------------------
280/
281!-----------------------------------------------------------------------
282&namdct        ! transports through sections
283!-----------------------------------------------------------------------
284    nn_dct      = 60       !  time step frequency for transports computing
285    nn_dctwri   = 60       !  time step frequency for transports writing
286    nn_secdebug = 0        !      0 : no section to debug
287/
288!-----------------------------------------------------------------------
289&namobs       !  observation usage switch                               ('key_diaobs')
290!-----------------------------------------------------------------------
291/
292!-----------------------------------------------------------------------
293&nam_asminc   !   assimilation increments                               ('key_asminc')
294!-----------------------------------------------------------------------
295/
296!-----------------------------------------------------------------------
297&namsbc_wave   ! External fields from wave model
298!-----------------------------------------------------------------------
299/
Note: See TracBrowser for help on using the repository browser.