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 10720 for NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF – NEMO

Ignore:
Timestamp:
2019-02-25T11:46:18+01:00 (5 years ago)
Author:
cetlod
Message:

trunk : Minor bugfixes on Offline configurations, see ticket 2251

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_cfg

    r9751 r10720  
    2020&namrun        !   parameters of the run 
    2121!----------------------------------------------------------------------- 
    22    cn_exp      =  "TRACERS"  !  experience name 
     22   cn_exp      =  "PISCES"   !  experience name 
    2323   nn_it000    =       1     !  first time step 
    24    nn_itend    =    14600    !  last  time step (std 5475) 
     24   nn_itend    =    1460     !  last  time step (std 5475) 
    2525   nn_date0    =  19600101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    26    nn_stock    =    14600    !  frequency of creation of a restart file (modulo referenced to 1) 
     26   nn_stock    =    1460     !  frequency of creation of a restart file (modulo referenced to 1) 
    2727   ln_mskland  = .true.      !  mask land points in NetCDF outputs (costly: + ~15%) 
    2828   ln_cfmeta   = .true.      !  output additional data to netCDF files required for compliance with the CF metadata standard 
     
    119119&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    120120!----------------------------------------------------------------------- 
    121    rn_si0      =   0.35       !  RGB & 2BD: shortess depth of extinction 
     121   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue) 
    122122/ 
    123123!----------------------------------------------------------------------- 
     
    230230&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    231231!----------------------------------------------------------------------- 
    232    ln_teos10   = .true.         !  = Use TEOS-10 
     232   ln_eos80    = .true.         !  = Use EOS80 
    233233/ 
    234234!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.