Skip to content

Commit

Permalink
New module and CMake changes
Browse files Browse the repository at this point in the history
Add updates about how we now `use MAPL` and use MAPL in CMake.
  • Loading branch information
mathomp4 authored Feb 7, 2020
1 parent 887cc59 commit 19158fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Code that uses MAPL should now `use MAPL` instead of `use MAPL_Mod`.
- CMakeLists.txt using MAPL should now have dependencies to `MAPL` and not `MAPL_Base`.
- History and ExtData component use the PFIO IO server for all file access. Default mode is to run the IO servers on the same resources as the application.
- The ExtData and History components use ESMF regridding for all operations and replace the FV3 regridding routines used for bilinear regridding and the MAPL tiling regridder for conservative regridding.

Expand Down

0 comments on commit 19158fa

Please sign in to comment.