Skip to content

Commit

Permalink
adding module use statement for LDAS_exceptionsMod (GEOS_LandAssimGri…
Browse files Browse the repository at this point in the history
…dComp.F90)
  • Loading branch information
gmao-rreichle committed May 9, 2023
1 parent e6db3ac commit 3f3bb99
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ module GEOS_LandAssimGridCompMod
use ESMF_CFIOMOD, only: ESMF_CFIOstrTemplate
use GEOS_ExportCatchIncrGridCompMod, only: ExportCatchIncrSetServices=>SetServices
use MAPL_ConstantsMod, only: MAPL_TICE

use LDAS_exceptionsMod, only: ldas_abort, LDAS_GENERIC_ERROR

use LDAS_TileCoordType, only: tile_coord_type
use LDAS_TileCoordType, only: grid_def_type
Expand Down Expand Up @@ -68,7 +70,6 @@ module GEOS_LandAssimGridCompMod

use, intrinsic :: ieee_arithmetic


implicit none

include 'mpif.h'
Expand Down

0 comments on commit 3f3bb99

Please sign in to comment.