#ifdef ESMF_ ! We only need to refer to this include file if we are connecting ! to the GEOS-5 GCM via the ESMF/MAPL framework (bmy, 8/3/12) #include "MAPL_Generic.h" #endif !------------------------------------------------------------------------ ! NASA/GSFC, Global Modeling and Assimilation Office, Code 910.1 ! !------------------------------------------------------------------------ !BOP ! ! !MODULE: HCO_inquireMod ! ! !DESCRIPTION: Module inquireMod contains functions to find free and ! unopened logical file units (LUNs) for Fortran I/O. ! ! !INTERFACE: ! MODULE HCO_inquireMod ! ! !USES: ! #ifdef ESMF_ ! We only need to refer to these modules if we are connecting ! to the GEOS-5 GCM via the ESMF/MAPL framework (bmy, 8/3/12) USE ESMF USE MAPLBase_Mod #endif IMPLICIT NONE PRIVATE ! ! !PUBLIC MEMBER FUNCTIONS: ! PUBLIC :: findFreeLUN ! ! !REVI