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

source: branches/2016/dev_merge_2016/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg @ 7445

Last change on this file since 7445 was 7421, checked in by flavoni, 8 years ago

#1811 merge dev_CNRS_MERATOR_2016 with dev_merge_2016 branch

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