You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name: Lizzie Lundgren
Institution: Harvard University
Brief Description
This PR fixes a mismatch between stretched grid target coordinates as computed from attributes in the restart file and in the configuration 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 target coordinates in the restart and the configuration file are identical.
Name and Institution (Required)
Name: Lizzie Lundgren
Institution: Harvard University
Brief Description
This PR fixes a mismatch between stretched grid target coordinates as computed from attributes in the restart file and in the configuration 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 target coordinates in the restart and the configuration file are identical.
Submodule Pull Requests
Related Issues
The text was updated successfully, but these errors were encountered: