Skip to content

Commit

Permalink
Merge pull request #3012 from GEOS-ESM/merge/handmerge/develop-to-map…
Browse files Browse the repository at this point in the history
…l3-2024Sep06

GitFlow: Handmerge develop into MAPL3
  • Loading branch information
mathomp4 authored Sep 8, 2024
2 parents 54aba22 + 43dc547 commit 3d5e5e0
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 199 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Start implementing changes for vertical regridding in ExtData
- Add ability to connect export of the MAPL hierachy to ExtData via CAP.rc file
- Added new driver, CapDriver.x, to excerise the MAPL_Cap with the configuratable component also used by ExtDataDriver.x
- Added Fortran interface to UDUNITS2
Expand Down
2 changes: 2 additions & 0 deletions gridcomps/ExtData2G/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ set (srcs
ExtData_IOBundleMod.F90
ExtData_IOBundleVectorMod.F90
ExtDataMasking.F90
ExtDataPrimaryExportVector.F90
ExtDataDerivedExportVector.F90
)


Expand Down
13 changes: 13 additions & 0 deletions gridcomps/ExtData2G/ExtDataDerivedExportVector.F90
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module MAPL_ExtDataDerivedExportVectorMod
use MAPL_ExtDataTypeDef
#define T DerivedExport
#define Vector DerivedExportVector
#define VectorIterator DerivedExportVectorIterator

#include "vector/template.inc"

#undef T
#undef Vector
#undef VectorIterator

end module MAPL_ExtDataDerivedExportVectorMod
Loading

0 comments on commit 3d5e5e0

Please sign in to comment.