Ignore:
Timestamp:
May 6, 2014, 4:56:20 PM (10 years ago)
Author:
lguez
Message:

PVteta computed by PVtheta was not used. Also there were a couple of
problems with PVtheta:

-- PVtheta calls tetalevel in phylmd, and interpolates at

Earth-specific values of potential temperature.

-- PVtheta calls tourabs, and the computation of rot in tourabs should

be modified (it is not correct when there is a zoom).

-- Even when there is no zoom, the computation of rot in tourabs

should probably be modified: directly combine vcov and ucov, as in
tourpot, instead of dividing by cv and cu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phydev/physiq.F90

    r2002 r2037  
    88     &            flxmass_w, &
    99     &            d_u, d_v, d_t, d_qx, d_ps &
    10      &            , dudyn &
    11      &            , PVteta)
     10     &            , dudyn)
    1211
    1312      USE dimphy, only : klon,klev
     
    5958      real,intent(out) :: d_ps(klon) ! physics tendency on surface pressure
    6059      real,intent(in) :: dudyn(iim+1,jjmp1,klev) ! Not used
    61 !FH! REAL PVteta(klon,nbteta)
    62 !      REAL PVteta(klon,1)
    63       real,intent(in) :: PVteta(klon,3) ! Not used ; should match definition
    64                                         ! in calfis.F
    6560
    6661integer,save :: itau=0 ! counter to count number of calls to physics
Note: See TracChangeset for help on using the changeset viewer.