Ignore:
Timestamp:
01/19/17 01:58:59 (7 years ago)
Author:
dubos
Message:

Fixed Rayleigh friction (DCMIP 2.1)

File:
1 edited

Legend:

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

    r519 r523  
    284284               f_ps,f_dps,f_u,f_theta_rhodz,f_phis) 
    285285        
    286           CALL dissip(f_u,f_du,f_mass,f_phis, f_theta_rhodz,f_dtheta_rhodz) 
     286          CALL dissip(f_ps,f_mass,f_phis,f_geopot,f_theta_rhodz,f_u, f_dtheta_rhodz,f_du) 
    287287           
    288288          CALL euler_scheme(.FALSE.)  ! update only u, theta 
Note: See TracChangeset for help on using the changeset viewer.