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

source: branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg @ 6723

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

#1751 - branch SIMPLIF_6_aerobulk: add aerobulk package including NCAR, COARE and ECMWF bulk

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