Skip to content

Commit 141ed37

Browse files
update user message
1 parent 175d777 commit 141ed37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre/remap_restart/remap_upper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def find_rst(self):
423423
if len(files) >0:
424424
restarts_in.append(files[0])
425425
if (len(restarts_in) == 0) :
426-
print("\n Try restart file names without time stamp\n")
426+
print("\n Try restart file names without time stamp or suffix (e.g., .nc4)\n")
427427
print("\n It expects restart file names as xx_internal_rst, e.g., fvcore_internal_rst \n")
428428
for f in self.air_restarts :
429429
fname = rst_dir+ '/'+f

0 commit comments

Comments
 (0)