source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA2_cfg @ 2220

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

O.M. : suppress T/S damping

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