Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #34 (Bug fix for stretched grid restart attribute check)
This merge brings PR #34 (Bug fix for stretched grid restart attribute check, by @lizziel) into the GCHP development stream (i.e. gchp/dev branch). This PR fixes a mismatch between stretched grid coordinates as computed from attributes in the restart file and in the configure files. Target lat/lon are read from file as REAL4 and written to checkpoint as REAL4. Conversion to radians, however, uses 180 degrees at double precision, while conversion back to lat/lon uses 180 degrees as single precision. This results in failing the online check that the coordinates are identical. Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information