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

Ignore:
Timestamp:
2018-06-06T15:00:58+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix for OFF_PISCES ref cfg in DEBUG mode

File:
1 edited

Legend:

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

    r9742 r9751  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
     2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !!             ORCA2 - OFF - PISCES configuration                     !! 
     4!!               ORCA2 - OFF - TRC configuration                     !! 
    55!!====================================================================== 
    66!!              ***  Domain & Run management namelists  ***           !! 
     
    2020&namrun        !   parameters of the run 
    2121!----------------------------------------------------------------------- 
    22    cn_exp      =  "PISCES"   !  experience name 
     22   cn_exp      =  "TRACERS"  !  experience name 
    2323   nn_it000    =       1     !  first time step 
    24    nn_itend    =    1460     !  last  time step (std 5475) 
    25    nn_date0    =  010101     !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    26    nn_stock    =    1460     !  frequency of creation of a restart file (modulo referenced to 1) 
     24   nn_itend    =    14600    !  last  time step (std 5475) 
     25   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) 
    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 
     
    9494                     ! Type of air-sea fluxes  
    9595   ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc) 
     96   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    9697/ 
    9798!----------------------------------------------------------------------- 
     
    118119&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    119120!----------------------------------------------------------------------- 
     121   rn_si0      =   0.35       !  RGB & 2BD: shortess depth of extinction 
    120122/ 
    121123!----------------------------------------------------------------------- 
     
    422424!----------------------------------------------------------------------- 
    423425/ 
    424  
    425426!!====================================================================== 
    426427!!               ***  Observation & Assimilation  ***                 !! 
Note: See TracChangeset for help on using the changeset viewer.