source: CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/PARAM/namelist_ORCA2_cfg @ 2512

Last change on this file since 2512 was 2456, checked in by acosce, 9 years ago

Add new configuration IPSLCM6CHT

File size: 18.9 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      =  "ORCA2"  !  AUTO - experience name
9   nn_it000    =       1   !  AUTO - first time step
10   nn_itend    =    5475   !  AUTO - last  time step (std 5475)
11   nn_date0    =  010101   !  AUTO - date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
12   nn_leapy    =       0   !  AUTO - Leap year calendar (1) or not (0)
13   ln_rstart   = .false.   !  AUTO - start from rest (F) or from a restart file (T)
14   nn_rstctl   =       0   !  AUTO - restart control => activated only if ln_rstart = T
15                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
16                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
17                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
18   cn_ocerst_in  = "restartopa"   !  suffix of ocean restart name (input)
19   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
20   nn_istate   =       0   !  output the initial state (1) or not (0)
21   nn_stock    =    5475   !  AUTO - frequency of creation of a restart file (modulo referenced to 1)
22   nn_write    =    5475   !  AUTO - frequency of write in the output file   (modulo referenced to nn_it000)
23   ln_mskland  = .true.    !  Masks land points in NetCDF outputs
24/
25!-----------------------------------------------------------------------
26&namcfg        !   parameters of the configuration
27!-----------------------------------------------------------------------
28   cp_cfg      =  "orca"               !  name of the configuration
29   jp_cfg      =       2               !  resolution of the configuration
30   jpidta      =     182               !  1st lateral dimension ( >= jpi )
31   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
32   jpkdta      =      31               !  number of levels      ( >= jpk )
33   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
34   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
35   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
36   jpjzoom     =       1               !  in data domain indices
37   jperio      =       4               !  lateral cond. type (between 0 and 6)
38/
39!-----------------------------------------------------------------------
40&namzgr        !   vertical coordinate
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namdom        !   space and time domain (bathymetry, mesh, timestep)
45!-----------------------------------------------------------------------
46   nn_msh      =    0      !  AUTO - create (=1) a mesh file or not (=0)
47   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0)
48   nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
49   !
50   jphgr_msh   =       0               !  type of horizontal mesh
51   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
52   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
53   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
54   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
55   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
56   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
57   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
58   ppa0        =     255.58049070440   ! (default coefficients)
59   ppa1        =     245.58132232490   !
60   ppkth       =      21.43336197938   !
61   ppacr       =       3.0             !
62   ppdzmin     =  999999.              !  Minimum vertical spacing
63   pphmax      =  999999.              !  Maximum depth
64   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
65   ppa2        =  999999.              !  Double tanh function parameters
66   ppkth2      =  999999.              !
67   ppacr2      =  999999.              !
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   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
82   ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F)
83/
84!-----------------------------------------------------------------------
85&namsbc        !   Surface Boundary Condition (surface module)
86!-----------------------------------------------------------------------
87   nn_fsbc     = 5         !  frequency of surface boundary condition computation
88                           !     (also = the frequency of sea-ice model call)
89   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
90   ln_cpl      = .true.    !  Coupled formulation                       (T => fill namsbc_cpl )
91   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
92   nn_ice      = 2         !  =0 no ice boundary condition   ,
93                           !  =1 use observed ice-cover      ,
94                           !  =2 ice-model used                         ("key_lim3" or "key_lim2")
95   cn_iceflx   = 'linear'  !  AUTO -
96                           !  ="ave"    - Average flux over all ice categories ("key_lim3")
97                           !  ="linear" - Linear repartition of fluxes over ice categories ("key_lim3")
98   nn_ice_embd = 0         !  AUTO -
99                           !  =0 levitating ice (no mass exchange, concentration/dilution effect)
100                           !  =1 levitating ice with mass and salt exchange but no presure effect
101                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
102   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
103   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
104   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
105   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
106                           !     =1 global mean of e-p-r set to zero at each time step
107                           !     =2 annual global mean of e-p-r set to zero
108                           !     =3 global emp set to zero and spread out over erp area
109   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave)
110   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave)
111   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave)
112/
113!-----------------------------------------------------------------------
114&namsbc_core   !   namsbc_core  CORE bulk formulae
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namtra_qsr    !   penetrative solar radiation
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&namsbc_rnf    !   runoffs namelist surface boundary condition
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namsbc_ssr    !   surface boundary condition : sea surface restoring
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namsbc_alb    !   albedo parameters
131!-----------------------------------------------------------------------
132   rn_cloud    =    0.00   !  cloud correction to snow and ice albedo
133   rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic
134   rn_alphd    =    0.80   !  coefficients for linear interpolation used to
135   rn_alphc    =    0.65   !  compute albedo between two extremes values
136   rn_alphdi   =    0.72   !  (Pyane, 1972)
137/
138!-----------------------------------------------------------------------
139&namsbc_cpl    !   coupling parameters
140!-----------------------------------------------------------------------
141!                    !     description       !  multiple  !    vector   !      vector          ! vector !
142!                    !                       ! categories !  reference  !    orientation       ! grids  !
143! send
144sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''
145sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
146sn_snd_thick  =       'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
147sn_snd_crt    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward' ,  'T'
148sn_snd_co2    =       'none'              ,    'no'    ,     ''      ,         ''           ,   ''
149! receive
150sn_rcv_w10m   =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
151sn_rcv_taumod =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
152sn_rcv_tau    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'
153sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
154sn_rcv_qsr    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
155sn_rcv_qns    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
156sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
157sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
158sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
159sn_rcv_co2    =       'none'              ,    'no'    ,     ''      ,         ''          ,   ''
160/
161/
162!-----------------------------------------------------------------------
163&namberg       !   iceberg parameters
164!-----------------------------------------------------------------------
165/
166!-----------------------------------------------------------------------
167&namlbc        !   lateral momentum boundary condition
168!-----------------------------------------------------------------------
169/
170!-----------------------------------------------------------------------
171&namcla        !   cross land advection
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&nambfr        !   bottom friction
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&nambbc        !   bottom temperature boundary condition
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&nambbl        !   bottom boundary layer scheme
184!-----------------------------------------------------------------------
185/
186!-----------------------------------------------------------------------
187&nameos        !   ocean physical parameters
188!-----------------------------------------------------------------------
189/
190!-----------------------------------------------------------------------
191&namtra_adv    !   advection scheme for tracer
192!-----------------------------------------------------------------------
193/
194!-----------------------------------------------------------------------
195&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
196!-----------------------------------------------------------------------
197/
198!-----------------------------------------------------------------------
199&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
200!-----------------------------------------------------------------------
201/
202!----------------------------------------------------------------------------------
203&namtra_ldf    !   lateral diffusion scheme for tracers
204!----------------------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
207&namtra_dmp    !   tracer: T & S newtonian damping
208!-----------------------------------------------------------------------
209    ln_tradmp   =  .FALSE.   !  add a damping termn (T) or not (F)
210/
211!-----------------------------------------------------------------------
212&namdyn_adv    !   formulation of the momentum advection
213!-----------------------------------------------------------------------
214/
215!-----------------------------------------------------------------------
216&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
217!-----------------------------------------------------------------------
218/
219!-----------------------------------------------------------------------
220&namdyn_hpg    !   Hydrostatic pressure gradient option
221!-----------------------------------------------------------------------
222/
223!-----------------------------------------------------------------------
224&namdyn_ldf    !   lateral diffusion on momentum
225!-----------------------------------------------------------------------
226/
227!-----------------------------------------------------------------------
228&namzdf        !   vertical physics
229!-----------------------------------------------------------------------
230/
231!-----------------------------------------------------------------------
232&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
233!-----------------------------------------------------------------------
234   rn_ebb      =  67.83    !  coef. of the surface input of tke (=67.83 suggested when ln_mxl0=T)
235   rn_mxl0     =   0.01    !  surface  buoyancy lenght scale minimum value
236   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
237                           !        = 0 no penetration
238                           !        = 1 add a tke source below the ML
239                           !        = 2 add a tke source just at the base of the ML
240                           !        = 3 as = 1 applied on HF part of the stress    ("key_coupled")
241/
242!-----------------------------------------------------------------------
243&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
247&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&namsol        !   elliptic solver / island / free surface
252!-----------------------------------------------------------------------
253/
254!-----------------------------------------------------------------------
255&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
256!-----------------------------------------------------------------------
257   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send,
258                           !  buffer blocking send or immediate non-blocking sends, resp.
259   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation
260   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold
261   jpni        =   1       !  jpni   number of processors following i (set automatically if < 1)
262   jpnj        =   5       !  jpnj   number of processors following j (set automatically if < 1)
263   jpnij       =   5       !  jpnij  number of local domains (set automatically if < 1)
264/
265!-----------------------------------------------------------------------
266&namctl        !   Control prints & Benchmark
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namc1d        !   1D configuration options                             ("key_c1d")
271!-----------------------------------------------------------------------
272/
273!-----------------------------------------------------------------------
274&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namptr       !   Poleward Transport Diagnostic
279!-----------------------------------------------------------------------
280   ln_diaptr  = .true.     !  Poleward heat and salt transport (T) or not (F)
281   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions
282   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not
283                           !  (orca configuration only, need input basins mask file named "subbasins.nc"
284   ln_ptrcomp = .true.     !  Add decomposition : overturning
285   nn_fptr    =  1         !  Frequency of ptr computation [time step]
286   nn_fwri    =  15        !  AUTO - Frequency of ptr outputs [time step]
287/
288!-----------------------------------------------------------------------
289&nam_asminc   !   assimilation increments                               ('key_asminc')
290!-----------------------------------------------------------------------
291/
292!-----------------------------------------------------------------------
293&namsbc_wave   ! External fields from wave model
294!-----------------------------------------------------------------------
295/
296!-----------------------------------------------------------------------
297&namhsb       !  Heat and salt budgets
298!-----------------------------------------------------------------------
299/
300!-----------------------------------------------------------------------
301&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
302!-----------------------------------------------------------------------
303/
Note: See TracBrowser for help on using the repository browser.