source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA2clim_cfg @ 2864

Last change on this file since 2864 was 2864, checked in by cetlod, 8 years ago

Clean & update NEMO_v6 configuration

File size: 12.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   cn_exp      =  _AUTO_
9   nn_date0    =  _AUTO_   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
10   nn_leapy    =  _AUTO_   !  Leap year calendar (1) or not (0)
11   ln_rstart   =  _AUTO_
12   nn_rstctl   =  _AUTO_
13   nn_it000    =  _AUTO_
14   nn_itend    =  _AUTO_
15   nn_stock    =  _AUTO_
16   nn_write    =    720
17   ln_mskland  = .true.
18   ln_clobber  = .true.
19/
20!-----------------------------------------------------------------------
21&namcfg        !   parameters of the configuration
22!-----------------------------------------------------------------------
23   cp_cfg      =  "orca"               !  name of the configuration
24   jp_cfg      =       2               !  resolution of the configuration
25   jpidta      =     182               !  1st lateral dimension ( >= jpi )
26   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
27   jpkdta      =      31               !  number of levels      ( >= jpk )
28   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
29   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
30   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
31   jpjzoom     =       1               !  in data domain indices
32   jperio      =       4               !  lateral cond. type (between 0 and 6)
33/
34!-----------------------------------------------------------------------
35&namzgr        !   vertical coordinate
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namdom        !   space and time domain (bathymetry, mesh, timestep)
40!-----------------------------------------------------------------------
41   jphgr_msh   =       0               !  type of horizontal mesh
42   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
43   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
44   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
45   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
46   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
47   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
48   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
49   ppa0        =     255.58049070440   ! (default coefficients)
50   ppa1        =     245.58132232490   !
51   ppkth       =      21.43336197938   !
52   ppacr       =       3.0             !
53   ppdzmin     =  999999.              !  Minimum vertical spacing
54   pphmax      =  999999.              !  Maximum depth
55   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
56   ppa2        =  999999.              !  Double tanh function parameters
57   ppkth2      =  999999.              !
58   ppacr2      =  999999.              !
59   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0)
60   rn_atfp     =    0.1    !  asselin time filter parameter
61   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k)
62                                 !                          =0, not used, rdt = rdttra
63   rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1)
64   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1)
65   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1)
66   nn_msh      =  0
67/
68!-----------------------------------------------------------------------
69&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namcrs        !   Grid coarsening for dynamics output and/or
74               !   passive tracer coarsened online simulations
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namtsd    !   data : Temperature  & Salinity
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namsbc        !   Surface Boundary Condition (surface module)
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namsbc_core   !   namsbc_core  CORE bulk formulae
87!-----------------------------------------------------------------------
88!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights              ! rotation !
89!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename             ! pairing  !
90   sn_wndi     = 'u_10'       ,         6         , 'U_10_MOD',   .true.     ,  .true. , 'yearly'  , 'weights_bicubic.nc'  , 'U1'
91   sn_wndj     = 'v_10'       ,         6         , 'V_10_MOD',   .true.     ,  .true. , 'yearly'  , 'weights_bicubic.nc'  , 'V1'
92   sn_qsr      = 'radsw'      ,        24         , 'SWDN_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''
93   sn_qlw      = 'radlw'      ,        24         , 'LWDN_MOD',   .true.     ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''
94   sn_tair     = 't_10'       ,         6         , 'T_10_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''
95   sn_humi     = 'q_10'       ,         6         , 'Q_10_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''
96   sn_prec     = 'precip'     ,        -1         , 'PRC_MOD1',   .true.     ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''
97   sn_snow     = 'snow'       ,        -1         , 'SNOW'    ,   .true.     ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''
98/
99!-----------------------------------------------------------------------
100&namtra_qsr    !   penetrative solar radiation
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namsbc_rnf    !   runoffs namelist surface boundary condition
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namsbc_ssr    !   surface boundary condition : sea surface restoring
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namsbc_alb    !   albedo parameters
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namberg       !   iceberg parameters
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namlbc        !   lateral momentum boundary condition
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&namcla        !   cross land advection
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&nambfr        !   bottom friction
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&nambbc        !   bottom temperature boundary condition
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&nambbl        !   bottom boundary layer scheme
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&nameos        !   ocean physical parameters
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namtra_adv    !   advection scheme for tracer
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
153!-----------------------------------------------------------------------
154/
155!----------------------------------------------------------------------------------
156&namtra_ldf    !   lateral diffusion scheme for tracers
157!----------------------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&namtra_dmp    !   tracer: T & S newtonian damping
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&namdyn_adv    !   formulation of the momentum advection
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
169!-----------------------------------------------------------------------
170/
171!-----------------------------------------------------------------------
172&namdyn_hpg    !   Hydrostatic pressure gradient option
173!-----------------------------------------------------------------------
174   ln_hpg_zco  = .false.   !  z-coordinate - full steps
175   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
176   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation)
177   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial)
178   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme)
179   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T)
180                                 !           centered      time scheme  (F)
181/
182!-----------------------------------------------------------------------
183&namdyn_ldf    !   lateral diffusion on momentum
184!-----------------------------------------------------------------------
185/
186!-----------------------------------------------------------------------
187&namzdf        !   vertical physics
188!-----------------------------------------------------------------------
189/
190!-----------------------------------------------------------------------
191&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
192!-----------------------------------------------------------------------
193/
194!-----------------------------------------------------------------------
195&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
196!-----------------------------------------------------------------------
197/
198!-----------------------------------------------------------------------
199&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
200!-----------------------------------------------------------------------
201/
202!-----------------------------------------------------------------------
203&namsol        !   elliptic solver / island / free surface
204!-----------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
207&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
208!-----------------------------------------------------------------------
209/
210!-----------------------------------------------------------------------
211&namctl        !   Control prints & Benchmark
212!-----------------------------------------------------------------------
213/
214!-----------------------------------------------------------------------
215&namptr       !   Poleward Transport Diagnostic
216!-----------------------------------------------------------------------
217/
218!-----------------------------------------------------------------------
219&namhsb       !  Heat and salt budgets
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
224!-----------------------------------------------------------------------
225/
Note: See TracBrowser for help on using the repository browser.