Ignore:
Timestamp:
10/13/17 15:55:07 (7 years ago)
Author:
dubos
Message:

trunk : upgrading to devel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/dynamics/caldyn_hevi.f90

    r561 r580  
    4848    TYPE(t_field) :: f_dPhi_fast(:) 
    4949     
    50     REAL(rstd),POINTER :: ps(:), dps(:) 
     50    REAL(rstd),POINTER :: ps(:), dps(:), phis(:) 
    5151    REAL(rstd),POINTER :: mass(:,:), theta_rhodz(:,:,:), dtheta_rhodz(:,:,:) 
    5252    REAL(rstd),POINTER :: du(:,:), dW(:,:), dPhi(:,:), hflux(:,:), wflux(:,:) 
     
    115115          CALL compute_geopot(mass,theta, ps,pk,geopot) 
    116116       ELSE 
     117          phis = f_phis(ind) 
    117118          W = f_W(ind) 
    118119          dW = f_dW_fast(ind) 
     
    121122          m_il = f_wil(ind) 
    122123          pres = f_gradPhi2(ind) 
    123           CALL compute_caldyn_solver(tau,mass,theta,pk,geopot,W, m_il,pres, dPhi,dW,du) ! computes d(Phi,W,du)_fast and updates Phi,W 
     124          CALL compute_caldyn_solver(tau,phis, mass,theta,pk,geopot,W, m_il,pres, dPhi,dW,du) ! computes d(Phi,W,du)_fast and updates Phi,W 
    124125       END IF 
    125126       u=f_u(ind) 
Note: See TracChangeset for help on using the changeset viewer.