SURFEX v7.3
General documentation of Surfex
|
00001 ! #################### 00002 MODULE MODD_WRITE_SURF_ATM 00003 ! #################### 00004 ! 00005 !!**** *MODD_WRITE_SURF_ATM - declaration of writing surface ATM 00006 !! 00007 !! PURPOSE 00008 !! ------- 00009 ! Declaration of flags to write out fields in historical fields 00010 ! 00011 !! 00012 !!** IMPLICIT ARGUMENTS 00013 !! ------------------ 00014 !! None 00015 !! 00016 !! REFERENCE 00017 !! --------- 00018 !! 00019 !! AUTHOR 00020 !! ------ 00021 !! P. Le Moigne *Meteo France* 00022 !! 00023 !! MODIFICATIONS 00024 !! ------------- 00025 !! Original 02/2008 00026 ! 00027 !* 0. DECLARATIONS 00028 ! ------------ 00029 ! 00030 ! 00031 IMPLICIT NONE 00032 ! 00033 !----------------------------------------------------------------------------------------------------- 00034 LOGICAL :: LNOWRITE_CANOPY ! flag used to avoid writing of canopy fields in OUTPUT file 00035 LOGICAL :: LNOWRITE_TEXFILE ! flag used to avoid writing of tex file describing parameters 00036 !----------------------------------------------------------------------------------------------------- 00037 ! 00038 END MODULE MODD_WRITE_SURF_ATM