SURFEX v7.3
General documentation of Surfex
|
00001 ! ###################### 00002 MODULE MODD_FLOOD_PAR 00003 ! ###################### 00004 ! 00005 !!**** *MODD_FLOOD_PAR* - declaration of parameters related 00006 !! to the flood parameterization 00007 !! 00008 !! PURPOSE 00009 !! ------- 00010 ! The purpose of this declarative module is to specify the 00011 ! parameters related to the surface parameterization of flood. 00012 ! 00013 !! 00014 !! 00015 !! 00016 !! AUTHOR 00017 !! ------ 00018 !! B. Decharme *Meteo France* 00019 !! 00020 !! MODIFICATIONS 00021 !! ------------- 00022 !! Original 02/2010 00023 !------------------------------------------------------------------------------- 00024 ! 00025 !* 0. DECLARATIONS 00026 ! ------------ 00027 ! 00028 IMPLICIT NONE 00029 ! 00030 REAL, SAVE :: XCFFV 00031 ! Coefficient for calculation of floodplain fraction over vegetation 00032 ! 00033 !------------------------------------------------------------------------------- 00034 ! 00035 END MODULE MODD_FLOOD_PAR 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047