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_XIOS/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg @ 7188

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

#1692 - branch SIMPLIF_2_usrdef: e3.=dk[dep.] (discret derivative)

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