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

Last change on this file since 146 was 135, checked in by aslmd, 14 years ago

CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET

File size: 560 bytes
RevLine 
[135]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      RCPV   = 4. *RV
25      RVTMP2 = RCPV/RCPD-1.
26
27
28      end subroutine su_watercycle
Note: See TracBrowser for help on using the repository browser.