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_MERGE_2013/NEMOGCM/CONFIG/C1D_PAPA/EXP00 – NEMO

source: branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg @ 4370

Last change on this file since 4370 was 4370, checked in by jchanut, 10 years ago

Time split cleaning / AMM12 restart / BDY and Agrif. See tickets #1228, #1227, #1225 and #1133

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