Changeset 514 for codes/icosagcm/trunk


Ignore:
Timestamp:
12/19/16 23:53:02 (8 years ago)
Author:
ymipsl
Message:

Start file is created before entering time loop, except if starting from restart file.

YM

File:
1 edited

Legend:

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

    r499 r514  
    175175    USE output_field_mod 
    176176    USE write_etat0_mod 
     177    USE restart_mod 
    177178    USE checksum_mod 
    178179    USE explicit_scheme_mod 
     
    222223      IF (is_omp_master) CALL xios_update_calendar(1) 
    223224    END IF 
     225     
     226    IF (write_start) CALL write_etat0(itau0,f_ps, f_phis,f_theta_rhodz,f_u,f_q)  
     227    
    224228    CALL write_output_fields_basic(.TRUE., f_phis, f_ps, f_mass, f_geopot, f_theta_rhodz, f_u, f_W, f_q) 
    225229 
Note: See TracChangeset for help on using the changeset viewer.