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

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg @ 3993

Last change on this file since 3993 was 3993, checked in by clevy, 11 years ago

Configuration setting/Step3 bugfixes,doc, and redistribute variables in namcfg and namdom see ticket:#1074

File size: 19.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!!======================================================================
6!!                   ***  Run management namelists  ***
7!!======================================================================
8!!   namrun        parameters of the run
9!!======================================================================
10!
11!-----------------------------------------------------------------------
12&namrun        !   parameters of the run
13!-----------------------------------------------------------------------
14   cn_exp      =  "GYRE"   !  experience name
15   nn_itend    =    4320   !  last  time step
16   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
17   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
18   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
19/
20!-----------------------------------------------------------------------
21&namcfg     !   parameters of the configuration   
22!-----------------------------------------------------------------------
23   cp_cfg      =  "gyre"                 !  name of the configuration
24   jp_cfg      =       1                 !  resolution of the configuration
25   jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2
26   jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2
27   jpkdta      =      31                 !  number of levels      ( >= jpk )
28   jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta
29   jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta
30   jpizoom     =       1                 !  left bottom (i,j) indices of the zoom
31   jpjzoom     =       1                 !  in data domain indices
32   jperio      =       0                 !  lateral cond. type (between 0 and 6)
33/
34&namzgr        !   vertical coordinate
35!-----------------------------------------------------------------------
36   ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
37   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
38/
39!-----------------------------------------------------------------------
40&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namdom        !   space and time domain (bathymetry, mesh, timestep)
45!-----------------------------------------------------------------------
46   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
47   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
48   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts")
49   rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1)
50   rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1)
51   jphgr_msh   =       5                 !  type of horizontal mesh
52   ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1)
53   ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1)
54   ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees)
55   ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees)
56   ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees)
57   ppe2_m      =  999999.0               !  meridional grid-spacing (degrees)
58   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients
59   ppa0        =     155.8325369664153   ! (default coefficients)
60   ppa1        =     146.3615918601890   !
61   ppkth       =      17.28520372419791  !
62   ppacr       =       5.0               !
63   ppdzmin     =  999999.0               !  Minimum vertical spacing
64   pphmax      =  999999.0               !  Maximum depth
65   ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates
66   ppa2        =  999999.0               !  Double tanh function parameters
67   ppkth2      =  999999.0               !
68   ppacr2      =  999999.0               !
69/
70!-----------------------------------------------------------------------
71&namtsd    !   data : Temperature  & Salinity
72!-----------------------------------------------------------------------
73!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
74!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing 
75   cn_dir        = './'      !  root directory for the location of the runoff files
76   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
77   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
78/
79!-----------------------------------------------------------------------
80&namsbc        !   Surface Boundary Condition (surface module)
81!-----------------------------------------------------------------------
82   nn_fsbc     = 1         !  frequency of surface boundary condition computation
83                           !     (also = the frequency of sea-ice model call)
84   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
85   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
86   nn_ice      = 0         !  =0 no ice boundary condition   ,
87   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
88   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
89   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
90/
91!-----------------------------------------------------------------------
92&namsbc_ana    !   analytical surface boundary condition
93!-----------------------------------------------------------------------
94   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps
95   rn_utau0    =   0.1e0   !  uniform value for the i-stress
96/
97!-----------------------------------------------------------------------
98&namsbc_flx    !   surface boundary condition : flux formulation
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namsbc_core   !   namsbc_core  CORE bulk formulae
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namtra_qsr    !   penetrative solar radiation
119!-----------------------------------------------------------------------
120   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
121   ln_qsr_2bd  = .true.    !  2 bands              light penetration
122   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
123/
124!-----------------------------------------------------------------------
125&namsbc_rnf    !   runoffs namelist surface boundary condition
126!-----------------------------------------------------------------------
127   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
128/
129!-----------------------------------------------------------------------
130&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namsbc_ssr    !   surface boundary condition : sea surface restoring
135!-----------------------------------------------------------------------
136   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
137   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
138   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
139/
140!-----------------------------------------------------------------------
141&namsbc_alb    !   albedo parameters
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&namberg       !   iceberg parameters
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namlbc        !   lateral momentum boundary condition
150!-----------------------------------------------------------------------
151   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
152/
153!-----------------------------------------------------------------------
154&namcla        !   cross land advection
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namobc        !   open boundaries parameters                           ("key_obc")
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&namagrif      !  AGRIF zoom                                            ("key_agrif")
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&nam_tide      !    tide parameters (#ifdef key_tide)
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&nambdy        !  unstructured open boundaries                          ("key_bdy")
171!-----------------------------------------------------------------------
172/
173!-----------------------------------------------------------------------
174&nambdy_dta      !  open boundaries - external data           ("key_bdy")
175!-----------------------------------------------------------------------
176/
177!-----------------------------------------------------------------------
178&nambdy_tide     ! tidal forcing at open boundaries
179!-----------------------------------------------------------------------
180/
181!-----------------------------------------------------------------------
182&nambfr        !   bottom friction
183!-----------------------------------------------------------------------
184   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
185/
186!-----------------------------------------------------------------------
187&nambbc        !   bottom temperature boundary condition
188!-----------------------------------------------------------------------
189   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
190   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
191/
192!-----------------------------------------------------------------------
193&nambbl        !   bottom boundary layer scheme
194!-----------------------------------------------------------------------
195/
196!-----------------------------------------------------------------------
197&nameos        !   ocean physical parameters
198!-----------------------------------------------------------------------
199   nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency
200/
201!-----------------------------------------------------------------------
202&namtra_adv    !   advection scheme for tracer
203!-----------------------------------------------------------------------
204   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl
205/
206!----------------------------------------------------------------------------------
207&namtra_ldf    !   lateral diffusion scheme for tracers
208!----------------------------------------------------------------------------------
209   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
210   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
211/
212!-----------------------------------------------------------------------
213&namtra_dmp    !   tracer: T & S newtonian damping
214!-----------------------------------------------------------------------
215   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
216   nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column
217   nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0)
218/
219!-----------------------------------------------------------------------
220&namdyn_adv    !   formulation of the momentum advection
221!-----------------------------------------------------------------------
222/
223!-----------------------------------------------------------------------
224&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
225!-----------------------------------------------------------------------
226   ln_dynvor_ene = .true.  !  energy    conserving scheme 
227   ln_dynvor_ens = .false. !  enstrophy conserving scheme   
228   ln_dynvor_een = .false. !  energy & enstrophy scheme
229/
230!-----------------------------------------------------------------------
231&namdyn_hpg    !   Hydrostatic pressure gradient option
232!-----------------------------------------------------------------------
233   ln_hpg_zco  = .true.    !  z-coordinate - full steps
234   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
235/
236!-----------------------------------------------------------------------
237!namdyn_spg    !   surface pressure gradient   (CPP key only)
238!-----------------------------------------------------------------------
239!-----------------------------------------------------------------------
240&namdyn_ldf    !   lateral diffusion on momentum
241!-----------------------------------------------------------------------
242   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
243/
244!-----------------------------------------------------------------------
245&namzdf        !   vertical physics
246!-----------------------------------------------------------------------
247   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
248/
249!-----------------------------------------------------------------------
250&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
251!-----------------------------------------------------------------------
252/
253!-----------------------------------------------------------------------
254&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
255!-----------------------------------------------------------------------
256   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
257/
258!------------------------------------------------------------------------
259&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
260!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
261/
262!-----------------------------------------------------------------------
263&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
264!-----------------------------------------------------------------------
265/
266!-----------------------------------------------------------------------
267&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
268!-----------------------------------------------------------------------
269/
270!-----------------------------------------------------------------------
271&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
272!-----------------------------------------------------------------------
273   ln_tmx_itf  = .false.   !  ITF specific parameterisation
274/
275!-----------------------------------------------------------------------
276&namsol        !   elliptic solver / island / free surface
277!-----------------------------------------------------------------------
278   nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg)
279   nn_nmin     =    210    !  minimum of iterations for the SOR solver
280   rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain)
281/
282!-----------------------------------------------------------------------
283&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
284!-----------------------------------------------------------------------
285/
286!-----------------------------------------------------------------------
287&namctl        !   Control prints & Benchmark
288!-----------------------------------------------------------------------
289/
290!-----------------------------------------------------------------------
291&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
292!-----------------------------------------------------------------------
293/
294!-----------------------------------------------------------------------
295&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
296!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
297!-----------------------------------------------------------------------
298/
299!-----------------------------------------------------------------------
300&namflo       !   float parameters                                      ("key_float")
301!-----------------------------------------------------------------------
302/
303!-----------------------------------------------------------------------
304&namptr       !   Poleward Transport Diagnostic
305!-----------------------------------------------------------------------
306/
307!-----------------------------------------------------------------------
308&namhsb       !  Heat and salt budgets
309!-----------------------------------------------------------------------
310/
311!-----------------------------------------------------------------------
312&namdct        ! transports through sections
313!-----------------------------------------------------------------------
314    nn_dct      = 60       !  time step frequency for transports computing
315    nn_dctwri   = 60       !  time step frequency for transports writing
316    nn_secdebug = 0        !      0 : no section to debug
317/
318!-----------------------------------------------------------------------
319&namobs       !  observation usage switch                               ('key_diaobs')
320!-----------------------------------------------------------------------
321/
322!-----------------------------------------------------------------------
323&nam_asminc   !   assimilation increments                               ('key_asminc')
324!-----------------------------------------------------------------------
325/
326!-----------------------------------------------------------------------
327&namsbc_wave   ! External fields from wave model
328!-----------------------------------------------------------------------
329/
330!-----------------------------------------------------------------------
331&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
332!-----------------------------------------------------------------------
333   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water
334/
Note: See TracBrowser for help on using the repository browser.