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.
1_namelist_cfg in branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg @ 6624

Last change on this file since 6624 was 6624, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: add domain_cfg.nc file which includes jperio, and vert. coord. logicals. +code cleaning

File size: 16.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      = "Agulhas" !  experience name
8   nn_itend    =     480   !  last  time step
9   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1)
10   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000)
11   ln_clobber  = .true.    !  clobber (overwrite) an existing file
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration
15!-----------------------------------------------------------------------
16   cp_cfg      =  "default"             !  name of the configuration
17   jp_cfg      =      -1               !  resolution of the configuration
18/
19!-----------------------------------------------------------------------
20&namzgr        !   vertical coordinate
21!-----------------------------------------------------------------------
22   ln_zps      = .true.    !  z-coordinate - partial steps
23/
24!-----------------------------------------------------------------------
25&namdom        !   space and time domain (bathymetry, mesh, timestep)
26!----------------------------------------------------------------------- 
27   jphgr_msh   =       0               !  type of horizontal mesh
28   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
29   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
30   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
31   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
32   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
33   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
34   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
35   ppa0        =     255.58049070440   ! (default coefficients)
36   ppa1        =     245.58132232490   !
37   ppkth       =      21.43336197938   !
38   ppacr       =       3.0             !
39   ppdzmin     =  999999.              !  Minimum vertical spacing
40   pphmax      =  999999.              !  Maximum depth
41   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
42   ppa2        =  999999.              !  Double tanh function parameters
43   ppkth2      =  999999.              !
44   ppacr2      =  999999.              !
45   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
46/
47!-----------------------------------------------------------------------
48&namcrs        !   Grid coarsening for dynamics output and/or
49               !   passive tracer coarsened online simulations
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namtsd    !   data : Temperature  & Salinity
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namsbc        !   Surface Boundary Condition (surface module)
58!-----------------------------------------------------------------------
59   nn_ice      = 0         !  =0 no ice boundary condition   ,
60                           !  =1 use observed ice-cover      ,
61                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
62   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
63   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
64   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
65                           !     =1 global mean of e-p-r set to zero at each time step
66                           !     =2 annual global mean of e-p-r set to zero
67                           !     =3 global emp set to zero and spread out over erp area
68/
69!-----------------------------------------------------------------------
70&namsbc_core   !   namsbc_core  CORE bulk formulae
71!-----------------------------------------------------------------------
72!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask !
73!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      !
74   sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Uwnd'   , ''
75   sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Vwnd'   , ''
76   sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
77   sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
78   sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
79   sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
80   sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
81   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
82   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
83
84   cn_dir      = './'      !  root directory for the location of the bulk files
85   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
86   rn_zqt      = 10.        !  Air temperature and humidity reference height (m)
87   rn_zu       = 10.        !  Wind vector reference height (m)
88   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
89   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
90   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity
91                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
92/
93!-----------------------------------------------------------------------
94&namtra_qsr    !   penetrative solar radiation
95!-----------------------------------------------------------------------
96!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
97!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
98   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
99/
100!-----------------------------------------------------------------------
101&namlbc        !   lateral momentum boundary condition
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namagrif      !  AGRIF zoom                                            ("key_agrif")
106!-----------------------------------------------------------------------
107/
108!-----------------------------------------------------------------------
109&nambfr        !   bottom friction
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&nambbc        !   bottom temperature boundary condition
114!-----------------------------------------------------------------------
115   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
116/
117!-----------------------------------------------------------------------
118&nambbl        !   bottom boundary layer scheme
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&nameos        !   ocean physical parameters
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namtra_dmp    !   tracer: T & S newtonian damping
127!-----------------------------------------------------------------------
128   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
129/
130!-----------------------------------------------------------------------
131&namtra_adv    !   advection scheme for tracer
132!-----------------------------------------------------------------------
133   ln_traadv_fct =  .true.    !  FCT scheme
134      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
135      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
136      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
137      !                             !        (number of sub-timestep = nn_fct_zts)
138/
139!-----------------------------------------------------------------------
140&namtra_ldf    !   lateral diffusion scheme for tracers
141!----------------------------------------------------------------------------------
142   !                       !  Operator type:
143   ln_traldf_lap   =  .true.   !    laplacian operator
144   ln_traldf_blp   =  .false.  !  bilaplacian operator
145   !                       !  Direction of action:
146   ln_traldf_lev   =  .false.  !  iso-level
147   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
148   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
149   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator)
150   !
151   !                       !  iso-neutral options:       
152   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
153   rn_slpmax       =   0.01    !  slope limit                      (both operators)
154   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
155   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
156   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
157   !
158   !                       !  Coefficients:
159   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
160   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
161   !                                !   =  0           constant
162   !                                !   = 10 F(k)      =ldf_c1d
163   !                                !   = 20 F(i,j)    =ldf_c2d
164   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
165   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
166   !                                !   = 31 F(i,j,k,t)=F(local velocity)
167   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
168   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
169/
170!----------------------------------------------------------------------------------
171&namtra_ldfeiv !   eddy induced velocity param.
172!----------------------------------------------------------------------------------
173   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
174/
175!-----------------------------------------------------------------------
176&namdyn_adv    !   formulation of the momentum advection
177!-----------------------------------------------------------------------
178
179!-----------------------------------------------------------------------
180&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
181!-----------------------------------------------------------------------
182   ln_dynvor_ene = .false. !  enstrophy conserving scheme
183   ln_dynvor_ens = .false. !  energy conserving scheme
184   ln_dynvor_mix = .false. !  mixed scheme
185   ln_dynvor_een = .true.  !  energy & enstrophy scheme
186      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
187   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)
188/
189!-----------------------------------------------------------------------
190&namdyn_hpg    !   Hydrostatic pressure gradient option
191!-----------------------------------------------------------------------
192/
193!-----------------------------------------------------------------------
194&namdyn_spg    !   surface pressure gradient
195!-----------------------------------------------------------------------
196   ln_dynspg_ts  = .true.  !  split-explicit free surface
197/
198!-----------------------------------------------------------------------
199&namdyn_ldf    !   lateral diffusion on momentum
200!-----------------------------------------------------------------------
201   !                       !  Type of the operator :
202   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
203   ln_dynldf_lap =  .false.    !    laplacian operator
204   ln_dynldf_blp =  .true.     !  bilaplacian operator
205   !                       !  Direction of action  :
206   ln_dynldf_lev =  .true.     !  iso-level
207   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
208   ln_dynldf_iso =  .false.    !  iso-neutral
209   !                       !  Coefficient
210   nn_ahm_ijk_t  = 20          !  space/time variation of eddy coef
211   !                                !  =-30  read in eddy_viscosity_3D.nc file
212   !                                !  =-20  read in eddy_viscosity_2D.nc file
213   !                                !  =  0  constant
214   !                                !  = 10  F(k)=c1d
215   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
216   !                                !  = 30  F(i,j,k)=c2d*c1d
217   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
218   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
219   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
220   rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s]
221/
222!-----------------------------------------------------------------------
223&namzdf        !   vertical physics
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
236!-----------------------------------------------------------------------
237   ln_tmx_itf  = .false.   !  ITF specific parameterisation
238/
239!-----------------------------------------------------------------------
240&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
241!-----------------------------------------------------------------------
242/
243!-----------------------------------------------------------------------
244&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
245!-----------------------------------------------------------------------
246/
247!-----------------------------------------------------------------------
248&namctl        !   Control prints & Benchmark
249!-----------------------------------------------------------------------
250/
251!-----------------------------------------------------------------------
252&namptr       !   Poleward Transport Diagnostic
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namhsb       !  Heat and salt budgets
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&namobs       !  observation usage                                      ('key_diaobs')
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&nam_asminc   !   assimilation increments                               ('key_asminc')
265!-----------------------------------------------------------------------
266/
Note: See TracBrowser for help on using the repository browser.