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.
3_namelist_ref in utils/tools/DOMAINcfg – NEMO

source: utils/tools/DOMAINcfg/3_namelist_ref @ 14624

Last change on this file since 14624 was 14624, checked in by ldebreu, 3 years ago

AGFdomcfg: Update namelist files (jpiglo, jpjglo are replaced by NiGlo0, NjGlo0 version #2638

File size: 13.7 KB
Line 
1!! NEMO/OCE :   Reference namelist_ref                                !!
2!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
3!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco )
4!!              2 - diagnostics      (namnc4)
5!!              3 - miscellaneous    (nammpp, namctl)
6!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
7!-----------------------------------------------------------------------
8&namrun        !   parameters of the run
9!-----------------------------------------------------------------------
10   cn_exp      =  "ORCA2"  !  experience name
11   nn_it000    =       1   !  first time step
12   nn_itend    =    5840   !  last  time step (std 5840)
13   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
14   nn_time0    =       0   !  initial time of day in hhmm
15   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
16   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
17   ln_clobber  = .true.    !  clobber (overwrite) an existing file
18   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
19   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard
20   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model
21/
22!-----------------------------------------------------------------------
23&namdom        !   space and time domain (bathymetry, mesh, timestep)
24!-----------------------------------------------------------------------
25   ln_read_cfg = .false.   !  Read from a domain_cfg file
26   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file
27                           !  or compute (2) from external bathymetry
28   nn_interp   =    1                          ! type of interpolation (nn_bathy =2)
29   cn_domcfg   = ' '       ! Name of the domain_cfg input file
30   cn_fcoord   =  'coordinates.nc'             ! external coordinates file (jphgr_msh = 0)
31   cn_topo     =  'bathy_meter.nc           '  ! external topo file (nn_bathy =1/2)
32   cn_topolvl  =  'bathy_level.nc           '  ! external topo file (nn_bathy =1)
33   cn_fisfd    =  'isf_draft_meter.nc'         ! external isf draft (nn_bathy =1 and ln_isfcav = .true.)
34   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =1/2)
35   cn_bathlvl  =  'Bathy_level'                ! lvl name in file   (nn_bathy =1)
36   cn_visfd    =  'isf_draft'                  ! isf draft variable (nn_bathy =1 and ln_isfcav = .true.)
37   cn_lon      =  'nav_lon'                    ! lon  name in file  (nn_bathy =2)
38   cn_lat      =  'nav_lat'                    ! lat  name in file  (nn_bathy =2)
39   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1
40   nn_msh      =    0      !  create (=1) a mesh file or not (=0)
41   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0)
42   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of
43   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1
44                           !
45   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0)
46   rn_atfp     =    0.1    !  asselin time filter parameter
47   ln_crs      = .false.      !  Logical switch for coarsening module
48   jphgr_msh   =       0               !  type of horizontal mesh
49                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc
50                                       !  = 1 geographical mesh on the sphere with regular grid-spacing
51                                       !  = 2 f-plane with regular grid-spacing
52                                       !  = 3 beta-plane with regular grid-spacing
53                                       !  = 4 Mercator grid with T/U point at the equator
54   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
55   ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
56   ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees)
57   ppe2_deg    =       0.5             !  meridional grid-spacing (degrees)
58   ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees)
59   ppe2_m      =    5000.0             !  meridional grid-spacing (degrees)
60   ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients
61   ppa0        =      255.58049070440  ! (default coefficients)
62   ppa1        =      245.58132232490  !
63   ppkth       =       21.43336197938  !
64   ppacr       =        3.0            !
65   ppdzmin     =       10.             !  Minimum vertical spacing
66   pphmax      =     5000.             !  Maximum depth
67   ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates
68   ppa2        =      100.760928500000 !  Double tanh function parameters
69   ppkth2      =       48.029893720000 !
70   ppacr2      =       13.000000000000 !
71/
72!-----------------------------------------------------------------------
73&namcfg        !   parameters of the configuration
74!-----------------------------------------------------------------------
75   !
76   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
77   !                       !      ===>>> will become the only possibility in v4.0
78   !                       ! =F : e3 analytical derivative of depth function
79   !                       !      only there for backward compatibility test with v3.6
80   !                       !
81   cp_cfg      =  "orca"   !  name of the configuration
82   jp_cfg      =       2   !  resolution of the configuration
83   jpidta      =     180   !  1st lateral dimension ( >= jpi )
84   jpjdta      =     148   !  2nd    "         "    ( >= jpj )
85   jpkdta      =      31   !  number of levels      ( >= jpk )
86   Ni0glo      =     180   !  1st dimension of global domain --> i =jpidta
87   Nj0glo      =     148   !  2nd    -                  -    --> j  =jpjdta
88   jpkglo      =      31
89   jperio      =       4   !  lateral cond. type (between 0 and 6)
90   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
91                           !  in netcdf input files, as the start j-row for reading
92   ln_domclo = .false.     ! computation of closed sea masks (see namclo)
93/
94!-----------------------------------------------------------------------
95&namzgr        !   vertical coordinate                                  (default: NO selection)
96!-----------------------------------------------------------------------
97   ln_zco      = .false.   !  z-coordinate - full    steps
98   ln_zps      = .false.   !  z-coordinate - partial steps
99   ln_sco      = .false.   !  s- or hybrid z-s-coordinate
100   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf)
101/
102!-----------------------------------------------------------------------
103&namzgr_isf    !   isf cavity geometry definition                       (default: OFF)
104!-----------------------------------------------------------------------
105   rn_isfdep_min    = 10.         ! minimum isf draft tickness (if lower, isf draft set to this value)
106   rn_glhw_min      = 1.e-3       ! minimum water column thickness to define the grounding line
107   rn_isfhw_min     = 10          ! minimum water column thickness in the cavity once the grounding line defined.
108   ln_isfchannel    = .false.     ! remove channel (based on 2d mask build from isfdraft-bathy)
109   ln_isfconnect    = .false.     ! force connection under the ice shelf (based on 2d mask build from isfdraft-bathy)
110      nn_kisfmax       = 999         ! limiter in level on the previous condition. (if change larger than this number, get back to value before we enforce the connection)
111      rn_zisfmax       = 7000.       ! limiter in m     on the previous condition. (if change larger than this number, get back to value before we enforce the connection)
112   ln_isfcheminey   = .false.     ! close cheminey
113   ln_isfsubgl      = .false.     ! remove subglacial lake created by the remapping process
114      rn_isfsubgllon   =    0.0      !  longitude of the seed to determine the open ocean
115      rn_isfsubgllat   =    0.0      !  latitude  of the seed to determine the open ocean
116/
117!-----------------------------------------------------------------------
118&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default: OFF)
119!-----------------------------------------------------------------------
120   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)|
121   ln_s_sf12   = .false.   !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied
122   ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch
123                           !  stretching coefficients for all functions
124   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m)
125   rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
126   rn_hc       =  150.0    !  critical depth for transition to stretched coordinates
127                        !!!!!!!  Envelop bathymetry
128   rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1)
129                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.)
130   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20)
131   rn_bb       =    0.8    !  stretching with SH94 s-sigma
132                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.)
133   rn_alpha    =    4.4    !  stretching with SF12 s-sigma
134   rn_efold    =    0.0    !  efold length scale for transition to stretched coord
135   rn_zs       =    1.0    !  depth of surface grid box
136                           !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b
137   rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb
138   rn_zb_b     =   -0.2    !  offset for calculating Zb
139                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above]
140   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)
141/
142!-----------------------------------------------------------------------
143&namclo ! (closed sea : need ln_domclo = .true. in namcfg)              (default: OFF)
144!-----------------------------------------------------------------------
145   rn_lon_opnsea =  0.0    ! longitude seed of open ocean
146   rn_lat_opnsea =  0.0    ! latitude  seed of open ocean
147   nn_closea = 8           ! number of closed seas ( = 0; only the open_sea mask will be computed)
148   !
149   !                name   ! lon_src ! lat_src ! lon_trg ! lat_trg ! river mouth area   ! correction scheme ! radius trg   ! id trg
150   !                       ! (degree)! (degree)! (degree)! (degree)! local/coast/global ! (glo/rnf/emp)     !     (m)      !
151   ! North American lakes
152   sn_lake(1) = 'superior' ,  -86.57 ,  47.30  , -66.49  , 50.45   , 'local'            , 'rnf'             ,   550000.0   , 2   
153   sn_lake(2) = 'michigan' ,  -87.06 ,  42.74  , -66.49  , 50.45   , 'local'            , 'rnf'             ,   550000.0   , 2   
154   sn_lake(3) = 'huron'    ,  -82.51 ,  44.74  , -66.49  , 50.45   , 'local'            , 'rnf'             ,   550000.0   , 2   
155   sn_lake(4) = 'erie'     ,  -81.13 ,  42.25  , -66.49  , 50.45   , 'local'            , 'rnf'             ,   550000.0   , 2   
156   sn_lake(5) = 'ontario'  ,  -77.72 ,  43.62  , -66.49  , 50.45   , 'local'            , 'rnf'             ,   550000.0   , 2   
157   ! African Lake
158   sn_lake(6) = 'victoria' ,   32.93 ,  -1.08  ,  30.44  , 31.37   , 'coast'            , 'emp'             ,   100000.0   , 3   
159   ! Asian Lakes
160   sn_lake(7) = 'caspian'  ,   50.0  ,  44.0   ,   0.0   ,  0.0    , 'global'           , 'glo'             ,        0.0   , 1     
161   sn_lake(8) = 'aral'     ,   60.0  ,  45.0   ,   0.0   ,  0.0    , 'global'           , 'glo'             ,        0.0   , 1   
162/
163!-----------------------------------------------------------------------
164&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
165!-----------------------------------------------------------------------
166   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
167   rn_shlat    =  0        !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
168   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs.
169/
170!-----------------------------------------------------------------------
171&namagrif      !  AGRIF zoom                                            ("key_agrif")
172!-----------------------------------------------------------------------
173   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
174   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s]
175   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s]
176   ln_chk_bathy  = .FALSE. !
177   npt_connect   = 2
178   npt_copy      = 2
179/
180!-----------------------------------------------------------------------
181&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
182!-----------------------------------------------------------------------
183   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression)
184   !                       !  if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj)
185   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold
186   jpni        =   0       !  number of processors following i (set automatically if < 1), see also ln_listonly = T
187   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T
188   nn_hls      =   1       !  halo width (applies to both rows and columns)
189/
Note: See TracBrowser for help on using the repository browser.