Ignore:
Timestamp:
08/04/12 02:33:28 (12 years ago)
Author:
ymipsl
Message:

Output precipitation in dcmip physics

YM

File:
1 edited

Legend:

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

    r98 r99  
    116116    CALL caldyn(it,f_phis,f_ps,f_theta_rhodz,f_u, f_dps, f_dtheta_rhodz, f_du) 
    117117    CALL advect_tracer(f_ps,f_u,f_q) 
    118     CALL physics(f_phis, f_ps, f_theta_rhodz, f_u, f_q) 
     118    CALL physics(it,f_phis, f_ps, f_theta_rhodz, f_u, f_q) 
    119119     
    120120    SELECT CASE (TRIM(scheme)) 
Note: See TracChangeset for help on using the changeset viewer.