Open ceblanton opened 8 months ago
The solution provided to the user CANNOT be merged to the trunk as is. The previous solution ensures a block of code (in an if
block) always runs (using if (1 > 0)
). We need to understand why the block is not getting executed in this user's instance, and ensure the user is running all tools in the workflow properly for what is desired.
Describe the bug Creating a 1-dimensional grid-spec (with
make_hgrid
appears to work, but the resulting output has no cells and cannot be read by a FMS-based model (Zetac).To Reproduce
The atmos-land mosaic file has no cells,
Expected behavior The atmos x land mosaic file should have cells, and the grid-spec file should be able to be read by FMS shared code.
System Environment any
Additional context A previous workaround solution (from a former nctools developer) works,
https://github.com/ceblanton/FRE-NCtools/tree/sgarner
but the user has requested that the workaround be merged to the trunk.