[Dart-dev] DART/branches Revision: 10889
dart at ucar.edu
dart at ucar.edu
Fri Jan 13 15:06:32 MST 2017
thoar at ucar.edu
2017-01-13 15:06:32 -0700 (Fri, 13 Jan 2017)
40
fixing typo in cice assimilate script.
Modified: DART/branches/rma_fixed_filenames/models/cice/shell_scripts/assimilate1_5.csh
===================================================================
--- DART/branches/rma_fixed_filenames/models/cice/shell_scripts/assimilate1_5.csh 2017-01-13 22:06:15 UTC (rev 10888)
+++ DART/branches/rma_fixed_filenames/models/cice/shell_scripts/assimilate1_5.csh 2017-01-13 22:06:32 UTC (rev 10889)
@@ -280,7 +280,7 @@
if ( $nfiles > 0 ) then
set latest = `cat latestfile`
- ${LINK} $latest input_priorinf_mean _mean.nc
+ ${LINK} $latest input_priorinf_mean.nc
else
echo "ERROR: Requested PRIOR inflation but specified no incoming inflation MEAN file."
echo "ERROR: expected something like ../cice.output_priorinf_mean.YYYY-MM-DD-SSSSS.nc"
More information about the Dart-dev
mailing list