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.
Changeset 13204 for utils/tools/DOMAINcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2020-07-02T10:38:35+02:00 (4 years ago)
Author:
smasson
Message:

tools: update with tools_dev_r12970_AGRIF_CMEMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/namelist_ref

    r12414 r13204  
    99&namrun        !   parameters of the run 
    1010!----------------------------------------------------------------------- 
    11    nn_no       =       0   !  Assimilation cycle index 
    1211   cn_exp      =  "ORCA2"  !  experience name 
    1312   nn_it000    =       1   !  first time step 
     
    1615   nn_time0    =       0   !  initial time of day in hhmm 
    1716   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) 
    3417   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 
    3618   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    3719   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
     20   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
     21   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    3822/ 
    3923!----------------------------------------------------------------------- 
    4024&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4125!----------------------------------------------------------------------- 
    42    nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
     26   ln_read_cfg = .false.   !  Read from a domain_cfg file 
     27   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file 
     28                           !  or compute (2) from external bathymetry 
     29   nn_interp   =    1                          ! type of interpolation (nn_bathy =2) 
     30   cn_domcfg   = ' '       ! Name of the domain_cfg input file 
     31   cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
     32   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
     33   cn_lon      =  'nav_lon'                    ! lon  name in file  (nn_bathy =2) 
     34   cn_lat      =  'nav_lat'                    ! lat  name in file  (nn_bathy =2) 
    4335   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    4436   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     
    8274   !                       ! =F : e3 analytical derivative of depth function 
    8375   !                       !      only there for backward compatibility test with v3.6 
    84    ! 
    85    cp_cfg      = "default" !  name of the configuration 
    86    cp_cfz      = "no zoom" !  name of the zoom of configuration 
    87    jp_cfg      =      0    !  resolution of the configuration 
    88    jpkdta      =     31    !  number of levels      ( >= jpk ) 
    89    jpiglo      =     10    !  1st dimension of global domain --> i =jpidta 
    90    jpjglo      =     12    !  2nd    -                  -    --> j =jpjdta 
    91    jperio      =      0    !  lateral cond. type (between 0 and 6) 
    92                                  !  = 0 closed                 ;   = 1 cyclic East-West 
    93                                  !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    94                                  !  = 4 cyclic East-West AND North fold T-point pivot 
    95                                  !  = 5 North fold F-point pivot 
    96                                  !  = 6 cyclic East-West AND North fold F-point pivot 
     76   !                       ! 
     77   cp_cfg      =  "orca"   !  name of the configuration 
     78   jp_cfg      =       2   !  resolution of the configuration 
     79   jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
     80   jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     81   jpkdta      =      31   !  number of levels      ( >= jpk ) 
     82   jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
     83   jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     84   jperio      =       4   !  lateral cond. type (between 0 and 6) 
    9785   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
    9886                           !  in netcdf input files, as the start j-row for reading 
     
    10694   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
    10795   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf) 
    108    ln_linssh   = .false.   !  linear free surface 
    10996/ 
    11097!----------------------------------------------------------------------- 
     
    182169   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    183170   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    184    ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    185 / 
    186 !----------------------------------------------------------------------- 
    187 &nambdy        !  unstructured open boundaries                          (default: OFF) 
    188 !----------------------------------------------------------------------- 
    189    ln_bdy         = .false.   !  Use unstructured open boundaries 
    190    nb_bdy         = 0         !  number of open boundary sets 
    191    ln_coords_file = .true.    !  =T : read bdy coordinates from file 
    192       cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files 
    193    ln_mask_file   = .false.   !  =T : read mask from file 
    194       cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.) 
    195    cn_dyn2d    = 'none'       ! 
    196    nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state 
    197       !                       !  = 1, bdy data are read in 'bdydata   .nc' files 
    198       !                       !  = 2, use tidal harmonic forcing data from files 
    199       !                       !  = 3, use external data AND tidal harmonic forcing 
    200    cn_dyn3d      =  'none'    ! 
    201    nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state 
    202    !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    203    cn_tra        =  'none'    ! 
    204    nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state 
    205    !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    206    cn_ice        =  'none'    ! 
    207    nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    208    !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    209    rn_ice_tem    = 270.       !  si3 only: arbitrary temperature of incoming sea ice 
    210    rn_ice_sal    = 10.        !  si3 only:      --   salinity           -- 
    211    rn_ice_age    = 30.        !  si3 only:      --   age                -- 
    212    ! 
    213    ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
    214    ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities 
    215    rn_time_dmp   =  1.        !  Damping time scale in days 
    216    rn_time_dmp_out = 1.        !  Outflow damping time scale 
    217    nn_rimwidth   = 10         !  width of the relaxation zone 
    218    ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
    219    nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero 
    220    nb_jpk_bdy    = -1         ! number of levels in the bdy data (set < 0 if consistent with planned run) 
    221 / 
    222 !----------------------------------------------------------------------- 
    223 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    224 !----------------------------------------------------------------------- 
    225    nn_nchunks_i =   4       !  number of chunks in i-dimension 
    226    nn_nchunks_j =   4       !  number of chunks in j-dimension 
    227    nn_nchunks_k =   31      !  number of chunks in k-dimension 
    228    !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    229    !                       !  is optimal for postprocessing which works exclusively with horizontal slabs 
    230    ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    231    !                       !  (F) ignore chunking information and produce netcdf3-compatible files 
     171   ln_chk_bathy  = .FALSE. ! 
     172   npt_connect   = 2 
     173   npt_copy      = 2 
    232174/ 
    233175!----------------------------------------------------------------------- 
     
    238180   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    239181   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    240    jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    241    jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     182   jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
     183   jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1) 
    242184/ 
    243 !----------------------------------------------------------------------- 
    244 &namctl        !   Control prints                                       (default: OFF) 
    245 !----------------------------------------------------------------------- 
    246    ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T 
    247      sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    248        sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings. 
    249        sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
    250        sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
    251        sn_cfctl%l_layout  = .FALSE. ! 
    252        sn_cfctl%l_mppout  = .FALSE. ! 
    253        sn_cfctl%l_mpptop  = .FALSE. ! 
    254        sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
    255        sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000] 
    256        sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
    257        sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info 
    258    nn_print    =    0      !  level of print (0 no extra print) 
    259    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    260    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    261    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    262    nn_jctle    =    0      !  end   j indice of control 
    263    nn_isplt    =    1      !  number of processors in i-direction 
    264    nn_jsplt    =    1      !  number of processors in j-direction 
    265    ln_timing   = .false.   !  timing by routine write out in timing.output file 
    266    ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
    267 / 
Note: See TracChangeset for help on using the changeset viewer.