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

Diff of /trunk/phylmd/FCTTRE.f

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

revision 37 by guez, Tue Dec 21 15:45:48 2010 UTC revision 38 by guez, Thu Jan 6 17:52:19 2011 UTC
# Line 3  module FCTTRE Line 3  module FCTTRE
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 COMDECK 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 physics
7    ! constants, assuming the partial pressure of water vapour is given    ! constants, assuming the partial pressure of water vapour is given
8    ! by a first order Taylor expansion of Qs(T) with respect to    ! by a first order Taylor expansion of Qs(T) with respect to
9    ! temperature, using constants in yoethf.    ! temperature, using constants in yoethf_m.
10    
11    implicit none    implicit none
12    
# Line 16  contains Line 16  contains
16    
17    REAL function FOEEW(T, DEL)    REAL function FOEEW(T, DEL)
18    
19      use yoethf, only: R3LES, R3IES, R4LES, R4IES      use yoethf_m, only: R3LES, R3IES, R4LES, R4IES
20      use YOMCST, only: rtt      use SUPHEC_M, only: rtt
21    
22      REAL, intent(in):: T, DEL      REAL, intent(in):: T, DEL
23    
# Line 32  contains Line 32  contains
32    
33    REAL function FOEDE(T, DEL, P5ARG, QS, PCOARG)    REAL function FOEDE(T, DEL, P5ARG, QS, PCOARG)
34    
35      use yoethf, only: R4LES, R4IES      use yoethf_m, only: R4LES, R4IES
36    
37      REAL, intent(in):: T, DEL      REAL, intent(in):: T, DEL
38      real, intent(in):: P5ARG, QS, PCOARG      real, intent(in):: P5ARG, QS, PCOARG
# Line 74  contains Line 74  contains
74    
75    REAL function dqsats(t, qs)    REAL function dqsats(t, qs)
76    
77      use YOMCST, only: RLVTT, rcpd      use SUPHEC_M, only: RLVTT, rcpd
78    
79      REAL, intent(in):: T, qs      REAL, intent(in):: T, qs
80    
# Line 89  contains Line 89  contains
89    
90    REAL function dqsatl(t, qs)    REAL function dqsatl(t, qs)
91    
92      use YOMCST, only: RLVTT, rcpd      use SUPHEC_M, only: RLVTT, rcpd
93    
94      REAL, intent(in):: T, qs      REAL, intent(in):: T, qs
95    

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

  ViewVC Help
Powered by ViewVC 1.1.21