SURFEX v7.3
General documentation of Surfex
|
00001 !! 00002 !! ##################### 00003 MODULE MODN_TREEDRAG 00004 !! ##################### 00005 !! 00006 !!*** *MODN_TREEDRAG* 00007 !! 00008 !! PURPOSE 00009 !! ------- 00010 ! Namelist to take into account tree drag in the atmospheric model 00011 ! instead of SURFEX. The Z0 forest is therefore reduced to 00012 ! the Z0 grass 00013 !! 00014 !!** AUTHOR 00015 !! ------ 00016 !! C.Lac *CNRM* 00017 ! 00018 !! MODIFICATIONS 00019 !! ------------- 00020 !! Original 30/06/11 00021 !! 00022 !! IMPLICIT ARGUMENTS 00023 !! ------------------ 00024 USE MODD_TREEDRAG 00025 !! 00026 !----------------------------------------------------------------------------- 00027 ! 00028 !* 0. DECLARATIONS 00029 ! ----------------- 00030 IMPLICIT NONE 00031 SAVE 00032 NAMELIST /NAM_TREEDRAG/ & 00033 LTREEDRAG 00034 00035 ! 00036 END MODULE MODN_TREEDRAG