! ! $Header$ ! ! ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre ! veillez n'utiliser que des ! pour les commentaires ! et bien positionner les & des lignes de continuation ! (les placer en colonne 6 et en colonne 73) ! ! ------------------------------------------------------------------ ! This COMDECK includes the Thermodynamical functions for the cy39 ! ECMWF Physics package. ! Consistent with YOMCST Basic physics constants, assuming the ! partial pressure of water vapour is given by a first order ! Taylor expansion of Qs(T) w.r.t. to Temperature, using constants ! in YOETHF ! ------------------------------------------------------------------ REAL PTARG, PDELARG REAL FOEEW ! FOEEW ( PTARG,PDELARG ) = EXP ( & & (R3LES*(1.-PDELARG)+R3IES*PDELARG) * (PTARG-RTT) & & / (PTARG-(R4LES*(1.-PDELARG)+R4IES*PDELARG)) ) !