source:
LMDZ5/branches/Cold_pool_death/libf/phymar/Mod_SISVAT_wEq.f90
@
5871
| Last change on this file since 5871 was 2160, checked in by , 11 years ago | |
|---|---|
| File size: 809 bytes | |
| Line | |
|---|---|
| 1 | module Mod_SISVAT_wEq |
| 2 | |
| 3 | !--------------------------------------------------------------------------+ |
| 4 | ! module Mod_SISVAT_wEq Fri 2-Feb-2013 MAR | |
| 5 | ! module Mod_SISVAT_wEq contains specific variables (and constants) | |
| 6 | ! used by Soil/Ice Snow Vegetation Atmosphere Transfer Scheme | |
| 7 | ! | |
| 8 | !--------------------------------------------------------------------------+ |
| 9 | |
| 10 | |
| 11 | |
| 12 | ! General Variables |
| 13 | ! ================= |
| 14 | |
| 15 | use Mod_Real |
| 16 | use Mod_SISVAT_dim |
| 17 | use Mod_SISVAT_dat |
| 18 | |
| 19 | |
| 20 | IMPLICIT NONE |
| 21 | |
| 22 | |
| 23 | ! SISVAT_wEq specific variables (and constants) |
| 24 | ! ================================================ |
| 25 | |
| 26 | logical :: logWEq = .false. |
| 27 | |
| 28 | |
| 29 | |
| 30 | end module Mod_SISVAT_wEq |
Note: See TracBrowser
for help on using the repository browser.
