source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg @ 2295

Last change on this file since 2295 was 2295, checked in by omamce, 10 years ago

O.M. : Masks land points in NetCDF outputs

File size: 18.7 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      = "ORCA1"   !  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      =       1               !  resolution of the configuration
30   jpidta      =     362               !  1st lateral dimension ( >= jpi )
31   jpjdta      =     292               !  2nd    "         "    ( >= jpj )
32   jpkdta      =      75               !  number of levels      ( >= jpk )
33   jpiglo      =     362               !  1st dimension of global domain --> i =jpidta
34   jpjglo      =     292               !  2nd    -                  -    --> j  =jpjdta
35   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
36   jpjzoom     =       1               !  in data domain indices
37   jperio      =       6               !  lateral cond. type (between 0 and 6)
38/
39!-----------------------------------------------------------------------
40&namzgr        !   vertical coordinate
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
45!-----------------------------------------------------------------------
46   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m)
47   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
48   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20)
49   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1)
50   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1)
51   rn_bb       =    0.8    !  stretching with s-sigma
52   rn_hc       =  150.0    !  critical depth with s-sigma
53/
54!-----------------------------------------------------------------------
55&namdom        !   space and time domain (bathymetry, mesh, timestep)
56!-----------------------------------------------------------------------
57   nn_msh      =    0      !  AUTO - create (=1) a mesh file or not (=0)
58   rn_rdt      = 3600.     !  time step for the dynamics (and tracer if nn_acc=0)
59   nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
60   !
61   jphgr_msh   =       0               !  type of horizontal mesh
62   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
63   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
64   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
65   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
66   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
67   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
68   ppsur       =   -3958.951371276829  !  ORCA r4, r2 and r05 coefficients
69   ppa0        =     103.9530096000000 ! (default coefficients)
70   ppa1        =       2.415951269000000   !
71   ppkth       =      15.35101370000000    !
72   ppacr       =       7.0             !
73   ppdzmin     =  999999.0             !  Minimum vertical spacing
74   pphmax      =  999999.0             !  Maximum depth
75   ldbletanh   =   .TRUE.              !  Use/do not use double tanf function for vertical coordinates
76   ppa2        =     100.7609285000000 !  Double tanh function parameters
77   ppkth2      =      48.02989372000000    !
78   ppacr2      =      13.00000000000   !
79   rn_hmin     =   20.
80/
81!-----------------------------------------------------------------------
82&namcrs        !   Grid coarsening for dynamics output and/or
83               !   passive tracer coarsened online simulations
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namtsd    !   data : Temperature  & Salinity
88!-----------------------------------------------------------------------
89   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
90   ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F)
91/
92!-----------------------------------------------------------------------
93&namsbc        !   Surface Boundary Condition (surface module)
94!-----------------------------------------------------------------------
95   nn_fsbc     = 6         !  frequency of surface boundary condition computation
96                           !     (also = the frequency of sea-ice model call)
97   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
98   ln_cpl      = .true.    !  Coupled formulation                       (T => fill namsbc_cpl )
99   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
100   nn_ice      = 2         !  =0 no ice boundary condition   ,
101                           !  =1 use observed ice-cover      ,
102                           !  =2 ice-model used                         ("key_lim3" or "key_lim2")
103   cn_iceflx   = 'linear'  !  AUTO -
104                           !  ="ave"    - Average flux over all ice categories ("key_lim3")
105                           !  ="linear" - Linear repartition of fluxes over ice categories ("key_lim3")
106   nn_ice_embd = 0         !  AUTO -
107                           !  =0 levitating ice (no mass exchange, concentration/dilution effect)
108                           !  =1 levitating ice with mass and salt exchange but no presure effect
109                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
110   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
111   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
112   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
113   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
114                           !     =1 global mean of e-p-r set to zero at each time step
115/
116!-----------------------------------------------------------------------
117&namsbc_core   !   namsbc_core  CORE bulk formulae
118!-----------------------------------------------------------------------
119/
120!-----------------------------------------------------------------------
121&namtra_qsr    !   penetrative solar radiation
122!-----------------------------------------------------------------------
123   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
124/
125!-----------------------------------------------------------------------
126&namsbc_rnf    !   runoffs namelist surface boundary condition
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namsbc_ssr    !   surface boundary condition : sea surface restoring
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namsbc_alb    !   albedo parameters
135!-----------------------------------------------------------------------
136   rn_cloud    =    0.00   !  cloud correction to snow and ice albedo
137   rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic
138   rn_alphd    =    0.80   !  coefficients for linear interpolation used to
139   rn_alphc    =    0.65   !  compute albedo between two extremes values
140   rn_alphdi   =    0.72   !  (Pyane, 1972)
141/
142!-----------------------------------------------------------------------
143&namsbc_cpl    !   coupling parameters
144!-----------------------------------------------------------------------
145!                    !     description       !  multiple  !    vector   !      vector          ! vector !
146!                    !                       ! categories !  reference  !    orientation       ! grids  !
147! send
148sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''
149sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
150sn_snd_thick  =       'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
151sn_snd_crt    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward' ,  'T'
152sn_snd_co2    =       'none'              ,    'no'    ,     ''      ,         ''           ,   ''
153! receive
154sn_rcv_w10m   =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
155sn_rcv_taumod =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
156sn_rcv_tau    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'
157sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
158sn_rcv_qsr    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
159sn_rcv_qns    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
160sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
161sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
162sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
163sn_rcv_co2    =       'none'              ,    'no'    ,     ''      ,         ''          ,   ''
164/
165/
166!-----------------------------------------------------------------------
167&namberg       !   iceberg parameters
168!-----------------------------------------------------------------------
169/
170!-----------------------------------------------------------------------
171&namlbc        !   lateral momentum boundary condition
172!-----------------------------------------------------------------------
173   rn_shlat    =    0.0    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
174/
175!-----------------------------------------------------------------------
176&namcla        !   cross land advection
177!-----------------------------------------------------------------------
178/
179!-----------------------------------------------------------------------
180&nambfr        !   bottom friction
181!-----------------------------------------------------------------------
182   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
183/
184!-----------------------------------------------------------------------
185&nambbc        !   bottom temperature boundary condition
186!-----------------------------------------------------------------------
187   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
188/
189!-----------------------------------------------------------------------
190&nambbl        !   bottom boundary layer scheme
191!-----------------------------------------------------------------------
192/
193!-----------------------------------------------------------------------
194&nameos        !   ocean physical parameters
195!-----------------------------------------------------------------------
196/
197!-----------------------------------------------------------------------
198&namtra_adv    !   advection scheme for tracer
199!-----------------------------------------------------------------------
200/
201!-----------------------------------------------------------------------
202&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
203!-----------------------------------------------------------------------
204/
205!-----------------------------------------------------------------------
206&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
207!-----------------------------------------------------------------------
208/
209!----------------------------------------------------------------------------------
210&namtra_ldf    !   lateral diffusion scheme for tracers
211!----------------------------------------------------------------------------------
212   ln_traldf_grif   =  .true.   !  griffies skew flux formulation       (require "key_ldfslp")
213   ln_traldf_gdia   =  .true.   !  griffies operator strfn diagnostics  (require "key_ldfslp")
214   ln_botmix_grif   =  .true.   !  griffies operator with lateral mixing on bottom (require "key_ldfslp")
215   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
216   rn_aeiv_0        =  1000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv")
217/
218!-----------------------------------------------------------------------
219&namtra_dmp    !   tracer: T & S newtonian damping
220!-----------------------------------------------------------------------
221   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
222   nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column
223
224/
225!-----------------------------------------------------------------------
226&namdyn_adv    !   formulation of the momentum advection
227!-----------------------------------------------------------------------
228/
229!-----------------------------------------------------------------------
230&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
231!-----------------------------------------------------------------------
232/
233!-----------------------------------------------------------------------
234&namdyn_hpg    !   Hydrostatic pressure gradient option
235!-----------------------------------------------------------------------
236   ln_dynhpg_imp = .true.  !  time stepping: semi-implicit time scheme  (T)
237   ln_hpg_zps    = .false. !  z-coordinate - partial steps (interpolation)
238   ln_hpg_prj    = .true.  !  s-coordinate (Pressure Jacobian scheme)
239/
240!-----------------------------------------------------------------------
241&namdyn_ldf    !   lateral diffusion on momentum
242!-----------------------------------------------------------------------
243   rn_ahm_0_lap     = 20000.    !  horizontal laplacian eddy viscosity   [m2/s]
244/
245!-----------------------------------------------------------------------
246&namzdf        !   vertical physics
247!-----------------------------------------------------------------------
248/
249!-----------------------------------------------------------------------
250&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
251!-----------------------------------------------------------------------
252/
253!-----------------------------------------------------------------------
254&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
255!-----------------------------------------------------------------------
256/
257!-----------------------------------------------------------------------
258&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
259!-----------------------------------------------------------------------
260/
261!-----------------------------------------------------------------------
262&namsol        !   elliptic solver / island / free surface
263!-----------------------------------------------------------------------
264/
265!-----------------------------------------------------------------------
266&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
267!-----------------------------------------------------------------------
268   jpni        =   1       !  jpni   number of processors following i (set automatically if < 1)
269   jpnj        =  29       !  jpnj   number of processors following j (set automatically if < 1)
270   jpnij       =  29       !  jpnij  number of local domains (set automatically if < 1)
271/
272!-----------------------------------------------------------------------
273&namctl        !   Control prints & Benchmark
274!-----------------------------------------------------------------------
275/
276!-----------------------------------------------------------------------
277&namptr       !   Poleward Transport Diagnostic
278!-----------------------------------------------------------------------
279   ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F)
280   ln_diaznl  = .false.     !  Add zonal means and meridional stream functions
281   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not
282                            !  (orca configuration only, need input basins mask file named "subbasins.nc"
283   ln_ptrcomp = .false.     !  Add decomposition : overturning
284   nn_fptr    =  1          !  Frequency of ptr computation [time step]
285   nn_fwri    =  15         !  AUTO - Frequency of ptr outputs [time step]
286/
287!-----------------------------------------------------------------------
288&nam_asminc   !   assimilation increments                               ('key_asminc')
289!-----------------------------------------------------------------------
290/
291!-----------------------------------------------------------------------
292&namsbc_wave   ! External fields from wave model
293!-----------------------------------------------------------------------
294/
295!-----------------------------------------------------------------------
296&namhsb       !  Heat and salt budgets
297!-----------------------------------------------------------------------
298/
299!-----------------------------------------------------------------------
300&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
301!-----------------------------------------------------------------------
302/
Note: See TracBrowser for help on using the repository browser.