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

source: branches/UKMO/dev_r5518_nemo2cice_prints/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg @ 9817

Last change on this file since 9817 was 9817, checked in by dancopsey, 6 years ago

Merged in GO6 package branch up to revision 8356.

File size: 21.0 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_it000    =       1   !  first time step
16   nn_itend    =    4320   !  last  time step
17   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
18   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
19   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
20/
21!-----------------------------------------------------------------------
22&namcfg     !   parameters of the configuration   
23!-----------------------------------------------------------------------
24   cp_cfg      =  "gyre"                 !  name of the configuration
25   jp_cfg      =       1                 !  resolution of the configuration
26   jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2
27   jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2
28   jpkdta      =      31                 !  number of levels      ( >= jpk )
29   jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta
30   jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta
31   jpizoom     =       1                 !  left bottom (i,j) indices of the zoom
32   jpjzoom     =       1                 !  in data domain indices
33   jperio      =       0                 !  lateral cond. type (between 0 and 6)
34/
35&namzgr        !   vertical coordinate
36!-----------------------------------------------------------------------
37   ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
38   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
39/
40!-----------------------------------------------------------------------
41&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namdom        !   space and time domain (bathymetry, mesh, timestep)
46!-----------------------------------------------------------------------
47   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
48   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
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&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
72!-----------------------------------------------------------------------
73/
74!-----------------------------------------------------------------------
75&namcrs        !   Grid coarsening for dynamics output and/or
76               !   passive tracer coarsened online simulations
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namtsd    !   data : Temperature  & Salinity
81!-----------------------------------------------------------------------
82!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
83!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing 
84   cn_dir        = './'      !  root directory for the location of the runoff files
85   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
86   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
87/
88!-----------------------------------------------------------------------
89&namsbc        !   Surface Boundary Condition (surface module)
90!-----------------------------------------------------------------------
91   nn_fsbc     = 1         !  frequency of surface boundary condition computation
92                           !     (also = the frequency of sea-ice model call)
93   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
94   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
95   nn_ice      = 0         !  =0 no ice boundary condition   ,
96   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
97   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
98   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
99/
100!-----------------------------------------------------------------------
101&namsbc_ana    !   analytical surface boundary condition
102!-----------------------------------------------------------------------
103   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps
104   rn_utau0    =   0.1e0   !  uniform value for the i-stress
105/
106!-----------------------------------------------------------------------
107&namsbc_flx    !   surface boundary condition : flux formulation
108!-----------------------------------------------------------------------
109/
110!-----------------------------------------------------------------------
111&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&namsbc_core   !   namsbc_core  CORE bulk formulae
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&namtra_qsr    !   penetrative solar radiation
128!-----------------------------------------------------------------------
129   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
130   ln_qsr_2bd  = .true.    !  2 bands              light penetration
131   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
132/
133!-----------------------------------------------------------------------
134&namsbc_rnf    !   runoffs namelist surface boundary condition
135!-----------------------------------------------------------------------
136   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
137/
138!-----------------------------------------------------------------------
139&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&namsbc_ssr    !   surface boundary condition : sea surface restoring
144!-----------------------------------------------------------------------
145   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
146   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
147   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
148/
149!-----------------------------------------------------------------------
150&namsbc_alb    !   albedo parameters
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&namberg       !   iceberg parameters
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namlbc        !   lateral momentum boundary condition
159!-----------------------------------------------------------------------
160   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
161/
162!-----------------------------------------------------------------------
163&namcla        !   cross land advection
164!-----------------------------------------------------------------------
165/
166!-----------------------------------------------------------------------
167&namagrif      !  AGRIF zoom                                            ("key_agrif")
168!-----------------------------------------------------------------------
169/
170!-----------------------------------------------------------------------
171&nam_tide      !    tide parameters (#ifdef key_tide)
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&nambdy        !  unstructured open boundaries                          ("key_bdy")
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&nambdy_dta      !  open boundaries - external data           ("key_bdy")
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&nambdy_tide     ! tidal forcing at open boundaries
184!-----------------------------------------------------------------------
185/
186!-----------------------------------------------------------------------
187&nambfr        !   bottom friction
188!-----------------------------------------------------------------------
189   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
190/
191!-----------------------------------------------------------------------
192&nambbc        !   bottom temperature boundary condition
193!-----------------------------------------------------------------------
194   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
195   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
196/
197!-----------------------------------------------------------------------
198&nambbl        !   bottom boundary layer scheme
199!-----------------------------------------------------------------------
200/
201!-----------------------------------------------------------------------
202&nameos        !   ocean physical parameters
203!-----------------------------------------------------------------------
204   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency
205                                 !  =-1, TEOS-10
206                                 !  = 0, EOS-80
207                                 !  = 1, S-EOS   (simplified eos)
208   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
209   !                             !
210   !                      ! S-EOS coefficients :
211   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
212   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
213   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
214   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
215   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
216   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
217   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
218   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
219!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
220!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
221!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
222/
223!-----------------------------------------------------------------------
224&namtra_adv    !   advection scheme for tracer
225!-----------------------------------------------------------------------
226   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl
227/
228!-----------------------------------------------------------------------
229&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
230!-----------------------------------------------------------------------
231/
232!----------------------------------------------------------------------------------
233&namtra_ldf    !   lateral diffusion scheme for tracers
234!----------------------------------------------------------------------------------
235   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
236   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
237/
238!-----------------------------------------------------------------------
239&namtra_dmp    !   tracer: T & S newtonian damping
240!-----------------------------------------------------------------------
241   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
242/
243!-----------------------------------------------------------------------
244&namdyn_adv    !   formulation of the momentum advection
245!-----------------------------------------------------------------------
246/
247!-----------------------------------------------------------------------
248&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
249!-----------------------------------------------------------------------
250   ln_dynvor_ene = .true.  !  energy    conserving scheme 
251   ln_dynvor_ens = .false. !  enstrophy conserving scheme   
252   ln_dynvor_een = .false. !  energy & enstrophy scheme
253/
254!-----------------------------------------------------------------------
255&namdyn_hpg    !   Hydrostatic pressure gradient option
256!-----------------------------------------------------------------------
257   ln_hpg_zco  = .true.    !  z-coordinate - full steps
258   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
259/
260!-----------------------------------------------------------------------
261!namdyn_spg    !   surface pressure gradient   (CPP key only)
262!-----------------------------------------------------------------------
263!-----------------------------------------------------------------------
264&namdyn_ldf    !   lateral diffusion on momentum
265!-----------------------------------------------------------------------
266   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
267/
268!-----------------------------------------------------------------------
269&namzdf        !   vertical physics
270!-----------------------------------------------------------------------
271   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
272/
273!-----------------------------------------------------------------------
274&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
279!-----------------------------------------------------------------------
280   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
281/
282!------------------------------------------------------------------------
283&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
284!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
285/
286!-----------------------------------------------------------------------
287&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
288!-----------------------------------------------------------------------
289/
290!-----------------------------------------------------------------------
291&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
292!-----------------------------------------------------------------------
293/
294!-----------------------------------------------------------------------
295&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
296!-----------------------------------------------------------------------
297   ln_tmx_itf  = .false.   !  ITF specific parameterisation
298/
299!-----------------------------------------------------------------------
300&namsol        !   elliptic solver / island / free surface
301!-----------------------------------------------------------------------
302   nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg)
303   nn_nmin     =    210    !  minimum of iterations for the SOR solver
304   rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain)
305/
306!-----------------------------------------------------------------------
307&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
308!-----------------------------------------------------------------------
309/
310!-----------------------------------------------------------------------
311&namctl        !   Control prints & Benchmark
312!-----------------------------------------------------------------------
313/
314!-----------------------------------------------------------------------
315&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
316!-----------------------------------------------------------------------
317/
318!-----------------------------------------------------------------------
319&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
320!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
321!-----------------------------------------------------------------------
322/
323!-----------------------------------------------------------------------
324&namflo       !   float parameters                                      ("key_float")
325!-----------------------------------------------------------------------
326/
327!-----------------------------------------------------------------------
328&namptr       !   Poleward Transport Diagnostic
329!-----------------------------------------------------------------------
330/
331!-----------------------------------------------------------------------
332&namhsb       !  Heat and salt budgets
333!-----------------------------------------------------------------------
334/
335!-----------------------------------------------------------------------
336&namdct        ! transports through sections
337!-----------------------------------------------------------------------
338    nn_dct      = 60       !  time step frequency for transports computing
339    nn_dctwri   = 60       !  time step frequency for transports writing
340    nn_secdebug = 0        !      0 : no section to debug
341/
342!-----------------------------------------------------------------------
343&namobs       !  observation usage switch                               ('key_diaobs')
344!-----------------------------------------------------------------------
345/
346!-----------------------------------------------------------------------
347&nam_asminc   !   assimilation increments                               ('key_asminc')
348!-----------------------------------------------------------------------
349/
350!-----------------------------------------------------------------------
351&namsbc_wave   ! External fields from wave model
352!-----------------------------------------------------------------------
353/
354!-----------------------------------------------------------------------
355&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
356!-----------------------------------------------------------------------
357   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water
358/
Note: See TracBrowser for help on using the repository browser.