[Dart-dev] [5886] DART/branches/development/models/mpas_atm/work: add the xyz_location_mod to the path_names list, remove

nancy at ucar.edu nancy at ucar.edu
Thu Sep 27 16:45:45 MDT 2012


Revision: 5886
Author:   nancy
Date:     2012-09-27 16:45:44 -0600 (Thu, 27 Sep 2012)
Log Message:
-----------
add the xyz_location_mod to the path_names list, remove
the obsolete random_nr mod where it still existed, and
add a makefile for the advance_time utility.

Modified Paths:
--------------
    DART/branches/development/models/mpas_atm/work/path_names_create_fixed_network_seq
    DART/branches/development/models/mpas_atm/work/path_names_create_obs_sequence
    DART/branches/development/models/mpas_atm/work/path_names_dart_to_model
    DART/branches/development/models/mpas_atm/work/path_names_exhaustion
    DART/branches/development/models/mpas_atm/work/path_names_filter
    DART/branches/development/models/mpas_atm/work/path_names_integrate_model
    DART/branches/development/models/mpas_atm/work/path_names_model_mod_check
    DART/branches/development/models/mpas_atm/work/path_names_model_to_dart
    DART/branches/development/models/mpas_atm/work/path_names_obs_diag
    DART/branches/development/models/mpas_atm/work/path_names_obs_sequence_tool
    DART/branches/development/models/mpas_atm/work/path_names_perfect_model_obs
    DART/branches/development/models/mpas_atm/work/path_names_resample
    DART/branches/development/models/mpas_atm/work/path_names_restart_file_tool

Added Paths:
-----------
    DART/branches/development/models/mpas_atm/work/mkmf_advance_time
    DART/branches/development/models/mpas_atm/work/path_names_advance_time

-------------- next part --------------
Added: DART/branches/development/models/mpas_atm/work/mkmf_advance_time
===================================================================
--- DART/branches/development/models/mpas_atm/work/mkmf_advance_time	                        (rev 0)
+++ DART/branches/development/models/mpas_atm/work/mkmf_advance_time	2012-09-27 22:45:44 UTC (rev 5886)
@@ -0,0 +1,18 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2011 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 advance_time -t ../../../mkmf/mkmf.template${MKMF} \
+ -a "../../.." path_names_advance_time
+
+exit $status
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


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

Added: DART/branches/development/models/mpas_atm/work/path_names_advance_time
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_advance_time	                        (rev 0)
+++ DART/branches/development/models/mpas_atm/work/path_names_advance_time	2012-09-27 22:45:44 UTC (rev 5886)
@@ -0,0 +1,6 @@
+time_manager/advance_time.f90
+time_manager/time_manager_mod.f90
+common/types_mod.f90
+utilities/utilities_mod.f90
+utilities/parse_args_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_create_fixed_network_seq
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_create_fixed_network_seq	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_create_fixed_network_seq	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,6 +1,7 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -11,7 +12,6 @@
 obs_kind/obs_kind_mod.f90
 obs_sequence/create_fixed_network_seq.f90
 obs_sequence/obs_sequence_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_create_obs_sequence
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_create_obs_sequence	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_create_obs_sequence	2012-09-27 22:45:44 UTC (rev 5886)
@@ -2,6 +2,7 @@
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
 ensemble_manager/ensemble_manager_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -13,7 +14,6 @@
 obs_model/obs_model_mod.f90
 obs_sequence/create_obs_sequence.f90
 obs_sequence/obs_sequence_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_dart_to_model
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_dart_to_model	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_dart_to_model	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,5 +1,6 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/dart_to_model.f90
 models/mpas_atm/model_mod.f90
@@ -8,7 +9,6 @@
 models/mpas_atm/get_reconstruct_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_kind/obs_kind_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_exhaustion
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_exhaustion	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_exhaustion	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,5 +1,6 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/exhaustion.f90
 models/mpas_atm/model_mod.f90
@@ -9,7 +10,6 @@
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_filter
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_filter	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_filter	2012-09-27 22:45:44 UTC (rev 5886)
@@ -5,6 +5,7 @@
 cov_cutoff/cov_cutoff_mod.f90
 ensemble_manager/ensemble_manager_mod.f90
 filter/filter.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -15,7 +16,6 @@
 obs_kind/obs_kind_mod.f90
 obs_model/obs_model_mod.f90
 obs_sequence/obs_sequence_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 reg_factor/reg_factor_mod.f90
 smoother/smoother_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_integrate_model
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_integrate_model	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_integrate_model	2012-09-27 22:45:44 UTC (rev 5886)
@@ -5,6 +5,7 @@
 cov_cutoff/cov_cutoff_mod.f90
 ensemble_manager/ensemble_manager_mod.f90
 integrate_model/integrate_model.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -15,7 +16,6 @@
 obs_kind/obs_kind_mod.f90
 obs_model/obs_model_mod.f90
 obs_sequence/obs_sequence_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 reg_factor/reg_factor_mod.f90
 sort/sort_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_model_mod_check
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_model_mod_check	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_model_mod_check	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,5 +1,6 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod_check.f90
 models/mpas_atm/model_mod.f90
@@ -9,7 +10,6 @@
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_model_to_dart
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_model_to_dart	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_model_to_dart	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,5 +1,6 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_to_dart.f90
 models/mpas_atm/model_mod.f90
@@ -8,7 +9,6 @@
 models/mpas_atm/get_reconstruct_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_kind/obs_kind_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_obs_diag	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_obs_diag	2012-09-27 22:45:44 UTC (rev 5886)
@@ -2,6 +2,7 @@
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
 diagnostics/threed_sphere/obs_diag.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -11,7 +12,6 @@
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
 obs_sequence/obs_sequence_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 sort/sort_mod.f90
 time_manager/time_manager_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_obs_sequence_tool
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_obs_sequence_tool	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_obs_sequence_tool	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,6 +1,7 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -11,7 +12,6 @@
 obs_kind/obs_kind_mod.f90
 obs_sequence/obs_sequence_mod.f90
 obs_sequence/obs_sequence_tool.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_perfect_model_obs
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_perfect_model_obs	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_perfect_model_obs	2012-09-27 22:45:44 UTC (rev 5886)
@@ -4,6 +4,7 @@
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
 ensemble_manager/ensemble_manager_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -15,7 +16,6 @@
 obs_model/obs_model_mod.f90
 obs_sequence/obs_sequence_mod.f90
 perfect_model_obs/perfect_model_obs.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 reg_factor/reg_factor_mod.f90
 sort/sort_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_resample
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_resample	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_resample	2012-09-27 22:45:44 UTC (rev 5886)
@@ -1,5 +1,6 @@
 assim_model/assim_model_mod.f90
 common/types_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/resample.f90
 models/mpas_atm/model_mod.f90
@@ -9,7 +10,6 @@
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/mpas_atm/work/path_names_restart_file_tool
===================================================================
--- DART/branches/development/models/mpas_atm/work/path_names_restart_file_tool	2012-09-27 22:43:14 UTC (rev 5885)
+++ DART/branches/development/models/mpas_atm/work/path_names_restart_file_tool	2012-09-27 22:45:44 UTC (rev 5886)
@@ -4,6 +4,7 @@
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
 ensemble_manager/ensemble_manager_mod.f90
+location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
 models/mpas_atm/model_mod.f90
 models/mpas_atm/get_geometry_mod.f90
@@ -13,7 +14,6 @@
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
 obs_sequence/obs_sequence_mod.f90
-random_nr/random_nr_mod.f90
 random_seq/random_seq_mod.f90
 reg_factor/reg_factor_mod.f90
 sort/sort_mod.f90


More information about the Dart-dev mailing list