Ignore:
Timestamp:
10/17/15 15:28:39 (9 years ago)
Author:
cetlod
Message:

update namelist and card for NEMO_v6 configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA2_cfg

    r2639 r2647  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
     8   cn_exp      =  _AUTO_ 
     9   nn_date0    =  _AUTO_   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     10   nn_leapy    =  _AUTO_   !  Leap year calendar (1) or not (0) 
     11   ln_rstart   =  _AUTO_ 
     12   nn_rstctl   =  _AUTO_ 
     13   nn_it000    =  _AUTO_ 
     14   nn_itend    =  _AUTO_ 
     15   nn_stock    =  _AUTO_ 
     16   nn_write    =    720 
     17   ln_mskland  = .true. 
     18   ln_clobber  = .true. 
    819/ 
    920!----------------------------------------------------------------------- 
     
    4657   ppkth2      =  999999.              ! 
    4758   ppacr2      =  999999.              ! 
     59   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
     60   rn_atfp     =    0.1    !  asselin time filter parameter 
     61   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
     62                                 !                          =0, not used, rdt = rdttra 
     63   rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1) 
     64   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
     65   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
     66   nn_msh      =  0  
    4867/ 
    4968!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.