GEOS-ESM / GEOS-ESM/GEOSgcm_GridComp
Add CMake Option for non-hydrostatic build
Open
@wmputman is already working on this.
Since Aug 7, 2019.
enhancement
- Dominant language
- Fortran
- Stars
- 10
- Forks
- 13
- Avg merge
- 17h 35m
- Merged PRs (30d)
- 14
Description
Per an email from @wmputman:
When building the model for the NH dycore, I need to add the following to the build:
If Non-Hydrostatic FV3 uncomment this line
USER_FDEFS += $(D)USE_COND $(D)MOIST_CAPPAWhat is the best way to include this with the new make build?
and:
Can I just add them to the last line here:
fvdycore/CMakeLists.txt:
target_compile_definitions (${this} PRIVATE MAPL_MODE SPMD TIMING USE_COND MOIST_CAPPA)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.