Changeset 819


Ignore:
Timestamp:
03/27/19 15:45:37 (5 years ago)
Author:
ymipsl
Message:

New parameter in run .def

etat0_start_iteration_reset = y/n default (n)

Reset the start iteration value read in start.nc to 0

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/initial/etat0_start_file.f90

    r548 r819  
    4545    LOGICAL :: etat0_start_file_colocated=.FALSE. 
    4646    INTEGER :: ind 
     47    LOGICAL :: raz 
    4748 
    4849      CALL getin("etat0_start_file_colocated",etat0_start_file_colocated)   
     
    110111 
    111112      CALL bcast(itau0) 
     113      raz=.FALSE. 
     114      CALL getin("etat0_start_iteration_reset",raz) 
     115      IF (raz) itau0=0 
    112116      CALL getin("etat0_start_iteration",itau0)         
    113117 
Note: See TracChangeset for help on using the changeset viewer.