Ignore:
Timestamp:
10/13/17 21:29:09 (7 years ago)
Author:
dubos
Message:

devel : switched indices of 3D vector fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/time/timeloop_gcm.f90

    r569 r584  
    168168    USE caldyn_mod 
    169169    USE advect_tracer_mod 
     170    USE diagflux_mod 
    170171    USE physics_mod 
    171172    USE mpipara 
     
    213214    CALL check_conserve(f_ps,f_dps,f_u,f_theta_rhodz,f_phis,itau0)   
    214215 
    215     CALL trace_on 
     216    Call trace_on 
    216217 
    217218    IF (xios_output) THEN ! we must call update_calendar before any XIOS output 
     
    298299        
    299300       IF(MOD(it,itau_adv)==0) THEN 
    300           CALL advect_tracer(f_hfluxt,f_wfluxt,f_u, f_q,f_rhodz)  ! update q and rhodz after RK step 
     301          CALL advect_tracer(diagflux_on, f_hfluxt,f_wfluxt,f_u, f_q,f_rhodz,f_qfluxt)  ! update q and rhodz after RK step 
    301302          fluxt_zero=.TRUE. 
    302303          ! FIXME : check that rhodz is consistent with ps 
Note: See TracChangeset for help on using the changeset viewer.