Changeset 494


Ignore:
Timestamp:
11/07/16 13:10:38 (8 years ago)
Author:
ymipsl
Message:

Fix held & suarez physic (extra dimansion for theta)

YM

File:
1 edited

Legend:

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

    r485 r494  
    201201    TYPE(t_field),POINTER :: f_u(:) 
    202202    TYPE(t_field),POINTER :: f_ps(:) 
    203     REAL(rstd),POINTER :: theta_rhodz(:,:) 
     203    REAL(rstd),POINTER :: theta_rhodz(:,:,:) 
    204204    REAL(rstd),POINTER :: u(:,:) 
    205205    REAL(rstd),POINTER :: ps(:) 
     
    218218       theta_eq=f_theta_eq(ind)  
    219219       theta=f_theta(ind)  
    220        CALL compute_heldsz(ps,theta_eq,lat_i, theta_rhodz,u, theta)  
     220       CALL compute_heldsz(ps,theta_eq,lat_i, theta_rhodz(:,:,1),u, theta)  
    221221    ENDDO 
    222222  END SUBROUTINE held_suarez 
Note: See TracChangeset for help on using the changeset viewer.