GEOS-ESM / GEOS-ESM/FVdycoreCubed_GridComp
provide AK BK through Configfile for AdvCore
Nobody has claimed this yet.
- Dominant language
- Fortran
- Stars
- 3
- Forks
- 14
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
DynCore can read AK-BK through the configure file, but not the AdvCore. To provide AdvCore with such function, we can create a reading subroutine shared by both cores. Or, we can simply copy those lines from Dyncore to AdvCore. https://github.com/GEOS-ESM/FVdycoreCubed_GridComp/blob/315228561dfe172ca29935c21a8ae015c797f99e/DynCore_GridCompMod.F90#L7557-L7579 @tclune
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.
Research direction
Start by reading DynCore_GridCompMod.F90 at lines 7557-7579 to understand how AK-BK values are read from the configure file. Compare that logic with the AdvCore configuration path and determine whether a shared reading subroutine or equivalent AdvCore handling fits best. Done means AdvCore accepts AK-BK through the configure file like DynCore.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran
- Domain
- hpc
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100