[Dart-dev] [4914] DART/trunk/models/lorenz_04/shell_scripts: Removed some scripts that are not needed because 'quickbuild.csh'

nancy at ucar.edu nancy at ucar.edu
Wed May 25 10:32:36 MDT 2011


Revision: 4914
Author:   thoar
Date:     2011-05-25 10:32:36 -0600 (Wed, 25 May 2011)
Log Message:
-----------
Removed some scripts that are not needed because 'quickbuild.csh' 
provides the same functionality.

Modified Paths:
--------------
    DART/trunk/models/lorenz_04/shell_scripts/README

Removed Paths:
-------------
    DART/trunk/models/lorenz_04/shell_scripts/csh_filt.s
    DART/trunk/models/lorenz_04/shell_scripts/csh_fix.s
    DART/trunk/models/lorenz_04/shell_scripts/csh_perf.s
    DART/trunk/models/lorenz_04/shell_scripts/csh_seq.s

-------------- next part --------------
Modified: DART/trunk/models/lorenz_04/shell_scripts/README
===================================================================
--- DART/trunk/models/lorenz_04/shell_scripts/README	2011-05-19 15:59:59 UTC (rev 4913)
+++ DART/trunk/models/lorenz_04/shell_scripts/README	2011-05-25 16:32:36 UTC (rev 4914)
@@ -4,10 +4,21 @@
 #
 # DART $Id$
 
-All of the csh_*.s scripts and the coseq.pl script
-should be moved into the work directory before running
-experiments.  
+coseq.pl generates a file that can be redirected into
+create_obs_sequence.  It requires only two pieces of information 
+from STDIN.  As it currently stands, it assumes that the output 
+filename is set_def.out, and it assumes a single uniqe observation 
+set.
 
-If the user executes a make clean in the work directory
-the csh_*.s files will be deleted and it will be necessary 
-to copy them into the work directory again.
+The user inputs are the spacing between obs (the script figures
+out the resulting observation locations under the assumption
+that the first observation is at location 1) and the observational
+variance (the script assumes all observations have the same error
+variance).
+
+After running this script, the user runs the command:
+
+   ./create_obs_sequence < coseq.dat
+
+coseq.pl should be moved into the work directory before being run.
+

Deleted: DART/trunk/models/lorenz_04/shell_scripts/csh_filt.s
===================================================================
--- DART/trunk/models/lorenz_04/shell_scripts/csh_filt.s	2011-05-19 15:59:59 UTC (rev 4913)
+++ DART/trunk/models/lorenz_04/shell_scripts/csh_filt.s	2011-05-25 16:32:36 UTC (rev 4914)
@@ -1,22 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright \xA9 2004 - 2010 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
-#
-# $Id$
-#
-# This script builds the makefile for 'filter', and then builds 'filter'.
-#
-# This is the last of the csh_*.s scripts to execute.
-
-csh mkmf_filter
-make
-
-exit 0
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-

Deleted: DART/trunk/models/lorenz_04/shell_scripts/csh_fix.s
===================================================================
--- DART/trunk/models/lorenz_04/shell_scripts/csh_fix.s	2011-05-19 15:59:59 UTC (rev 4913)
+++ DART/trunk/models/lorenz_04/shell_scripts/csh_fix.s	2011-05-25 16:32:36 UTC (rev 4914)
@@ -1,23 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright \xA9 2004 - 2010 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
-#
-# $Id$
-#
-# This script builds the makefile for 'create_fixed_network_seq',
-# and performs builds 'create_fixed_network_seq'.
-#
-# This is the first of the csh_*.s scripts to execute.
-
-csh mkmf_create_fixed_network_seq
-make
-
-exit 0
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-

Deleted: DART/trunk/models/lorenz_04/shell_scripts/csh_perf.s
===================================================================
--- DART/trunk/models/lorenz_04/shell_scripts/csh_perf.s	2011-05-19 15:59:59 UTC (rev 4913)
+++ DART/trunk/models/lorenz_04/shell_scripts/csh_perf.s	2011-05-25 16:32:36 UTC (rev 4914)
@@ -1,23 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright \xA9 2004 - 2010 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
-#
-# $Id$
-#
-# This script builds the makefile for 'perfect_model_obs',
-# and the builds 'perfect_model_obs'.
-#
-# This is the third of the csh_*.s scripts to execute.
-#
-csh mkmf_perfect_model_obs
-make
-
-exit 0
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-

Deleted: DART/trunk/models/lorenz_04/shell_scripts/csh_seq.s
===================================================================
--- DART/trunk/models/lorenz_04/shell_scripts/csh_seq.s	2011-05-19 15:59:59 UTC (rev 4913)
+++ DART/trunk/models/lorenz_04/shell_scripts/csh_seq.s	2011-05-25 16:32:36 UTC (rev 4914)
@@ -1,23 +0,0 @@
-#!/bin/csh
-#
-# DART software - Copyright \xA9 2004 - 2010 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
-#
-# $Id$
-#
-# This script builds the makefile for 'create_obs_sequence',
-# and then builds 'create_obs_sequence'.
-#
-# This is the second of the csh_*.s scripts to execute.
-
-csh mkmf_create_obs_sequence
-make
-
-exit 0
-
-# <next few lines under version control, do not edit>
-# $URL$
-# $Revision$
-# $Date$
-


More information about the Dart-dev mailing list