SURFEX v7.3
General documentation of Surfex
|
00001 ! ################## 00002 MODULE MODN_PREP_GARDEN_SNOW 00003 ! ################## 00004 ! 00005 !!**** *MODN_PREP_GARDEN_SNOW* - declaration of namelist NAM_PREP_GARDEN_SNOW 00006 !! 00007 !! PURPOSE 00008 !! ------- 00009 ! The purpose of this module is to specify the namelist NAM_PREP_ISBA 00010 ! 00011 !! 00012 !!** IMPLICIT ARGUMENTS 00013 !! ------------------ 00014 !! 00015 !! REFERENCE 00016 !! --------- 00017 !! 00018 !! 00019 !! AUTHOR 00020 !! ------ 00021 !! V. Masson *Meteo France* 00022 !! 00023 !! MODIFICATIONS 00024 !! ------------- 00025 !! Original 01/2004 00026 !------------------------------------------------------------------------------- 00027 ! 00028 !* 0. DECLARATIONS 00029 ! ------------ 00030 ! 00031 IMPLICIT NONE 00032 ! 00033 CHARACTER(LEN=3) :: CSNOW ! snow scheme 00034 INTEGER :: NSNOW_LAYER ! number of snow layers 00035 ! 00036 END MODULE MODN_PREP_GARDEN_SNOW