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_sco in branches/2014/dev_r4627_COMODO_UPW2D/NEMOGCM/CONFIG/UPW2D_eo_vvl/EXP_dynadv_cen2 – NEMO

source: branches/2014/dev_r4627_COMODO_UPW2D/NEMOGCM/CONFIG/UPW2D_eo_vvl/EXP_dynadv_cen2/namelist_cfg_sco @ 4631

Last change on this file since 4631 was 4631, checked in by flavoni, 10 years ago

add Upwelling CONFIGURATION, for COMODO test cases

File size: 15.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      =  "UPW2D_eo_sco_vvl_cen2"  !  experience name
9   nn_it000    =       1   !  first time step
10   nn_itend    =    2880   ! 20 days
11   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input)
12   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
13   nn_istate   =       1   !  output the initial state (1) or not (0)
14   nn_stock    =   9999999   !  frequency of creation of a restart file (modulo referenced to 1)
15   nn_write    =    288   !  frequency of write in the output file   (modulo referenced to nn_it000)
16   ln_clobber  = .true.   !  clobber (overwrite) an existing file
17/
18
19/
20!-----------------------------------------------------------------------
21&namcfg        !   parameters of the configuration
22!-----------------------------------------------------------------------
23   cp_cfg      =  "upw2D"               !  name of the configuration
24   jp_cfg      =       1               !  resolution of the configuration
25   jpidta      =       3               !  1st lateral dimension ( >= jpi )
26   jpjdta      =     202               !  2nd    "         "    ( >= jpj )
27   jpkdta      =      61               !  number of levels      ( >= jpk )
28   jpiglo      =       3               !  1st dimension of global domain --> i =jpidta
29   jpjglo      =     202               !  2nd    -                  -    --> j  =jpjdta
30   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
31   jpjzoom     =       1               !  in data domain indices
32   jperio      =       1               !  lateral cond. type (between 0 and 6)
33/
34!-----------------------------------------------------------------------
35&namzgr        !   vertical coordinate
36!-----------------------------------------------------------------------
37   ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
38   ln_zps      = .false.    !  z-coordinate - partial steps   (T/F)
39   ln_sco      = .true.   !  s- or hybrid z-s-coordinate    (T/F)
40/
41!-----------------------------------------------------------------------
42&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
43!-----------------------------------------------------------------------
44   ln_s_sf12   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)
45   rn_sbot_min =    4.     !  minimum depth of s-bottom surface (>0) (m)
46   rn_sbot_max =  204.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
47   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1)
48   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1)
49/
50!-----------------------------------------------------------------------
51&namdom        !   space and time domain (bathymetry, mesh, timestep)
52!-----------------------------------------------------------------------
53   nn_bathy    =   -2      !  compute (=0) or read (=1) the bathymetry file
54   nn_msh      =    1      !  create (=1) a mesh file or not (=0)
55                           !   
56   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
57                           !
58   jphgr_msh   =       2               !  type of horizontal mesh
59   ppgphi0     =     -21.0             !  latitude  of first raw and column T-point (jphgr_msh = 1)
60   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
61   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
62   ppe1_m      =    1000.              !  zonal      grid-spacing (degrees)
63   ppe2_m      =    1000.              !  meridional grid-spacing (degrees)
64   ppsur       =       0.0             !  ORCA r4, r2 and r05 coefficients
65   ppa0        =       0.0             ! (default coefficients)
66   ppa1        =       0.0             !
67   ppkth       =       0.0             !
68   ppacr       =       1.0             !
69   ppdzmin     =  999999.              !  Minimum vertical spacing
70   pphmax      =     204.              !  (meters): maximum depth of the ocean
71   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
72   ppa2        =  999999.              !  Double tanh function parameters
73   ppkth2      =  999999.              !
74   ppacr2      =  999999.              !
75/
76!-----------------------------------------------------------------------
77&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
78!-----------------------------------------------------------------------
79/
80!-----------------------------------------------------------------------
81&namcrs        !   Grid coarsening for dynamics output and/or
82               !   passive tracer coarsened online simulations
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namtsd    !   data : Temperature  & Salinity
87!-----------------------------------------------------------------------
88   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
89   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
90/
91!-----------------------------------------------------------------------
92&namsbc        !   Surface Boundary Condition (surface module)
93!-----------------------------------------------------------------------
94   nn_fsbc     = 1         !  frequency of surface boundary condition computation
95                           !     (also = the frequency of sea-ice model call)
96   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
97   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
98   nn_ice      = 0         !  =0 no ice boundary condition   ,
99                           !  =1 use observed ice-cover      ,
100                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
101   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
102   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
103   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
104                           !     =1 global mean of e-p-r set to zero at each time step
105                           !     =2 annual global mean of e-p-r set to zero
106                           !     =3 global emp set to zero and spread out over erp area
107/
108!-----------------------------------------------------------------------
109&namsbc_ana    !   analytical surface boundary condition
110!-----------------------------------------------------------------------
111   rn_utau0    =   -0.7e-01    !  uniform value for the i-stress
112   rn_vtau0    =   0.0     !  uniform value for the j-stress
113/
114!-----------------------------------------------------------------------
115&namsbc_core   !   namsbc_core  CORE bulk formulae
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namtra_qsr    !   penetrative solar radiation
120!-----------------------------------------------------------------------
121   ln_traqsr   = .false.    !  Light penetration (T) or not (F)
122   ln_qsr_ice  = .false.    !  light penetration for ice-model LIM3
123/
124!-----------------------------------------------------------------------
125&namsbc_rnf    !   runoffs namelist surface boundary condition
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&namsbc_ssr    !   surface boundary condition : sea surface restoring
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&namsbc_alb    !   albedo parameters
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&namberg       !   iceberg parameters
138!-----------------------------------------------------------------------
139/
140!-----------------------------------------------------------------------
141&namlbc        !   lateral momentum boundary condition
142!-----------------------------------------------------------------------
143   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
144                           !  free slip  !   partial slip  !   no slip   ! strong slip
145/
146!-----------------------------------------------------------------------
147&namcla        !   cross land advection
148!-----------------------------------------------------------------------
149/
150!-----------------------------------------------------------------------
151&nambfr        !   bottom friction
152!-----------------------------------------------------------------------
153rn_bfri1    =    5.e-3  !  bottom drag coefficient (linear case)
154!SF ln_bfrimp = .false. legato a ln_zdfexp = true
155   !ln_bfrimp   = .false.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
156   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
157/
158!-----------------------------------------------------------------------
159&nambbc        !   bottom temperature boundary condition
160!-----------------------------------------------------------------------
161  ln_trabbc   = .false.    !  Apply a geothermal heating at the ocean bottom
162/
163!-----------------------------------------------------------------------
164&nambbl        !   bottom boundary layer scheme
165!-----------------------------------------------------------------------
166 nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
167/
168!-----------------------------------------------------------------------
169&nameos        !   ocean physical parameters
170!-----------------------------------------------------------------------
171   nn_eos      =   1       !  type of equation of state and Brunt-Vaisala frequency
172/
173!-----------------------------------------------------------------------
174&namtra_adv    !   advection scheme for tracer
175!-----------------------------------------------------------------------
176   ln_traadv_tvd    =  .false.   !  TVD scheme     
177   ln_traadv_ubs    =  .true.  !  UBS scheme                 
178/
179!-----------------------------------------------------------------------
180&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
181!-----------------------------------------------------------------------
182/
183!-----------------------------------------------------------------------
184&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
185!-----------------------------------------------------------------------
186/
187!----------------------------------------------------------------------------------
188&namtra_ldf    !   lateral diffusion scheme for tracers
189!----------------------------------------------------------------------------------
190   ln_traldf_lap    =  .false.   !  laplacian operator
191   ln_traldf_bilap  =  .true.    !  bilaplacian operator
192!
193   ln_traldf_hor    =  .true.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T)
194   ln_traldf_iso    =  .false.   !  iso-neutral                 (needs "key_ldfslp")
195!
196   rn_aeiv_0        =  0.    !  eddy induced velocity coefficient [m2/s]
197   rn_aht_0         =  0.    !  horizontal eddy diffusivity for tracers [m2/s]
198
199/
200!-----------------------------------------------------------------------
201&namtra_dmp    !   tracer: T & S newtonian damping
202!-----------------------------------------------------------------------
203   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
204/
205!-----------------------------------------------------------------------
206&namdyn_adv    !   formulation of the momentum advection
207!-----------------------------------------------------------------------
208   ln_dynadv_vec = .false.  !  vector form (T) or flux form (F) 
209   ln_dynadv_cen2= .true. !  flux form - 2nd order centered scheme
210/
211!-----------------------------------------------------------------------
212&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
213!-----------------------------------------------------------------------
214/
215!-----------------------------------------------------------------------
216&namdyn_hpg    !   Hydrostatic pressure gradient option
217!-----------------------------------------------------------------------
218   ln_hpg_zco  = .false.   !  z-coordinate - full steps
219   ln_hpg_zps  = .false.    !  z-coordinate - partial steps (interpolation)
220   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
221   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
222                                 !           centered      time scheme  (F) 
223/
224!-----------------------------------------------------------------------
225&namdyn_ldf    !   lateral diffusion on momentum
226!-----------------------------------------------------------------------
227   ln_dynldf_lap    =  .false.   !  laplacian operator         
228   rn_ahm_0_lap     = 0.    !  horizontal laplacian eddy viscosity   [m2/s]
229   rn_ahm_0_blp     =  -1.E07    !  horizontal bilaplacian eddy viscosity [m4/s]
230/
231!-----------------------------------------------------------------------
232&namzdf        !   vertical physics
233!-----------------------------------------------------------------------
234   rn_avm0     =   1.e-2  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
235!SF con ln_zdfexp = .true. ha funzionato
236!ln_zdfexp   = .true.   !  time-stepping: split-explicit (T) or implicit (F) time stepping
237/
238!-----------------------------------------------------------------------
239&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
240!-----------------------------------------------------------------------
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/
258!-----------------------------------------------------------------------
259&namctl        !   Control prints & Benchmark
260!-----------------------------------------------------------------------
261/
262!-----------------------------------------------------------------------
263&namptr       !   Poleward Transport Diagnostic
264!-----------------------------------------------------------------------
265   ln_diaznl  = .false.     !  Add zonal means and meridional stream functions
266   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not
267/
268!-----------------------------------------------------------------------
269&namhsb       !  Heat and salt budgets
270!-----------------------------------------------------------------------
271/
272!-----------------------------------------------------------------------
273&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
274!-----------------------------------------------------------------------
275/
Note: See TracBrowser for help on using the repository browser.