Ignore:
Timestamp:
Feb 11, 2013, 11:06:56 AM (12 years ago)
Author:
jleconte
Message:

11/02/2013 == JL

  • Updated moist convection scheme to handle situations with a large water vapor content
  • Added a keyword to enable ocean runoff in callphys.def (activerunoff)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/watercommon_h.F90

    r786 r875  
    7777
    7878!==================================================================
    79       subroutine Lcpdqsat_water(T,p,psat,qsat,dqsat)
     79      subroutine Lcpdqsat_water(T,p,psat,qsat,dqsat,dlnpsat)
    8080
    8181         implicit none
     
    8484!     Purpose
    8585!     -------
    86 !     Compute L/cp*d (q_sat)/d T
     86!     Compute dqsat=L/cp*d (q_sat)/d T and dlnpsat=L/cp d(ln Psat)/d T
    8787!     for a given temperature (K)!
    8888!     Based on the Tetens formula from L.Li physical parametrization manual
     
    9898 
    9999!        output
    100          real dqsat
     100         real dqsat,dlnpsat
    101101
    102102! JL12 variables for tetens formula
     
    125125
    126126         dqsat=RLVTT/RCPD*qsat*(p/(p-(1.-epsi)*psat))*dummy
     127         dlnpsat=RLVTT/RCPD*dummy
    127128         return
    128129      end subroutine Lcpdqsat_water
Note: See TracChangeset for help on using the changeset viewer.