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

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