[Dart-dev] [7366] DART/trunk/models/NCOMMAS/shell_scripts/advance_model.csh: Replaced cut&paste errors for 'ocean model' to 'NCOMMAS'.
nancy at ucar.edu
nancy at ucar.edu
Tue Jan 13 11:51:07 MST 2015
Revision: 7366
Author: thoar
Date: 2015-01-13 11:51:06 -0700 (Tue, 13 Jan 2015)
Log Message:
-----------
Replaced cut&paste errors for 'ocean model' to 'NCOMMAS'.
No executable changes, just text in comments.
Modified Paths:
--------------
DART/trunk/models/NCOMMAS/shell_scripts/advance_model.csh
-------------- next part --------------
Modified: DART/trunk/models/NCOMMAS/shell_scripts/advance_model.csh
===================================================================
--- DART/trunk/models/NCOMMAS/shell_scripts/advance_model.csh 2015-01-13 16:07:23 UTC (rev 7365)
+++ DART/trunk/models/NCOMMAS/shell_scripts/advance_model.csh 2015-01-13 18:51:06 UTC (rev 7366)
@@ -9,9 +9,9 @@
# This script has 4 logical 'blocks':
# 1) creates a clean, temporary directory in which to run a model instance
# and copies the necessary files into the temporary directory
-# 2) converts the DART output to input expected by the ocean model
-# 3) runs the ocean model
-# 4) converts the ocean model output to input expected by DART
+# 2) converts the DART output to input expected by NCOMMAS
+# 3) runs NCOMMAS
+# 4) converts NCOMMAS output to input expected by DART
#
# The error code from the script reflects which block it failed.
#
@@ -87,7 +87,7 @@
set output_file = `head -$output_file_line ../$control_file | tail -1`
#----------------------------------------------------------------------
- # Block 2: Convert the DART output file to form needed by ocean model.
+ # Block 2: Convert the DART output file to form needed by NCOMMAS.
# We are going to take a NCOMMAS netCDF restart file and simply overwrite the
# appropriate variables. The DART output file also has the 'advance_to'
# time - which must be communicated to the model ...
More information about the Dart-dev
mailing list