source: trunk/LMDZ.GENERIC/libf/phystd/su_watercycle.F90 @ 1834

Last change on this file since 1834 was 1397, checked in by milmd, 10 years ago

In LMDZ.GENERIC replacement of all phystd .h files by module files.

File size: 766 bytes
Line 
1      subroutine su_watercycle
2
3      use watercommon_h
4      use comcstfi_mod, only: cpp, mugaz
5      implicit none
6
7
8!==================================================================
9!
10!     Purpose
11!     -------
12!     Set up relevant constants and parameters for the water cycle, and water cloud properties
13!
14!     Authors
15!     -------
16!     Robin Wordsworth (2010)
17!     Jeremy Leconte (2012)
18!
19!==================================================================
20
21      epsi   = mH2O / mugaz
22      RCPD   = cpp
23
24      !RV = 1000.*R/mH2O
25      RV = 1000.*8.314/mH2O ! caution! R is R/mugaz already!
26
27      RCPV   = 1.88e3 ! specific heat capacity of water vapor at 350K
28
29      RVTMP2 = RCPV/RCPD-1. ! not currently used...
30
31      end subroutine su_watercycle
Note: See TracBrowser for help on using the repository browser.