[Dart-dev] DART/branches Revision: 12568
dart at ucar.edu
dart at ucar.edu
Mon Apr 30 12:03:02 MDT 2018
thoar at ucar.edu
2018-04-30 12:03:01 -0600 (Mon, 30 Apr 2018)
38
Adding copyright and svn properties.
Modified: DART/branches/rma_trunk/models/wrf/shell_scripts/assim_advance.csh
===================================================================
--- DART/branches/rma_trunk/models/wrf/shell_scripts/assim_advance.csh 2018-04-30 16:59:52 UTC (rev 12567)
+++ DART/branches/rma_trunk/models/wrf/shell_scripts/assim_advance.csh 2018-04-30 18:03:01 UTC (rev 12568)
@@ -1,6 +1,11 @@
#!/bin/csh
+#
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# DART $Id$
-
set datea = ${1}
set emember = ${2}
set paramfile = ${3}
@@ -76,3 +81,10 @@
set end_time = `date +%s`
@ length_time = $end_time - $start_time
echo "duration = $length_time"
+
+exit 0
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
Modified: DART/branches/rma_trunk/models/wrf/shell_scripts/assimilate.csh
===================================================================
--- DART/branches/rma_trunk/models/wrf/shell_scripts/assimilate.csh 2018-04-30 16:59:52 UTC (rev 12567)
+++ DART/branches/rma_trunk/models/wrf/shell_scripts/assimilate.csh 2018-04-30 18:03:01 UTC (rev 12568)
@@ -1,4 +1,10 @@
#!/bin/csh
+#
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# DART $Id$
set datea = ${1}
set paramfile = ${3}
@@ -36,3 +42,8 @@
echo "duration = $length_time"
exit 0
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
Modified: DART/branches/rma_trunk/models/wrf/shell_scripts/diagnostics_obs.csh
===================================================================
--- DART/branches/rma_trunk/models/wrf/shell_scripts/diagnostics_obs.csh 2018-04-30 16:59:52 UTC (rev 12567)
+++ DART/branches/rma_trunk/models/wrf/shell_scripts/diagnostics_obs.csh 2018-04-30 18:03:01 UTC (rev 12568)
@@ -1,15 +1,18 @@
-#!/bin/csh -v
-########################################################################
+#!/bin/csh
#
-# diagnostics_obs.csh - shell script that computes observation
-# specific diagnostics.
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
#
-# $1 - analysis date
-# $2 - parameter file
+# DART $Id$
+
+# diagnostics_obs.csh - shell script that computes observation
+# specific diagnostics.
#
+# $1 - analysis date
+# $2 - parameter file
+#
# created Aug. 2009 Ryan Torn, U. Albany
-#
-########################################################################
set datea = ${1}
set paramfile = ${2}
@@ -92,6 +95,8 @@
/last_bin_end/c\
last_bin_end = ${lbe_yyyy1}, ${lbe_mm1}, ${lbe_dd1}, ${lbe_hh1}, 0, 0,
EOF
+
+
sed -f script.sed ${TEMPLATE_DIR}/input.nml.template >! input.nml
${DART_DIR}/models/wrf/work/obs_diag
@@ -110,10 +115,19 @@
cd ${OUTPUT_DIR}/${datea}
${COPY} ${SHELL_SCRIPTS_DIR}/mean_increment.ncl .
set cmd1 = "ncl ${OUTPUT_DIR}/${datea}/mean_increment.ncl"
+
cat >! nclrun.out << EOF
$cmd1
More information about the Dart-dev
mailing list