We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175d777 commit 141ed37Copy full SHA for 141ed37
pre/remap_restart/remap_upper.py
@@ -423,7 +423,7 @@ def find_rst(self):
423
if len(files) >0:
424
restarts_in.append(files[0])
425
if (len(restarts_in) == 0) :
426
- print("\n Try restart file names without time stamp\n")
+ print("\n Try restart file names without time stamp or suffix (e.g., .nc4)\n")
427
print("\n It expects restart file names as xx_internal_rst, e.g., fvcore_internal_rst \n")
428
for f in self.air_restarts :
429
fname = rst_dir+ '/'+f
0 commit comments