Skip to content

Commit

Permalink
Merge pull request #1570 from GEOS-ESM/feature/mathomp4/updates-for-ford
Browse files Browse the repository at this point in the history
Updates for FORD Testing
  • Loading branch information
tclune authored Jun 16, 2022
2 parents 79eb1be + fef169d commit 9cf12ca
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 540 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update CI to work with latest GEOSadas `develop` (Uses a special branch of GEOSadas)
- Fix bundleio tests
- HistoryGridComp now checks if a file exists already before writing and errors out if so
- Minor updates for FORD documentation testing
- Add `program` statements to some test programs
- Remove `pfio/pfio_io_demo.F90` as dead code
- Fix redefinition of `_RETURN` in `pflogger_stub.F90`
- Removed unused `Test_SimpleClient.pf`

### Added

Expand Down
2 changes: 1 addition & 1 deletion base/tests/testbin.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

program testbin
use HorzBinMod

type (HorzBinTransform) :: T
Expand Down
2 changes: 2 additions & 0 deletions base/tests/testhorz.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
program testhorz

use MAPL_HorzTransformMod

implicit none
Expand Down
2 changes: 1 addition & 1 deletion base/tstqsat.F90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

program tstqsat

use MAPLBase_Mod

Expand Down
Loading

0 comments on commit 9cf12ca

Please sign in to comment.