New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_cfg in branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00 – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 3901

Last change on this file since 3901 was 3901, checked in by clevy, 11 years ago

Configuration Setting/Step2, see ticket:#1074

File size: 16.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!!======================================================================
6!!                   ***  Run management namelists  ***
7!!======================================================================
8!!   namrun        parameters of the run
9!!======================================================================
10!
11!-----------------------------------------------------------------------
12&namrun        !   parameters of the run
13!-----------------------------------------------------------------------
14   cn_exp      =  "PISCES"  !  experience name
15   nn_itend    =    100   !  last  time step (std 5475)
16   nn_stock    =    1460   !  frequency of creation of a restart file (modulo referenced to 1)
17   nn_write    =    100   !  frequency of write in the output file   (modulo referenced to nn_it000)
18/
19!-----------------------------------------------------------------------
20&namzgr        !   vertical coordinate
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&namdom        !   space and time domain (bathymetry, mesh, timestep)
29!-----------------------------------------------------------------------
30   nn_msh      =    1      !  create (=1) a mesh file or not (=0)
31   rn_rdt      = 21600.    !  time step for the dynamics (and tracer if nn_acc=0)
32   rn_rdtmin   = 21600.          !  minimum time step on tracers (used if nn_acc=1)
33   rn_rdtmax   = 21600.          !  maximum time step on tracers (used if nn_acc=1)
34/
35!-----------------------------------------------------------------------
36&namtsd    !   data : Temperature  & Salinity                           
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namsbc        !   Surface Boundary Condition (surface module)
41!-----------------------------------------------------------------------
42   nn_fsbc     = 1         !  frequency of surface boundary condition computation
43/
44!-----------------------------------------------------------------------
45&namsbc_ana    !   analytical surface boundary condition
46!-----------------------------------------------------------------------
47   nn_tau000   =   0       !  gently increase the stress over the first ntau_rst time-steps
48   rn_utau0    =   0.5     !  uniform value for the i-stress
49   rn_vtau0    =   0.e0    !  uniform value for the j-stress
50   rn_qns0     =   0.e0    !  uniform value for the total heat flux
51   rn_qsr0     =   0.e0    !  uniform value for the solar radiation
52   rn_emp0     =   0.e0    !  uniform value for the freswater budget (E-P)
53/
54!-----------------------------------------------------------------------
55&namsbc_flx    !   surface boundary condition : flux formulation
56!-----------------------------------------------------------------------
57/     
58!-----------------------------------------------------------------------
59&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namsbc_core   !   namsbc_core  CORE bulk formulae
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
68!-----------------------------------------------------------------------
69/
70!-----------------------------------------------------------------------
71&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
72!-----------------------------------------------------------------------
73/
74!-----------------------------------------------------------------------
75&namtra_qsr    !   penetrative solar radiation
76!-----------------------------------------------------------------------
77   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
78/
79!-----------------------------------------------------------------------
80&namsbc_rnf    !   runoffs namelist surface boundary condition
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namsbc_ssr    !   surface boundary condition : sea surface restoring
89!-----------------------------------------------------------------------
90/     
91!-----------------------------------------------------------------------
92&namsbc_alb    !   albedo parameters
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namberg       !   iceberg parameters
97!-----------------------------------------------------------------------
98/
99
100!-----------------------------------------------------------------------
101&namlbc        !   lateral momentum boundary condition
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namcla        !   cross land advection
106!-----------------------------------------------------------------------
107/
108!-----------------------------------------------------------------------
109&namobc        !   open boundaries parameters                           ("key_obc")
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&namagrif      !  AGRIF zoom                                            ("key_agrif")
114!-----------------------------------------------------------------------
115/
116!-----------------------------------------------------------------------
117&nambdy        !  unstructured open boundaries                          ("key_bdy")
118!-----------------------------------------------------------------------
119/
120!-----------------------------------------------------------------------
121&nambdy_dta      !  open boundaries - external data           ("key_bdy")
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&nambdy_tide     ! tidal forcing at open boundaries             
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&nambfr        !   bottom friction
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&nambbc        !   bottom temperature boundary condition
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&nambbl        !   bottom boundary layer scheme
138!-----------------------------------------------------------------------
139/
140!-----------------------------------------------------------------------
141&nameos        !   ocean physical parameters
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&namtra_adv    !   advection scheme for tracer
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namtra_ldf    !   lateral diffusion scheme for tracer
150!-----------------------------------------------------------------------
151   ln_triad_iso     =  .true.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp")
152/
153!-----------------------------------------------------------------------
154&namtra_dmp    !   tracer: T & S newtonian damping                 
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namdyn_adv    !   formulation of the momentum advection
159!-----------------------------------------------------------------------
160
161!-----------------------------------------------------------------------
162&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namdyn_hpg    !   Hydrostatic pressure gradient option
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170!&namdyn_spg    !   surface pressure gradient   (CPP key only)
171!-----------------------------------------------------------------------
172/
173!-----------------------------------------------------------------------
174&namdyn_ldf    !   lateral diffusion on momentum
175!-----------------------------------------------------------------------
176/
177!-----------------------------------------------------------------------
178&namdta_dyn        !   offline dynamics read in files                ("key_offline")
179!-----------------------------------------------------------------------
180!            !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
181!            !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
182   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''
183   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''
184   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''
185   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''
186   sn_sfx  = 'dyna_grid_T' ,    120            , 'sowaflcd' ,  .true.    , .true. ,   'yearly'  , ''       , ''
187   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''
188   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''
189   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''
190   sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''
191   sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''
192   sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''
193   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''
194   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''
195   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''
196   sn_ahu  = 'dyna_grid_U' ,    120            , 'vozoahtu' ,  .true.    , .true. ,   'yearly'  , ''       , ''
197   sn_ahv  = 'dyna_grid_V' ,    120            , 'vomeahtv' ,  .true.    , .true. ,   'yearly'  , ''       , ''
198   sn_ahw  = 'dyna_grid_W' ,    120            , 'voveahtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''
199   sn_eiu  = 'dyna_grid_U' ,    120            , 'vozoaeiu' ,  .true.    , .true. ,   'yearly'  , ''       , ''
200   sn_eiv  = 'dyna_grid_V' ,    120            , 'vomeaeiv' ,  .true.    , .true. ,   'yearly'  , ''       , ''
201   sn_eiw  = 'dyna_grid_W' ,    120            , 'soleaeiw' ,  .true.    , .true. ,   'yearly'  , ''       , ''
202!
203   cn_dir      = './'      !  root directory for the location of the dynamical files
204   ln_degrad   =  .false.  !  flag for degradation -                requires ("key_degrad")
205   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file
206   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl")
207/
208!-----------------------------------------------------------------------
209&namzdf        !   vertical physics
210!-----------------------------------------------------------------------
211/
212!-----------------------------------------------------------------------
213&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
214!-----------------------------------------------------------------------
215/
216!-----------------------------------------------------------------------
217&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
218!-----------------------------------------------------------------------
219/
220!------------------------------------------------------------------------
221&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
222!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
223/
224!-----------------------------------------------------------------------
225&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
226!-----------------------------------------------------------------------
227/
228!-----------------------------------------------------------------------
229&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
230!-----------------------------------------------------------------------
231/
232!-----------------------------------------------------------------------
233&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
234!-----------------------------------------------------------------------
235/
236!-----------------------------------------------------------------------
237&namsol        !   elliptic solver / island / free surface
238!-----------------------------------------------------------------------
239/
240!-----------------------------------------------------------------------
241&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
242!-----------------------------------------------------------------------
243/
244!-----------------------------------------------------------------------
245&namctl        !   Control prints & Benchmark
246!-----------------------------------------------------------------------
247/
248!-----------------------------------------------------------------------
249&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
254!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
255!-----------------------------------------------------------------------
256/
257!-----------------------------------------------------------------------
258&namflo       !   float parameters                                      ("key_float")
259!-----------------------------------------------------------------------
260/
261!-----------------------------------------------------------------------
262&namptr       !   Poleward Transport Diagnostic
263!-----------------------------------------------------------------------
264/
265!-----------------------------------------------------------------------
266&namhsb       !  Heat and salt budgets
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namdct        ! transports through sections
271!-----------------------------------------------------------------------
272/
273!-----------------------------------------------------------------------
274&namobs       !  observation usage switch                               ('key_diaobs')
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&nam_asminc   !   assimilation increments                               ('key_asminc')
279!-----------------------------------------------------------------------
280/
281!-----------------------------------------------------------------------
282&namsbc_wave   ! External fields from wave model
283!-----------------------------------------------------------------------
284/
285!-----------------------------------------------------------------------
286&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
287!-----------------------------------------------------------------------
288   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water
289/
Note: See TracBrowser for help on using the repository browser.