Bump datedstamp on several RRSwISC6to18E3r5 inputdata files#7165
Bump datedstamp on several RRSwISC6to18E3r5 inputdata files#7165jonbob merged 4 commits intoE3SM-Project:masterE3SM-Project/E3SM:masterfrom xylar:ocn/fix-rrswisc6to18e3r5-moc-mask-filenamexylar/E3SM:ocn/fix-rrswisc6to18e3r5-moc-mask-filenameCopy head branch name to clipboard
Conversation
Previously, the file had the datestamp associated with the geometry used to create the masks (which still needs to be retained with suffix `mg` for mask geometry) but now it also has the creation date: ``` RRSwISC6to18E3r5_mocBasinsAndTransects20210623mg.20250205.nc ```
b87a026 to
52d2bf5
Compare
|
As an aside, I will update our Compass workflow to produce files with this naming convention going forward. |
On 2025-02-05, we converted the old initial condition to cdf5 format but we neglected to bump the date stamp. As a result, the initial condition on various machines may still be the netcdf4 version. This merge bumps the datestamp to ensure that the correct version is downloaded.
038b8a5 to
b819923
Compare
|
@jonbob, do you want to do the same for the cpl file that was affected? |
Today's version of the mask file has no int64 fields anymore. Even the ones ont read in by the MPAS framework are caught by the error check, so we just need to convert them all to int32.
|
@xylar -- I can do that with the cpl file as well. Is it OK to add to this PR? |
|
@xylar I have tested this PR and there are a lot of log.seaice.xxx.err files in the run directory: Content of log.seaice.0000.err |
This issue is caused by the streams patch in the run script, which needs to be updated. I will test this PR with an updated run script. |
@xylar FYI, no run time errors with the updated run script. |
|
Successfully ran:
verified new files were found and used |
jonbob
left a comment
There was a problem hiding this comment.
Based on testing and visual inspection
…next (PR #7165) This merge adds a unique datestamp to RRSwISC6to18E3r5 MOC mask file. Previously, the file had the datestamp associated with the geometry used to create the masks (which still needs to be retained, now with a suffix mg for mask geometry) but now it also has the creation date: * RRSwISC6to18E3r5_mocBasinsAndTransects20210623mg.20250205.nc This merge also bumps the time stamp of the ocean and sea-ice initial conditions (before spin-up) because we had to convert the file from netcdf4 to cdf5 format and need to ensure that the cdf5 version is on all machines. This was requested in #7159 and is one of two PRs toward fixing that problem. [BFB]
|
merged to next |
|
Thanks @jonbob! |
|
merged to master |
This merge adds a unique datestamp to RRSwISC6to18E3r5 MOC mask file. Previously, the file had the datestamp associated with the geometry used to create the masks (which still needs to be retained, now with a suffix
mgfor mask geometry) but now it also has the creation date:This merge also bumps the time stamp of the ocean and sea-ice initial conditions (before spin-up) because we had to convert the file from netcdf4 to cdf5 format and need to ensure that the cdf5 version is on all machines.
This was requested in #7159 and is one of two PRs toward fixing that problem.