module Mod_Atm_CP_RUN !--------------------------------------------------------------------------+ ! Mon 17-Jun-2013 MAR | ! module Mod_Atm_CP_RUN contains local variables of PHY_Atm_CP_RUN | ! | ! version 3.p.4.1 created by H. Gallee, Mon 17-Jun-2013 | ! Last Modification by H. Gallee, Mon 17-Jun-2013 | ! | !--------------------------------------------------------------------------+ ! Global Variables ! ================= use Mod_Real ! Internal Variables ! ================== IMPLICIT NONE real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: wa_ANA ! ANAbatic Wind Speed [m/s] end module Mod_Atm_CP_RUN