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 11853 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_cfg.ncar – NEMO

Ignore:
Timestamp:
2019-11-05T10:50:43+01:00 (4 years ago)
Author:
laurent
Message:

Make "STATION_ASF" explicitely monoproc (no MPI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_cfg.ncar

    r11846 r11853  
    2626!----------------------------------------------------------------------- 
    2727   nn_no       =       0   !  Assimilation cycle index 
    28    cn_exp      =  '<CONFCASE>'  !  experience name 
    29    nn_it000    =    <IT000>   !  first time step 
    30    nn_itend    =    <ITEND>   !  last  time step (std 5840) 
    31    nn_date0    =    <DATE0>   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     28   cn_exp      =  'STATION_ASF-NCAR'  !  experience name 
     29   nn_it000    =    1   !  first time step 
     30   nn_itend    =    8760   !  last  time step (std 5840) 
     31   nn_date0    =    20180101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    3232   nn_time0    =       0   !  initial time of day in hhmm 
    3333   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    34    ln_rstart   =  .<RSTRT>.   !  start from rest (F) or from a restart file (T) 
     34   ln_rstart   =  .false.   !  start from rest (F) or from a restart file (T) 
    3535      nn_euler    =    1      !  = 0 : start with forward time step if ln_rstart=T 
    36       nn_rstctl   = <IRCTL>      !  restart control ==> activated only if ln_rstart=T 
     36      nn_rstctl   = 2      !  restart control ==> activated only if ln_rstart=T 
    3737      !                          !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    3838      !                          !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    3939      !                          !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    40       cn_ocerst_in    = '<CN_OCERST_IN>'   !  suffix of ocean restart name (input) 
    41       cn_ocerst_indir = '<CN_OCERST_INDIR>'         !  directory from which to read input ocean restarts 
     40      cn_ocerst_in    = ''   !  suffix of ocean restart name (input) 
     41      cn_ocerst_indir = ''         !  directory from which to read input ocean restarts 
    4242      cn_ocerst_out   = 'restart_oce'   !  suffix of ocean restart name (output) 
    43       cn_ocerst_outdir = '<CN_OCERST_OUTDIR>'         !  directory in which to write output ocean restarts 
     43      cn_ocerst_outdir = './'         !  directory in which to write output ocean restarts 
    4444   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    4545   nn_istate   =       0   !  output the initial state (1) or not (0) 
     
    273273&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    274274!----------------------------------------------------------------------- 
    275    jpni        =   <JPNI>       !  number of processors following i (set automatically if < 1), see also ln_listonly = T 
    276    jpnj        =   <JPNJ>       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
    277275/ 
    278276!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.