Changeset 2590 for CONFIG


Ignore:
Timestamp:
06/26/15 11:37:28 (9 years ago)
Author:
jgipsl
Message:

ORAC2 : correct error : add AUTOBLOCKER and AUTO

ORCA1 : changed AUTO en AUTOBLOCKER to correspond to the option blocker set in opa9.driver. This is done to notify the user that she cannot change the value without stopping the job. No change in behavior.


Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg

    r2556 r2590  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
    8    cn_exp      = _AUTO_    !  Experience name 
    9    nn_it000    = _AUTO_    !  First time step 
    10    nn_itend    = _AUTO_    !  Last  time step 
    11    nn_date0    = _AUTO_    !  Date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    12    nn_leapy    = _AUTO_    !  Leap year calendar (1) or not (0) 
    13    ln_rstart   = _AUTO_    !  start from rest (F) or from a restart file (T) 
    14    nn_rstctl   = _AUTO_    !  Restart control => activated only if ln_rstart = T 
     8   cn_exp      = _AUTOBLOCKER_    !  Experience name 
     9   nn_it000    = _AUTOBLOCKER_    !  First time step 
     10   nn_itend    = _AUTOBLOCKER_    !  Last  time step 
     11   nn_date0    = _AUTOBLOCKER_    !  Date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     12   nn_leapy    = _AUTOBLOCKER_    !  Leap year calendar (1) or not (0) 
     13   ln_rstart   = _AUTOBLOCKER_    !  start from rest (F) or from a restart file (T) 
     14   nn_rstctl   = _AUTOBLOCKER_    !  Restart control => activated only if ln_rstart = T 
    1515                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    1616                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     
    1919   cn_ocerst_out = "restart"      !  Suffix of ocean restart name (output) 
    2020   nn_istate   =       0   !  Output the initial state (1) or not (0) 
    21    nn_stock    =  _AUTO_   !  Frequency of creation of a restart file (modulo referenced to 1) 
     21   nn_stock    =  _AUTOBLOCKER_   !  Frequency of creation of a restart file (modulo referenced to 1) 
    2222   nn_write    =    5475   !  Requency of write in the output file   (modulo referenced to nn_it000) 
    2323   ln_mskland  = .true.    !  Masks land points in NetCDF outputs 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA2_cfg

    r2451 r2590  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
    8    cn_exp      =  "ORCA2"  !  AUTO - experience name 
    9    nn_it000    =       1   !  AUTO - first time step 
    10    nn_itend    =    5475   !  AUTO - last  time step (std 5475) 
    11    nn_date0    =  010101   !  AUTO - date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    12    nn_leapy    =       0   !  AUTO - Leap year calendar (1) or not (0) 
    13    ln_rstart   = .false.   !  AUTO - start from rest (F) or from a restart file (T) 
    14    nn_rstctl   =       0   !  AUTO - restart control => activated only if ln_rstart = T 
     8   cn_exp      =  _AUTOBLOCKER_   !  AUTO - experience name 
     9   nn_it000    =  _AUTOBLOCKER_   !  AUTO - first time step 
     10   nn_itend    =  _AUTOBLOCKER_   !  AUTO - last  time step (std 5475) 
     11   nn_date0    =  _AUTOBLOCKER_   !  AUTO - date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     12   nn_leapy    =  _AUTOBLOCKER_   !  AUTO - Leap year calendar (1) or not (0) 
     13   ln_rstart   =  _AUTOBLOCKER_   !  AUTO - start from rest (F) or from a restart file (T) 
     14   nn_rstctl   =  _AUTOBLOCKER_   !  AUTO - restart control => activated only if ln_rstart = T 
    1515                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    1616                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     
    1919   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    2020   nn_istate   =       0   !  output the initial state (1) or not (0) 
    21    nn_stock    =    5475   !  AUTO - frequency of creation of a restart file (modulo referenced to 1) 
     21   nn_stock    =  _AUTOBLOCKER_   !  AUTO - frequency of creation of a restart file (modulo referenced to 1) 
    2222   nn_write    =    5475   !  AUTO - frequency of write in the output file   (modulo referenced to nn_it000) 
    2323   ln_mskland  = .true.    !  Masks land points in NetCDF outputs 
     
    4444&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    4545!----------------------------------------------------------------------- 
    46    nn_msh      =    0      !  AUTO - create (=1) a mesh file or not (=0) 
     46   nn_msh      =    _AUTO_ !  AUTO - create (=1) a mesh file or not (=0) 
    4747   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
    4848   nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
Note: See TracChangeset for help on using the changeset viewer.