Changeset 565


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

devel : fix compilation without -dysl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90

    r562 r565  
    171171          B_il(ij,1) = A_ik(ij,1) + ml_g2 + tau2_g*rho_bot 
    172172          R_il(ij,1) = ml_g2*( Phi_il(ij,1)-Phi_star_il(ij,1))  & 
    173                + tau2_g*( p_ik(ij,1)-pbot+rho_bot*(Phi_il(ij,1)-Phi_bot) ) 
     173               + tau2_g*( p_ik(ij,1)-pbot+rho_bot*(Phi_il(ij,1)-phis(ij)) ) 
    174174       ENDDO 
    175175       ! inner interfaces 
     
    320320 
    321321    IF(tau>0) THEN ! solve implicit problem for geopotential 
    322        CALL compute_NH_geopot(tau, rhodz, m_il, theta, W, geopot) 
     322       CALL compute_NH_geopot(tau, phis, rhodz, m_il, theta, W, geopot) 
    323323    END IF 
    324324 
Note: See TracChangeset for help on using the changeset viewer.