GEOS-ESM / GEOS-ESM/GEOSgcm_GridComp
Fix N_grid=1 bug in some EASE *.til files
@smahanam is already working on this.
Since Aug 5, 2020.
- Dominant language
- Fortran
- Stars
- 10
- Forks
- 13
- Avg merge
- 17h 35m
- Merged PRs (30d)
- 14
Description
There is a bug in some EASE *.til files through at least Icarus-NLv3 (and also NLv4).
Affected EASE *.til files say "N_grid=1" in line 2 of the header, but the header still includes three additional lines for a second grid.
This is confusing and results in problems when the *.til files are read using canonical MAPL tools, which rely on the correct entry for N_grid in header line 2.
The bug should be fixed in the bcs processing suite before any new bcs are generated.
For reference, there is also a related GEOSldas issue that deals with cleaning up the work-around for this bug
GEOSldas #289
@rdkoster @biljanaorescanin @weiyuan-jiang
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.