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
Expected behavior
Long-form symlinks for the final restart time should be relative (pointing to the files in the same directory), not contain the full path.
Current behavior
The long-form symlinks for the final restart time use absolute paths to point to files in the same directory. This will cause issues if the directory is moved or archived in a tarball.
To Reproduce
Run global workflow for any experiment with a restart interval and observe the atm restart directory,
Context
Restart files generally contain the valid time of the restart (YYYYMMDD.HHmmss), but for the restart files written at the end of the forecast that verification time is omitted. For uniformity, symlinks were added for these final restart files that contain the verification time.
Symlinks for the final restart time used the full path name, even
though the targets are in the same directory. This means the links
would break if the directory were moved or (more importantly) put
in a tarball. The links have now been replaced with relative links.
ResolvesNOAA-EMC#1446
Symlinks for the final restart time used the full path name, even
though the targets are in the same directory. This means the links
would break if the directory were moved or (more importantly) put
in a tarball. The links have now been replaced with relative links.
Resolves#1446
Expected behavior
Long-form symlinks for the final restart time should be relative (pointing to the files in the same directory), not contain the full path.
Current behavior
The long-form symlinks for the final restart time use absolute paths to point to files in the same directory. This will cause issues if the directory is moved or archived in a tarball.
Machines affected
All
To Reproduce
Run global workflow for any experiment with a restart interval and observe the atm restart directory,
Context
Restart files generally contain the valid time of the restart (
YYYYMMDD.HHmmss
), but for the restart files written at the end of the forecast that verification time is omitted. For uniformity, symlinks were added for these final restart files that contain the verification time.Additional Information
This issue may be mooted by #1277 (see also ufs-community/ufs-weather-model#1577)
Possible Implementation
Make the links relative or just wait for #1277
The text was updated successfully, but these errors were encountered: