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

Last change on this file since 537 was 253, checked in by emillour, 13 years ago

Generic GCM

  • Massive update to version 0.7

EM+RW

File size: 753 bytes
Line 
1      subroutine su_watercycle
2
3      use watercommon_h
4      implicit none
5#include "comcstfi.h"
6
7
8!==================================================================
9!
10!     Purpose
11!     -------
12!     Set up relevant constants and parameters for the water cycle
13!
14!     Authors
15!     -------
16!     Robin Wordsworth (2010)
17!
18!==================================================================
19
20      epsi   = mH2O / mugaz
21      RCPD   = cpp
22
23      !RV = 1000.*R/mH2O
24      RV = 1000.*8.314/mH2O ! caution! R is R/mugaz already!
25
26      RCPV   = 4. *RV    ! could be more precise...
27      !RCPV   = 5/2 *8.31*1000/mH2O ! BC modif here: doesn't appear to be correct
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.