Changeset 124


Ignore:
Timestamp:
02/01/13 00:57:55 (11 years ago)
Author:
dubos
Message:

Disabled physics and advection

File:
1 edited

Legend:

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

    r120 r124  
    115115    CALL guided(it*dt,f_ps,f_theta_rhodz,f_u,f_q) 
    116116    CALL caldyn(it,f_phis,f_ps,f_theta_rhodz,f_u, f_q, f_dps, f_dtheta_rhodz, f_du) 
    117     CALL advect_tracer(f_ps,f_u,f_q) 
     117!    CALL advect_tracer(f_ps,f_u,f_q) 
    118118     
    119119    SELECT CASE (TRIM(scheme)) 
     
    141141    END SELECT 
    142142 
    143     CALL physics(it,f_phis, f_ps, f_theta_rhodz, f_u, f_q) 
     143!    CALL physics(it,f_phis, f_ps, f_theta_rhodz, f_u, f_q) 
    144144     
    145145 ENDDO 
Note: See TracChangeset for help on using the changeset viewer.