Skip to content

Commit

Permalink
Merge pull request #2664 from GEOS-ESM/feature/tclune#2663-port-to-na…
Browse files Browse the repository at this point in the history
…g-7.201

Feature/tclune#2663 port to nag 7.201
  • Loading branch information
mathomp4 authored Mar 21, 2024
2 parents c729866 + 01e92e4 commit b38a478
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Minor workaround to enable NAG 7.2.01 to compile. (Reproducer submitted to NAG.)
- Fixed bug with split restart files
- Removed unnecessary memory allocation for tile reads. This is critical for high res runs on SCU17
- Fixes to allow SCM model to run
Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/driver_app/Example_Driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
program Example_Driver
use MPI
use MAPL
use mapl_CapOptionsMod, only: MAPL_CapOptions
implicit none

type (MAPL_Cap) :: cap
Expand Down
2 changes: 1 addition & 1 deletion gridcomps/MAPL_GridComps.F90
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module MAPL_GridCompsMod
use mapl_CapMod
use mapl_CapOptionsMod
use mapl_externalGCStorage
#ifdef USE_FLAP
use mapl_FlapCLIMod
#endif
#ifdef USE_FARGPARSE
use mapl_FargParseCLIMod
#endif
use mapl_CapOptionsMod
implicit none
end module MAPL_GridCompsMod

0 comments on commit b38a478

Please sign in to comment.