SURFEX v7.3
General documentation of Surfex
|
00001 ! ######spl 00002 MODULE MODD_ATM_CST 00003 ! ############### 00004 ! 00005 !!**** *MODD_CST* - declaration of typical characteristics of the atmosphere 00006 00007 !! PURPOSE 00008 !! ------- 00009 ! The purpose of this declarative module is to declare the 00010 ! typical characteristics of the atmosphere 00011 ! 00012 !! 00013 !!** IMPLICIT ARGUMENTS 00014 !! ------------------ 00015 !! None 00016 !! 00017 !! REFERENCE 00018 !! --------- 00019 !! 00020 !! AUTHOR 00021 !! ------ 00022 !! V. Masson *Meteo France* 00023 !! 00024 !! MODIFICATIONS 00025 !! ------------- 00026 !! Original july 2003 00027 !------------------------------------------------------------------------------- 00028 ! 00029 !* 0. DECLARATIONS 00030 ! ------------ 00031 ! 00032 IMPLICIT NONE 00033 REAL :: XCLIM_T_GRAD = -0.0065 ! climatological vertical temperature gradient 00034 ! 00035 END MODULE MODD_ATM_CST