Ignore:
Timestamp:
08/07/12 19:10:05 (12 years ago)
Author:
ymipsl
Message:

Correction for dcmip moist physics
Temperature is ouput instead of virtual temperature.

YM

File:
1 edited

Legend:

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

    r98 r110  
    7979   
    8080   
    81   SUBROUTINE caldyn(it,f_phis, f_ps, f_theta_rhodz, f_u, f_dps, f_dtheta_rhodz, f_du) 
     81  SUBROUTINE caldyn(it,f_phis, f_ps, f_theta_rhodz, f_u, f_q, f_dps, f_dtheta_rhodz, f_du) 
    8282  USE icosa 
    8383  USE vorticity_mod 
     
    9090  TYPE(t_field),POINTER :: f_theta_rhodz(:) 
    9191  TYPE(t_field),POINTER :: f_u(:) 
     92  TYPE(t_field),POINTER :: f_q(:) 
    9293  TYPE(t_field),POINTER :: f_dps(:) 
    9394  TYPE(t_field),POINTER :: f_dtheta_rhodz(:) 
Note: See TracChangeset for help on using the changeset viewer.