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 13056 for utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/namelist_ref – NEMO

Ignore:
Timestamp:
2020-06-07T18:26:09+02:00 (4 years ago)
Author:
rblod
Message:

ticket #2129 : cleaning domcfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/namelist_ref

    r13024 r13056  
    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!----------------------------------------------------------------------- 
     
    7963   ppkth2      =       48.029893720000 ! 
    8064   ppacr2      =       13.000000000000 ! 
    81 // 
     65/ 
    8266!----------------------------------------------------------------------- 
    8367&namcfg        !   parameters of the configuration 
     
    10892   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
    10993   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf) 
    110    ln_linssh   = .false.   !  linear free surface 
    11194/ 
    11295!----------------------------------------------------------------------- 
     
    190173/ 
    191174!----------------------------------------------------------------------- 
    192 &nam_tide      !   tide parameters                                      ("key_tide") 
    193 !----------------------------------------------------------------------- 
    194    ln_tide_pot = .true.    !  use tidal potential forcing 
    195    ln_tide_ramp= .false.   ! 
    196    rdttideramp =    0.     ! 
    197    clname(1)   = 'DUMMY'   !  name of constituent - all tidal components must be set in namelist_cfg 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &nambdy        !  unstructured open boundaries                          (default: OFF) 
    201 !----------------------------------------------------------------------- 
    202    ln_bdy         = .false.   !  Use unstructured open boundaries 
    203    nb_bdy         = 0         !  number of open boundary sets 
    204    ln_coords_file = .true.    !  =T : read bdy coordinates from file 
    205       cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files 
    206    ln_mask_file   = .false.   !  =T : read mask from file 
    207       cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.) 
    208    cn_dyn2d    = 'none'       ! 
    209    nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state 
    210       !                       !  = 1, bdy data are read in 'bdydata   .nc' files 
    211       !                       !  = 2, use tidal harmonic forcing data from files 
    212       !                       !  = 3, use external data AND tidal harmonic forcing 
    213    cn_dyn3d      =  'none'    ! 
    214    nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state 
    215    !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    216    cn_tra        =  'none'    ! 
    217    nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state 
    218    !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    219    cn_ice        =  'none'    ! 
    220    nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    221    !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    222    rn_ice_tem    = 270.       !  si3 only: arbitrary temperature of incoming sea ice 
    223    rn_ice_sal    = 10.        !  si3 only:      --   salinity           -- 
    224    rn_ice_age    = 30.        !  si3 only:      --   age                -- 
    225 / 
    226 !----------------------------------------------------------------------- 
    227175&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    228176!----------------------------------------------------------------------- 
     
    234182   jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1) 
    235183/ 
    236 !----------------------------------------------------------------------- 
    237 &namctl        !   Control prints                                       (default: OFF) 
    238 !----------------------------------------------------------------------- 
    239    ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T 
    240      sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    241        sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings. 
    242        sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
    243        sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
    244        sn_cfctl%l_layout  = .FALSE. ! 
    245        sn_cfctl%l_mppout  = .FALSE. ! 
    246        sn_cfctl%l_mpptop  = .FALSE. ! 
    247        sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
    248        sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000] 
    249        sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
    250        sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info 
    251    nn_print    =    0      !  level of print (0 no extra print) 
    252    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    253    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    254    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    255    nn_jctle    =    0      !  end   j indice of control 
    256    nn_isplt    =    1      !  number of processors in i-direction 
    257    nn_jsplt    =    1      !  number of processors in j-direction 
    258    ln_timing   = .false.   !  timing by routine write out in timing.output file 
    259    ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
    260 / 
Note: See TracChangeset for help on using the changeset viewer.