Ignore:
Timestamp:
08/01/15 15:05:27 (9 years ago)
Author:
dubos
Message:

Synced with aquaplanet branch HEAT@45 - tested with DCMIP4

File:
1 edited

Legend:

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

    r339 r347  
    4040  USE check_conserve_mod 
    4141  USE output_field_mod 
    42   USE write_field 
     42  USE write_field_mod 
    4343  USE theta2theta_rhodz_mod 
    4444  USE sponge_mod 
     
    246246 
    247247    DO stage=1,nb_stage 
     248!       CALL checksum(f_ps) 
     249!       CALL checksum(f_theta_rhodz) 
     250!       CALL checksum(f_mass) 
    248251       CALL caldyn((stage==1) .AND. (MOD(it,itau_out)==0), & 
    249252            f_phis,f_ps,f_mass,f_theta_rhodz,f_u, f_q, & 
    250253            f_hflux, f_wflux, f_dps, f_dmass, f_dtheta_rhodz, f_du) 
     254!       CALL checksum(f_dps) 
     255!       CALL checksum(f_dtheta_rhodz) 
     256!       CALL checksum(f_dmass) 
    251257       SELECT CASE (scheme) 
    252258       CASE(euler) 
Note: See TracChangeset for help on using the changeset viewer.