/[lmdze]/trunk/phylmd/FCTTRE.f
ViewVC logotype

Diff of /trunk/phylmd/FCTTRE.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/libf/phylmd/FCTTRE.f90 revision 38 by guez, Thu Jan 6 17:52:19 2011 UTC trunk/phylmd/FCTTRE.f90 revision 78 by guez, Wed Feb 5 17:51:07 2014 UTC
# Line 1  Line 1 
1  module FCTTRE  module FCTTRE
2    
3    ! From phylmd/FCTTRE.inc, version 1.2 2004/06/22 11:45:32    ! From phylmd/FCTTRE.inc, version 1.2, 2004/06/22 11:45:32
4    
5    ! This COMDECK includes the thermodynamical functions for the cycle    ! This module includes the thermodynamical functions for the cycle
6    ! 39 ECMWF Physics package. Consistent with SUPHEC_M basic physics    ! 39 ECMWF physics package. Consistent with "SUPHEC_M" basic
7    ! constants, assuming the partial pressure of water vapour is given    ! physical constants, assuming the partial pressure of water vapour
8    ! by a first order Taylor expansion of Qs(T) with respect to    ! is given by a first order Taylor expansion of "Qs(T)" with respect
9    ! temperature, using constants in yoethf_m.    ! to temperature, using constants in "yoethf_m".
10    
11      ! Probably from Buck, 1981, Journal of Applied Meteorology, volume
12      ! 20, number 12, page 1527.
13    
14    implicit none    implicit none
15    
# Line 19  contains Line 22  contains
22      use yoethf_m, only: R3LES, R3IES, R4LES, R4IES      use yoethf_m, only: R3LES, R3IES, R4LES, R4IES
23      use SUPHEC_M, only: rtt      use SUPHEC_M, only: rtt
24    
25      REAL, intent(in):: T, DEL      REAL, intent(in):: T
26        REAL, intent(in):: DEL ! 1 for ice, 0 for liquid
27    
28      !-----------------------      !-----------------------
29    

Legend:
Removed from v.38  
changed lines
  Added in v.78

  ViewVC Help
Powered by ViewVC 1.1.21