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

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg @ 6624

Last change on this file since 6624 was 6624, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: add domain_cfg.nc file which includes jperio, and vert. coord. logicals. +code cleaning

File size: 20.9 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/
27&namzgr        !   vertical coordinate
28!-----------------------------------------------------------------------
29   ln_zco      = .true.    !  z-coordinate - full    steps
30   ln_linssh   = .true.   !  linear free surface
31/
32!-----------------------------------------------------------------------
33&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namdom        !   space and time domain (bathymetry, mesh, timestep)
38!-----------------------------------------------------------------------
39   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
40   rn_rdt      = 7200.     !  time step for the dynamics
41   ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients
42   ppa0        =     155.8325369664153   ! (default coefficients)
43   ppa1        =     146.3615918601890   !
44   ppkth       =      17.28520372419791  !
45   ppacr       =       5.0               !
46   ppdzmin     =  999999.0               !  Minimum vertical spacing
47   pphmax      =  999999.0               !  Maximum depth
48   ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates
49   ppa2        =  999999.0               !  Double tanh function parameters
50   ppkth2      =  999999.0               !
51   ppacr2      =  999999.0               !
52/
53!-----------------------------------------------------------------------
54&namcrs        !   Grid coarsening for dynamics output and/or
55               !   passive tracer coarsened online simulations
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namtsd    !   data : Temperature  & Salinity
60!-----------------------------------------------------------------------
61!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
62!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing 
63   cn_dir        = './'      !  root directory for the location of the runoff files
64   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
65   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
66/
67!-----------------------------------------------------------------------
68&namsbc        !   Surface Boundary Condition (surface module)
69!-----------------------------------------------------------------------
70   nn_fsbc     = 1         !  frequency of surface boundary condition computation
71                           !     (also = the frequency of sea-ice model call)
72   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
73   nn_ice      = 0         !  =0 no ice boundary condition   ,
74   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
75   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
76   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
77/
78!-----------------------------------------------------------------------
79&namsbc_flx    !   surface boundary condition : flux formulation
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namsbc_core   !   namsbc_core  CORE bulk formulae
88!-----------------------------------------------------------------------
89/
90!-----------------------------------------------------------------------
91&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&namtra_qsr    !   penetrative solar radiation
100!-----------------------------------------------------------------------
101   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
102   ln_qsr_2bd  = .true.    !  2 bands              light penetration
103   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
104/
105!-----------------------------------------------------------------------
106&namsbc_rnf    !   runoffs namelist surface boundary condition
107!-----------------------------------------------------------------------
108   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
109/
110!-----------------------------------------------------------------------
111&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&namsbc_ssr    !   surface boundary condition : sea surface restoring
116!-----------------------------------------------------------------------
117   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
118   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
119   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
120/
121!-----------------------------------------------------------------------
122&namsbc_alb    !   albedo parameters
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namberg       !   iceberg parameters
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namlbc        !   lateral momentum boundary condition
131!-----------------------------------------------------------------------
132   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
133/
134!-----------------------------------------------------------------------
135&namagrif      !  AGRIF zoom                                            ("key_agrif")
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&nam_tide      !    tide parameters (#ifdef key_tide)
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&nambdy        !  unstructured open boundaries                          ("key_bdy")
144!-----------------------------------------------------------------------
145/
146!-----------------------------------------------------------------------
147&nambdy_dta      !  open boundaries - external data           ("key_bdy")
148!-----------------------------------------------------------------------
149/
150!-----------------------------------------------------------------------
151&nambdy_tide     ! tidal forcing at open boundaries
152!-----------------------------------------------------------------------
153/
154!-----------------------------------------------------------------------
155&nambfr        !   bottom friction
156!-----------------------------------------------------------------------
157   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
158/
159!-----------------------------------------------------------------------
160&nambbc        !   bottom temperature boundary condition                (default: NO)
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&nambbl        !   bottom boundary layer scheme
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&nameos        !   ocean physical parameters
169!-----------------------------------------------------------------------
170   nn_eos      =  0       !  type of equation of state and Brunt-Vaisala frequency
171                                 !  =-1, TEOS-10
172                                 !  = 0, EOS-80
173                                 !  = 1, S-EOS   (simplified eos)
174   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
175   !                             !
176   !                      ! S-EOS coefficients :
177   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
178   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
179   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
180   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
181   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
182   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
183   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
184   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
185!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
186!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
187!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
188/
189!-----------------------------------------------------------------------
190&namtra_adv    !   advection scheme for tracer
191!-----------------------------------------------------------------------
192   ln_traadv_fct =  .true.   !  FCT scheme
193      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
194      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
195      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
196      !                             !        (number of sub-timestep = nn_fct_zts)
197/
198!-----------------------------------------------------------------------
199&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
200!-----------------------------------------------------------------------
201/
202!----------------------------------------------------------------------------------
203&namtra_ldf    !   lateral diffusion scheme for tracers
204!----------------------------------------------------------------------------------
205   !                       !  Operator type:
206   ln_traldf_lap   =  .true.   !    laplacian operator
207   ln_traldf_blp   =  .false.  !  bilaplacian operator
208   !                       !  Direction of action:
209   ln_traldf_lev   =  .false.  !  iso-level
210   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
211   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
212   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
213   !
214   !                       !  iso-neutral options:       
215   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
216   rn_slpmax       =   0.01    !  slope limit                      (both operators)
217   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
218   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
219   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
220   !
221   !                       !  Coefficients:
222   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
223   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
224   !                                !   =  0           constant
225   !                                !   = 10 F(k)      =ldf_c1d
226   !                                !   = 20 F(i,j)    =ldf_c2d
227   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
228   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
229   !                                !   = 31 F(i,j,k,t)=F(local velocity)
230   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
231   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
232/
233!----------------------------------------------------------------------------------
234&namtra_ldfeiv !   eddy induced velocity param.
235!----------------------------------------------------------------------------------
236   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
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.  !  enstrophy conserving scheme
251/
252!-----------------------------------------------------------------------
253&namdyn_hpg    !   Hydrostatic pressure gradient option
254!-----------------------------------------------------------------------
255   ln_hpg_zco  = .true.    !  z-coordinate - full steps
256   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
257/
258!-----------------------------------------------------------------------
259&namdyn_spg    !   surface pressure gradient
260!-----------------------------------------------------------------------
261   ln_dynspg_ts  = .true.  !  split-explicit free surface
262/
263!-----------------------------------------------------------------------
264&namdyn_ldf    !   lateral diffusion on momentum
265!-----------------------------------------------------------------------
266   !                       !  Type of the operator :
267   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
268   ln_dynldf_lap =  .true.     !    laplacian operator
269   ln_dynldf_blp =  .false.    !  bilaplacian operator
270   !                       !  Direction of action  :
271   ln_dynldf_lev =  .true.     !  iso-level
272   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
273   ln_dynldf_iso =  .false.    !  iso-neutral
274   !                       !  Coefficient
275   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
276   !                                !  =-30  read in eddy_viscosity_3D.nc file
277   !                                !  =-20  read in eddy_viscosity_2D.nc file
278   !                                !  =  0  constant
279   !                                !  = 10  F(k)=c1d
280   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
281   !                                !  = 30  F(i,j,k)=c2d*c1d
282   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
283   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s]
284   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
285   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
286   !
287   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
288/
289   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
290/
291!-----------------------------------------------------------------------
292&namzdf        !   vertical physics
293!-----------------------------------------------------------------------
294   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
295/
296!-----------------------------------------------------------------------
297&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
298!-----------------------------------------------------------------------
299/
300!-----------------------------------------------------------------------
301&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
302!-----------------------------------------------------------------------
303   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
304/
305!-----------------------------------------------------------------------
306&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
307!-----------------------------------------------------------------------
308/
309!-----------------------------------------------------------------------
310&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
311!-----------------------------------------------------------------------
312/
313!-----------------------------------------------------------------------
314&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
315!-----------------------------------------------------------------------
316   ln_tmx_itf  = .false.   !  ITF specific parameterisation
317/
318!-----------------------------------------------------------------------
319&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
320!-----------------------------------------------------------------------
321/
322!-----------------------------------------------------------------------
323&namctl        !   Control prints & Benchmark
324!-----------------------------------------------------------------------
325/
326!-----------------------------------------------------------------------
327&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
328!-----------------------------------------------------------------------
329/
330!-----------------------------------------------------------------------
331&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
332!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
333!-----------------------------------------------------------------------
334/
335!-----------------------------------------------------------------------
336&namflo       !   float parameters                                      ("key_float")
337!-----------------------------------------------------------------------
338/
339!-----------------------------------------------------------------------
340&namptr       !   Poleward Transport Diagnostic
341!-----------------------------------------------------------------------
342/
343!-----------------------------------------------------------------------
344&namhsb       !  Heat and salt budgets
345!-----------------------------------------------------------------------
346/
347!-----------------------------------------------------------------------
348&namdct        ! transports through sections
349!-----------------------------------------------------------------------
350    nn_dct      = 60       !  time step frequency for transports computing
351    nn_dctwri   = 60       !  time step frequency for transports writing
352    nn_secdebug = 0        !      0 : no section to debug
353/
354!-----------------------------------------------------------------------
355&namobs       !  observation usage switch                               ('key_diaobs')
356!-----------------------------------------------------------------------
357/
358!-----------------------------------------------------------------------
359&nam_asminc   !   assimilation increments                               ('key_asminc')
360!-----------------------------------------------------------------------
361/
362!-----------------------------------------------------------------------
363&namsbc_wave   ! External fields from wave model
364!-----------------------------------------------------------------------
365/
Note: See TracBrowser for help on using the repository browser.