Ignore:
Timestamp:
Mar 4, 2015, 5:22:20 PM (10 years ago)
Author:
aslmd
Message:

corrected a declaration bug seen by picky compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/dyn_em/module_initialize_real.F

    r1248 r1385  
    145145!****MARS
    146146      INTEGER :: hypsometric_opt = 1 ! classic
    147       INTEGER :: interp_theta = .true. ! classic
     147      LOGICAL :: interp_theta = .true. ! classic
    148148      !INTEGER :: hypsometric_opt = 2 ! Wee et al. 2012 correction
    149       !INTEGER :: interp_theta = .false. ! Wee et al. 2012 correction
     149      !LOGICAL :: interp_theta = .false. ! Wee et al. 2012 correction
    150150      REAL :: pfu, pfd, phm
    151151
Note: See TracChangeset for help on using the changeset viewer.