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 11005 for NEMO/trunk/doc/namelists/namrun – NEMO

Ignore:
Timestamp:
2019-05-20T16:53:03+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Updating of the namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/namelists/namrun

    r10445 r11005  
    55   cn_exp      =  "ORCA2"  !  experience name 
    66   nn_it000    =       1   !  first time step 
    7    nn_itend    =    5475   !  last  time step (std 5475) 
     7   nn_itend    =    5840   !  last  time step (std 5840) 
    88   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    99   nn_time0    =       0   !  initial time of day in hhmm 
     
    2222   nn_istate   =       0   !  output the initial state (1) or not (0) 
    2323   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    24    nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     24   nn_stock    =    5840   !  frequency of creation of a restart file (modulo referenced to 1) 
    2525   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    26    nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     26   nn_write    =    5840   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2727   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    2828   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
Note: See TracChangeset for help on using the changeset viewer.