source: CMIP6/OMIP/CM61-LR-OMIP1-CO2ANTH-R1/PARAM/NAMELIST/ORCA2/namelist_dfs5_ia_cfg @ 4818

Last change on this file since 4818 was 4818, checked in by cetlod, 4 years ago

Save new OMIP experiments

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