Changeset 515


Ignore:
Timestamp:
12/22/16 02:32:19 (7 years ago)
Author:
dubos
Message:

Temporary fix : write_start undefined

File:
1 edited

Legend:

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

    r514 r515  
    224224    END IF 
    225225     
    226     IF (write_start) CALL write_etat0(itau0,f_ps, f_phis,f_theta_rhodz,f_u,f_q)  
     226!    IF (write_start) CALL write_etat0(itau0,f_ps, f_phis,f_theta_rhodz,f_u,f_q)  ! FIXME : write_start undefined 
    227227    
    228228    CALL write_output_fields_basic(.TRUE., f_phis, f_ps, f_mass, f_geopot, f_theta_rhodz, f_u, f_W, f_q) 
Note: See TracChangeset for help on using the changeset viewer.