[Dart-dev] [4378] DART/trunk/models: Added the mkmf and path_names files for the restart_file_tool

nancy at ucar.edu nancy at ucar.edu
Thu May 27 16:39:43 MDT 2010


Revision: 4378
Author:   nancy
Date:     2010-05-27 16:39:43 -0600 (Thu, 27 May 2010)
Log Message:
-----------
Added the mkmf and path_names files for the restart_file_tool
from the model directories where they were missing.

Modified Paths:
--------------
    DART/trunk/models/template/work/path_names_restart_file_tool

Added Paths:
-----------
    DART/trunk/models/9var/work/mkmf_restart_file_tool
    DART/trunk/models/9var/work/path_names_restart_file_tool
    DART/trunk/models/MITgcm_annulus/work/mkmf_restart_file_tool
    DART/trunk/models/MITgcm_annulus/work/path_names_restart_file_tool
    DART/trunk/models/coamps/work/mkmf_restart_file_tool
    DART/trunk/models/coamps/work/path_names_restart_file_tool
    DART/trunk/models/forced_lorenz_96/work/mkmf_restart_file_tool
    DART/trunk/models/forced_lorenz_96/work/path_names_restart_file_tool
    DART/trunk/models/ikeda/work/mkmf_restart_file_tool
    DART/trunk/models/ikeda/work/path_names_restart_file_tool
    DART/trunk/models/lorenz_04/work/mkmf_restart_file_tool
    DART/trunk/models/lorenz_04/work/path_names_restart_file_tool
    DART/trunk/models/lorenz_63/work/mkmf_restart_file_tool
    DART/trunk/models/lorenz_63/work/path_names_restart_file_tool
    DART/trunk/models/lorenz_84/work/mkmf_restart_file_tool
    DART/trunk/models/lorenz_84/work/path_names_restart_file_tool
    DART/trunk/models/lorenz_96_2scale/work/mkmf_restart_file_tool
    DART/trunk/models/lorenz_96_2scale/work/path_names_restart_file_tool
    DART/trunk/models/rose/work/mkmf_restart_file_tool
    DART/trunk/models/rose/work/path_names_restart_file_tool
    DART/trunk/models/simple_advection/work/mkmf_restart_file_tool
    DART/trunk/models/simple_advection/work/path_names_restart_file_tool
    DART/trunk/models/tiegcm/work/mkmf_restart_file_tool
    DART/trunk/models/tiegcm/work/path_names_restart_file_tool

-------------- next part --------------
Added: DART/trunk/models/9var/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/9var/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/9var/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/9var/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/9var/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/9var/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/9var/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/9var/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/MITgcm_annulus/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/MITgcm_annulus/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/MITgcm_annulus/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/MITgcm_annulus/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/MITgcm_annulus/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/MITgcm_annulus/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/MITgcm_annulus/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/MITgcm_annulus/model_mod.f90
+common/types_mod.f90
+location/annulus/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/coamps/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/coamps/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/coamps/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/coamps/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/coamps/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/coamps/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/coamps/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/coamps/model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/forced_lorenz_96/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/forced_lorenz_96/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/forced_lorenz_96/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/forced_lorenz_96/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/forced_lorenz_96/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/forced_lorenz_96/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/forced_lorenz_96/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/forced_lorenz_96/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/ikeda/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/ikeda/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/ikeda/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/ikeda/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/ikeda/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/ikeda/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/ikeda/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/ikeda/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/lorenz_04/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_04/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_04/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/lorenz_04/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/lorenz_04/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_04/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_04/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/lorenz_04/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/lorenz_63/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_63/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_63/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/lorenz_63/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/lorenz_63/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_63/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_63/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/lorenz_63/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/lorenz_84/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_84/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_84/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/lorenz_84/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/lorenz_84/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_84/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_84/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/lorenz_84/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/lorenz_96_2scale/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_96_2scale/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_96_2scale/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/lorenz_96_2scale/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/lorenz_96_2scale/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/lorenz_96_2scale/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/lorenz_96_2scale/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/lorenz_96_2scale/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/rose/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/rose/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/rose/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/rose/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/rose/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/rose/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/rose/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/rose/model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Added: DART/trunk/models/simple_advection/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/simple_advection/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/simple_advection/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/simple_advection/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/simple_advection/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/simple_advection/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/simple_advection/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/simple_advection/model_mod.f90
+common/types_mod.f90
+location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/trunk/models/template/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/template/work/path_names_restart_file_tool	2010-05-27 19:17:29 UTC (rev 4377)
+++ DART/trunk/models/template/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -11,7 +11,7 @@
 assim_model/assim_model_mod.f90
 models/template/model_mod.f90
 common/types_mod.f90
-location/threed_sphere/location_mod.f90
+location/oned/location_mod.f90
 random_seq/random_seq_mod.f90
 random_nr/random_nr_mod.f90
 time_manager/time_manager_mod.f90

Added: DART/trunk/models/tiegcm/work/mkmf_restart_file_tool
===================================================================
--- DART/trunk/models/tiegcm/work/mkmf_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/tiegcm/work/mkmf_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,18 @@
+#!/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$
+
+../../../mkmf/mkmf -p restart_file_tool -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+ -a "../../.." path_names_restart_file_tool
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/trunk/models/tiegcm/work/mkmf_restart_file_tool
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native

Added: DART/trunk/models/tiegcm/work/path_names_restart_file_tool
===================================================================
--- DART/trunk/models/tiegcm/work/path_names_restart_file_tool	                        (rev 0)
+++ DART/trunk/models/tiegcm/work/path_names_restart_file_tool	2010-05-27 22:39:43 UTC (rev 4378)
@@ -0,0 +1,19 @@
+utilities/restart_file_tool.f90
+ensemble_manager/ensemble_manager_mod.f90
+assim_tools/assim_tools_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+sort/sort_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+reg_factor/reg_factor_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_def/obs_def_mod.f90
+assim_model/assim_model_mod.f90
+models/tiegcm/model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
+random_seq/random_seq_mod.f90
+random_nr/random_nr_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90


More information about the Dart-dev mailing list