Ignore:
Timestamp:
12/22/16 10:58:34 (7 years ago)
Author:
ymipsl
Message:

forgotten files from previous commit

YM

File:
1 edited

Legend:

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

    r496 r517  
    99  USE xios_mod 
    1010  USE omp_para 
     11  USE time_mod 
     12  USE restart_mod 
    1113  IMPLICIT NONE 
    1214     
    1315    IF (is_omp_master) THEN 
    14       IF (using_xios) CALL xios_set_file_attr("start", enabled=.TRUE.) 
     16      IF (using_xios) THEN 
     17        CALL xios_set_file_attr("start", enabled=.TRUE., mode="read", output_freq=(itaumax+1)*xios_timestep) 
     18      ENDIF 
    1519    ENDIF 
     20    write_start=.FALSE. 
    1621     
    1722  END SUBROUTINE init_etat0  
Note: See TracChangeset for help on using the changeset viewer.