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

Diff of /trunk/phylmd/FCTTRE.f90

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

revision 37 by guez, Tue Dec 21 15:45:48 2010 UTC revision 43 by guez, Fri Apr 8 12:43:31 2011 UTC
# Line 2  module FCTTRE Line 2  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 YOMCST 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.    ! to temperature, using constants in "yoethf_m".
10    
11      ! Probably from Buck, 1981, Journal of Applied Meteorology, 20(12),
12      ! 1527.
13    
14    implicit none    implicit none
15    
# Line 16  contains Line 19  contains
19    
20    REAL function FOEEW(T, DEL)    REAL function FOEEW(T, DEL)
21    
22      use yoethf, only: R3LES, R3IES, R4LES, R4IES      use yoethf_m, only: R3LES, R3IES, R4LES, R4IES
23      use YOMCST, only: rtt      use SUPHEC_M, only: rtt
24    
25      REAL, intent(in):: T, DEL      REAL, intent(in):: T, DEL
26    
# Line 32  contains Line 35  contains
35    
36    REAL function FOEDE(T, DEL, P5ARG, QS, PCOARG)    REAL function FOEDE(T, DEL, P5ARG, QS, PCOARG)
37    
38      use yoethf, only: R4LES, R4IES      use yoethf_m, only: R4LES, R4IES
39    
40      REAL, intent(in):: T, DEL      REAL, intent(in):: T, DEL
41      real, intent(in):: P5ARG, QS, PCOARG      real, intent(in):: P5ARG, QS, PCOARG
# Line 74  contains Line 77  contains
77    
78    REAL function dqsats(t, qs)    REAL function dqsats(t, qs)
79    
80      use YOMCST, only: RLVTT, rcpd      use SUPHEC_M, only: RLVTT, rcpd
81    
82      REAL, intent(in):: T, qs      REAL, intent(in):: T, qs
83    
# Line 89  contains Line 92  contains
92    
93    REAL function dqsatl(t, qs)    REAL function dqsatl(t, qs)
94    
95      use YOMCST, only: RLVTT, rcpd      use SUPHEC_M, only: RLVTT, rcpd
96    
97      REAL, intent(in):: T, qs      REAL, intent(in):: T, qs
98    

Legend:
Removed from v.37  
changed lines
  Added in v.43

  ViewVC Help
Powered by ViewVC 1.1.21