Ignore:
Timestamp:
05/28/16 00:32:21 (8 years ago)
Author:
dubos
Message:

Infrastructure for multiple dynamical tracers - tested with JW06 and moist baroclinic wave

File:
1 edited

Legend:

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

    r377 r387  
    214214    TYPE(t_field), POINTER :: f_ps(:), f_phis(:), f_theta_rhodz(:), &  ! IN 
    215215         f_pks(:), f_p(:), f_theta(:), f_pk(:), f_phi(:)               ! OUT 
    216     REAL(rstd),POINTER :: pk(:,:), p(:,:), theta(:,:), theta_rhodz(:,:), & 
     216    REAL(rstd),POINTER :: pk(:,:), p(:,:), theta(:,:), theta_rhodz(:,:,:), & 
    217217         phi(:,:), phis(:), ps(:), pks(:) 
    218218    INTEGER :: ind 
     
    233233       theta_rhodz = f_theta_rhodz(ind) 
    234234       theta = f_theta(ind) 
    235        CALL compute_theta_rhodz2theta(ps, theta_rhodz,theta,0) 
     235       CALL compute_theta_rhodz2theta(ps, theta_rhodz(:,:,1),theta,0) 
    236236       phis = f_phis(ind) 
    237237       phi = f_phi(ind) 
Note: See TracChangeset for help on using the changeset viewer.