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_ref in NEMO/branches/2019/ENHANCE-03_domcfg – NEMO

source: NEMO/branches/2019/ENHANCE-03_domcfg/namelist_ref @ 11197

Last change on this file since 11197 was 11133, checked in by mathiot, 5 years ago

remove un-needed namelist_ref bloc in domcfg tools and remove debug print (ticket #2143)

File size: 16.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE :   Reference namelist_ref                                !!
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco )
5!!              8 - diagnostics      (namnc4)
6!!             10 - miscellaneous    (nammpp, namctl)
7!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
8!-----------------------------------------------------------------------
9&namrun        !   parameters of the run
10!-----------------------------------------------------------------------
11   nn_no       =       0   !  Assimilation cycle index
12   cn_exp      =  "ORCA2"  !  experience name
13   nn_it000    =       1   !  first time step
14   nn_itend    =    5840   !  last  time step (std 5840)
15   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
16   nn_time0    =       0   !  initial time of day in hhmm
17   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
18   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
19      nn_euler    =    1      !  = 0 : start with forward time step if ln_rstart=T
20      nn_rstctl   =    0      !  restart control ==> activated only if ln_rstart=T
21      !                          !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
22      !                          !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
23      !                          !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
24      cn_ocerst_in    = "restart"   !  suffix of ocean restart name (input)
25      cn_ocerst_indir = "."         !  directory from which to read input ocean restarts
26      cn_ocerst_out   = "restart"   !  suffix of ocean restart name (output)
27      cn_ocerst_outdir = "."         !  directory in which to write output ocean restarts
28   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model
29   nn_istate   =       0   !  output the initial state (1) or not (0)
30   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F)
31   nn_stock    =    5840   !  frequency of creation of a restart file (modulo referenced to 1)
32   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written
33   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000)
34   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
35   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard
36   ln_clobber  = .true.    !  clobber (overwrite) an existing file
37   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
38/
39!-----------------------------------------------------------------------
40&namdom        !   space and time domain (bathymetry, mesh, timestep)
41!-----------------------------------------------------------------------
42   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file
43   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1
44   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
45   nn_msh      =    1      !  create (=1) a mesh file or not (=0)
46   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0)
47   rn_isfhmin  =    1.00   !  treshold (m) to discriminate grounding ice to floating ice
48   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of
49   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1
50                           !
51   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0)
52   rn_atfp     =    0.1    !  asselin time filter parameter
53   ln_crs      = .false.      !  Logical switch for coarsening module
54   jphgr_msh   =       0               !  type of horizontal mesh
55                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc
56                                       !  = 1 geographical mesh on the sphere with regular grid-spacing
57                                       !  = 2 f-plane with regular grid-spacing
58                                       !  = 3 beta-plane with regular grid-spacing
59                                       !  = 4 Mercator grid with T/U point at the equator
60   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
61   ppgphi0     =     -35.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
62   ppe1_deg    =       1.0             !  zonal      grid-spacing (degrees)
63   ppe2_deg    =       0.5             !  meridional grid-spacing (degrees)
64   ppe1_m      =    5000.0             !  zonal      grid-spacing (degrees)
65   ppe2_m      =    5000.0             !  meridional grid-spacing (degrees)
66   ppsur       =    -4762.96143546300  !  ORCA r4, r2 and r05 coefficients
67   ppa0        =      255.58049070440  ! (default coefficients)
68   ppa1        =      245.58132232490  !
69   ppkth       =       21.43336197938  !
70   ppacr       =        3.0            !
71   ppdzmin     =       10.             !  Minimum vertical spacing
72   pphmax      =     5000.             !  Maximum depth
73   ldbletanh   =    .TRUE.             !  Use/do not use double tanf function for vertical coordinates
74   ppa2        =      100.760928500000 !  Double tanh function parameters
75   ppkth2      =       48.029893720000 !
76   ppacr2      =       13.000000000000 !
77/
78!-----------------------------------------------------------------------
79&namcfg        !   parameters of the configuration
80!-----------------------------------------------------------------------
81   !
82   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
83   !                       !      ===>>> will become the only possibility in v4.0
84   !                       ! =F : e3 analytical derivative of depth function
85   !                       !      only there for backward compatibility test with v3.6
86   !
87   cp_cfg      = "default" !  name of the configuration
88   cp_cfz      = "no zoom" !  name of the zoom of configuration
89   jp_cfg      =      0    !  resolution of the configuration
90   jpidta      =     10    !  1st lateral dimension ( >= jpi )
91   jpjdta      =     12    !  2nd    "         "    ( >= jpj )
92   jpkdta      =     31    !  number of levels      ( >= jpk )
93   jpiglo      =     10    !  1st dimension of global domain --> i =jpidta
94   jpjglo      =     12    !  2nd    -                  -    --> j =jpjdta
95   jpizoom     =      1    !  left bottom (i,j) indices of the zoom
96   jpjzoom     =      1    !  in data domain indices
97   jperio      =      0    !  lateral cond. type (between 0 and 6)
98                                 !  = 0 closed                 ;   = 1 cyclic East-West
99                                 !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot
100                                 !  = 4 cyclic East-West AND North fold T-point pivot
101                                 !  = 5 North fold F-point pivot
102                                 !  = 6 cyclic East-West AND North fold F-point pivot
103   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
104                           !  in netcdf input files, as the start j-row for reading
105/
106!-----------------------------------------------------------------------
107&namzgr        !   vertical coordinate                                  (default: NO selection)
108!-----------------------------------------------------------------------
109   ln_zco      = .false.   !  z-coordinate - full    steps
110   ln_zps      = .false.   !  z-coordinate - partial steps
111   ln_sco      = .false.   !  s- or hybrid z-s-coordinate
112   ln_isfcav   = .false.   !  ice shelf cavity
113   ln_linssh   = .false.   !  linear free surface
114/
115!-----------------------------------------------------------------------
116&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F)
117!-----------------------------------------------------------------------
118   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)|
119   ln_s_sf12   = .false.   !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied
120   ln_sigcrit  = .false.   !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch
121                           !  stretching coefficients for all functions
122   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m)
123   rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
124   rn_hc       =  150.0    !  critical depth for transition to stretched coordinates
125                        !!!!!!!  Envelop bathymetry
126   rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1)
127                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.)
128   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20)
129   rn_bb       =    0.8    !  stretching with SH94 s-sigma
130                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.)
131   rn_alpha    =    4.4    !  stretching with SF12 s-sigma
132   rn_efold    =    0.0    !  efold length scale for transition to stretched coord
133   rn_zs       =    1.0    !  depth of surface grid box
134                           !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b
135   rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb
136   rn_zb_b     =   -0.2    !  offset for calculating Zb
137                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above]
138   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)
139/
140!-----------------------------------------------------------------------
141&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
142!-----------------------------------------------------------------------
143   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
144   rn_shlat    =  0        !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
145   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs.
146/
147!-----------------------------------------------------------------------
148&namagrif      !  AGRIF zoom                                            ("key_agrif")
149!-----------------------------------------------------------------------
150   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
151   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s]
152   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s]
153   ln_chk_bathy  = .false. !  =T  check the parent bathymetry
154/
155!-----------------------------------------------------------------------
156&nambdy        !  unstructured open boundaries                          (default: OFF)
157!-----------------------------------------------------------------------
158   ln_bdy         = .false.   !  Use unstructured open boundaries
159   nb_bdy         = 0         !  number of open boundary sets
160   ln_coords_file = .true.    !  =T : read bdy coordinates from file
161      cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files
162   ln_mask_file   = .false.   !  =T : read mask from file
163      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.)
164   cn_dyn2d    = 'none'       !
165   nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state
166      !                       !  = 1, bdy data are read in 'bdydata   .nc' files
167      !                       !  = 2, use tidal harmonic forcing data from files
168      !                       !  = 3, use external data AND tidal harmonic forcing
169   cn_dyn3d      =  'none'    !
170   nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state
171   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
172   cn_tra        =  'none'    !
173   nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state
174   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
175   cn_ice        =  'none'    !
176   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state
177   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
178   rn_ice_tem    = 270.       !  si3 only: arbitrary temperature of incoming sea ice
179   rn_ice_sal    = 10.        !  si3 only:      --   salinity           --
180   rn_ice_age    = 30.        !  si3 only:      --   age                --
181   !
182   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers
183   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities
184   rn_time_dmp   =  1.        !  Damping time scale in days
185   rn_time_dmp_out = 1.        !  Outflow damping time scale
186   nn_rimwidth   = 10         !  width of the relaxation zone
187   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter)
188   nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero
189   nb_jpk_bdy    = -1         ! number of levels in the bdy data (set < 0 if consistent with planned run)
190/
191!-----------------------------------------------------------------------
192&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
193!-----------------------------------------------------------------------
194   nn_nchunks_i =   4       !  number of chunks in i-dimension
195   nn_nchunks_j =   4       !  number of chunks in j-dimension
196   nn_nchunks_k =   31      !  number of chunks in k-dimension
197   !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
198   !                       !  is optimal for postprocessing which works exclusively with horizontal slabs
199   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression
200   !                       !  (F) ignore chunking information and produce netcdf3-compatible files
201/
202!-----------------------------------------------------------------------
203&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
204!-----------------------------------------------------------------------
205   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send,
206   !                       !  buffer blocking send or immediate non-blocking sends, resp.
207   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation
208   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold
209   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1)
210   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1)
211/
212!-----------------------------------------------------------------------
213&namctl        !   Control prints                                       (default: OFF)
214!-----------------------------------------------------------------------
215   ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T
216     sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following
217       sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings.
218       sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure
219       sn_cfctl%l_oceout  = .FALSE. ! that  all areas report.
220       sn_cfctl%l_layout  = .FALSE. !
221       sn_cfctl%l_mppout  = .FALSE. !
222       sn_cfctl%l_mpptop  = .FALSE. !
223       sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0]
224       sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000]
225       sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1]
226       sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info
227   nn_print    =    0      !  level of print (0 no extra print)
228   nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus
229   nn_ictle    =    0      !  end   i indice of control sum        multi processor runs
230   nn_jctls    =    0      !  start j indice of control               over a subdomain)
231   nn_jctle    =    0      !  end   j indice of control
232   nn_isplt    =    1      !  number of processors in i-direction
233   nn_jsplt    =    1      !  number of processors in j-direction
234   ln_timing   = .false.   !  timing by routine write out in timing.output file
235   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii
236/
Note: See TracBrowser for help on using the repository browser.