[Dart-dev] [5982] DART/branches/development/models/cam/work: Just put the contents in alphabetical order to satiate Tim's inane

nancy at ucar.edu nancy at ucar.edu
Fri Mar 1 11:58:05 MST 2013


Revision: 5982
Author:   thoar
Date:     2013-03-01 11:58:04 -0700 (Fri, 01 Mar 2013)
Log Message:
-----------
Just put the contents in alphabetical order to satiate Tim's inane
desire for some rhyme or reason. Also changed the path_names_filter
mpi_utitilies_mod.f90 to null_mpi_utilities_mod.f90 for consistencies sake.

Modified Paths:
--------------
    DART/branches/development/models/cam/work/path_names_advance_time
    DART/branches/development/models/cam/work/path_names_clm_ens_avg
    DART/branches/development/models/cam/work/path_names_closest_member_tool
    DART/branches/development/models/cam/work/path_names_column_rand
    DART/branches/development/models/cam/work/path_names_create_fixed_network_seq
    DART/branches/development/models/cam/work/path_names_create_obs_sequence
    DART/branches/development/models/cam/work/path_names_fill_inflation_restart
    DART/branches/development/models/cam/work/path_names_filter
    DART/branches/development/models/cam/work/path_names_obs_common_subset
    DART/branches/development/models/cam/work/path_names_obs_diag
    DART/branches/development/models/cam/work/path_names_obs_seq_to_netcdf
    DART/branches/development/models/cam/work/path_names_obs_sequence_tool
    DART/branches/development/models/cam/work/path_names_perfect_model_obs
    DART/branches/development/models/cam/work/path_names_preprocess
    DART/branches/development/models/cam/work/path_names_restart_file_tool
    DART/branches/development/models/cam/work/path_names_wakeup_filter

-------------- next part --------------
Modified: DART/branches/development/models/cam/work/path_names_advance_time
===================================================================
--- DART/branches/development/models/cam/work/path_names_advance_time	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_advance_time	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,6 +1,6 @@
+common/types_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
 time_manager/advance_time.f90
 time_manager/time_manager_mod.f90
-common/types_mod.f90
+utilities/parse_args_mod.f90
 utilities/utilities_mod.f90
-utilities/parse_args_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_clm_ens_avg
===================================================================
--- DART/branches/development/models/cam/work/path_names_clm_ens_avg	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_clm_ens_avg	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,10 +1,10 @@
-obs_kind/obs_kind_mod.f90
+assim_model/assim_model_mod.f90
+common/types_mod.f90
+location/threed_sphere/location_mod.f90
 models/cam/clm_ens_avg.f90
 models/cam/model_mod.f90
-assim_model/assim_model_mod.f90
-utilities/utilities_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
-common/types_mod.f90
+obs_kind/obs_kind_mod.f90
+random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
-location/threed_sphere/location_mod.f90
-random_seq/random_seq_mod.f90
+utilities/utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_closest_member_tool
===================================================================
--- DART/branches/development/models/cam/work/path_names_closest_member_tool	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_closest_member_tool	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,18 +1,18 @@
-utilities/closest_member_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/cam/model_mod.f90
+assim_tools/assim_tools_mod.f90
 common/types_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+ensemble_manager/ensemble_manager_mod.f90
 location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
+reg_factor/reg_factor_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
+utilities/closest_member_tool.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_column_rand
===================================================================
--- DART/branches/development/models/cam/work/path_names_column_rand	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_column_rand	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,6 +1,6 @@
+common/types_mod.f90
 models/cam/column_rand.f90
+mpi_utilities/null_mpi_utilities_mod.f90
 random_seq/random_seq_mod.f90
-common/types_mod.f90
+time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-time_manager/time_manager_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_create_fixed_network_seq
===================================================================
--- DART/branches/development/models/cam/work/path_names_create_fixed_network_seq	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_create_fixed_network_seq	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,12 +1,12 @@
-obs_sequence/create_fixed_network_seq.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/cam/model_mod.f90
 common/types_mod.f90
 location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/create_fixed_network_seq.f90
+obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_create_obs_sequence
===================================================================
--- DART/branches/development/models/cam/work/path_names_create_obs_sequence	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_create_obs_sequence	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,14 +1,14 @@
-obs_sequence/create_obs_sequence.f90
+assim_model/assim_model_mod.f90
+common/types_mod.f90
 ensemble_manager/ensemble_manager_mod.f90
-obs_sequence/obs_sequence_mod.f90
+location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
 obs_model/obs_model_mod.f90
-obs_def/obs_def_mod.f90
-assim_model/assim_model_mod.f90
-models/cam/model_mod.f90
-common/types_mod.f90
-location/threed_sphere/location_mod.f90
+obs_sequence/create_obs_sequence.f90
+obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_fill_inflation_restart
===================================================================
--- DART/branches/development/models/cam/work/path_names_fill_inflation_restart	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_fill_inflation_restart	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,18 +1,18 @@
+adaptive_inflate/adaptive_inflate_mod.f90
 adaptive_inflate/fill_inflation_restart.f90
-ensemble_manager/ensemble_manager_mod.f90
+assim_model/assim_model_mod.f90
 assim_tools/assim_tools_mod.f90
-adaptive_inflate/adaptive_inflate_mod.f90
-sort/sort_mod.f90
+common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
-reg_factor/reg_factor_mod.f90
+ensemble_manager/ensemble_manager_mod.f90
+location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_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/cam/model_mod.f90
-common/types_mod.f90
-location/threed_sphere/location_mod.f90
 random_seq/random_seq_mod.f90
+reg_factor/reg_factor_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_filter
===================================================================
--- DART/branches/development/models/cam/work/path_names_filter	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_filter	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,20 +1,20 @@
-filter/filter.f90
-smoother/smoother_mod.f90
-ensemble_manager/ensemble_manager_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+assim_model/assim_model_mod.f90
 assim_tools/assim_tools_mod.f90
-adaptive_inflate/adaptive_inflate_mod.f90
-sort/sort_mod.f90
+common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
-reg_factor/reg_factor_mod.f90
-obs_sequence/obs_sequence_mod.f90
+ensemble_manager/ensemble_manager_mod.f90
+filter/filter.f90
+location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
 obs_model/obs_model_mod.f90
-obs_def/obs_def_mod.f90
-assim_model/assim_model_mod.f90
-models/cam/model_mod.f90
-common/types_mod.f90
-location/threed_sphere/location_mod.f90
+obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
+reg_factor/reg_factor_mod.f90
+smoother/smoother_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_obs_common_subset
===================================================================
--- DART/branches/development/models/cam/work/path_names_obs_common_subset	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_obs_common_subset	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,13 +1,13 @@
-obs_sequence/obs_common_subset.f90
-obs_sequence/obs_sequence_mod.f90
-obs_kind/obs_kind_mod.f90
-obs_def/obs_def_mod.f90
-cov_cutoff/cov_cutoff_mod.f90
 assim_model/assim_model_mod.f90
-models/cam/model_mod.f90
 common/types_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
 location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_common_subset.f90
+obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/cam/work/path_names_obs_diag	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_obs_diag	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,13 +1,13 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
 diagnostics/threed_sphere/obs_diag.f90
-sort/sort_mod.f90
+location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_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
 random_seq/random_seq_mod.f90
-models/cam/model_mod.f90
-location/threed_sphere/location_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-common/types_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_obs_seq_to_netcdf
===================================================================
--- DART/branches/development/models/cam/work/path_names_obs_seq_to_netcdf	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_obs_seq_to_netcdf	2013-03-01 18:58:04 UTC (rev 5982)
@@ -5,8 +5,8 @@
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
+obs_sequence/obs_seq_to_netcdf.f90
 obs_sequence/obs_sequence_mod.f90
-obs_sequence/obs_seq_to_netcdf.f90
 random_seq/random_seq_mod.f90
 time_manager/schedule_mod.f90
 time_manager/time_manager_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_obs_sequence_tool
===================================================================
--- DART/branches/development/models/cam/work/path_names_obs_sequence_tool	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_obs_sequence_tool	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,13 +1,13 @@
-obs_sequence/obs_sequence_tool.f90
-obs_sequence/obs_sequence_mod.f90
-obs_kind/obs_kind_mod.f90
-obs_def/obs_def_mod.f90
-cov_cutoff/cov_cutoff_mod.f90
 assim_model/assim_model_mod.f90
-models/cam/model_mod.f90
 common/types_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
 location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_sequence_mod.f90
+obs_sequence/obs_sequence_tool.f90
 random_seq/random_seq_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_perfect_model_obs
===================================================================
--- DART/branches/development/models/cam/work/path_names_perfect_model_obs	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_perfect_model_obs	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,19 +1,19 @@
-perfect_model_obs/perfect_model_obs.f90
-ensemble_manager/ensemble_manager_mod.f90
+adaptive_inflate/adaptive_inflate_mod.f90
+assim_model/assim_model_mod.f90
 assim_tools/assim_tools_mod.f90
-adaptive_inflate/adaptive_inflate_mod.f90
-sort/sort_mod.f90
+common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
-reg_factor/reg_factor_mod.f90
-obs_sequence/obs_sequence_mod.f90
+ensemble_manager/ensemble_manager_mod.f90
+location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
 obs_model/obs_model_mod.f90
-obs_def/obs_def_mod.f90
-assim_model/assim_model_mod.f90
-models/cam/model_mod.f90
-common/types_mod.f90
-location/threed_sphere/location_mod.f90
+obs_sequence/obs_sequence_mod.f90
+perfect_model_obs/perfect_model_obs.f90
 random_seq/random_seq_mod.f90
+reg_factor/reg_factor_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_preprocess
===================================================================
--- DART/branches/development/models/cam/work/path_names_preprocess	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_preprocess	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,5 +1,5 @@
-preprocess/preprocess.f90
 common/types_mod.f90
-utilities/utilities_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
+preprocess/preprocess.f90
 time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_restart_file_tool
===================================================================
--- DART/branches/development/models/cam/work/path_names_restart_file_tool	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_restart_file_tool	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,18 +1,18 @@
-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/cam/model_mod.f90
+assim_tools/assim_tools_mod.f90
 common/types_mod.f90
+cov_cutoff/cov_cutoff_mod.f90
+ensemble_manager/ensemble_manager_mod.f90
 location/threed_sphere/location_mod.f90
+models/cam/model_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
+obs_def/obs_def_mod.f90
+obs_kind/obs_kind_mod.f90
+obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
+reg_factor/reg_factor_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
+utilities/restart_file_tool.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90

Modified: DART/branches/development/models/cam/work/path_names_wakeup_filter
===================================================================
--- DART/branches/development/models/cam/work/path_names_wakeup_filter	2013-03-01 04:51:07 UTC (rev 5981)
+++ DART/branches/development/models/cam/work/path_names_wakeup_filter	2013-03-01 18:58:04 UTC (rev 5982)
@@ -1,5 +1,5 @@
+common/types_mod.f90
 filter/wakeup_filter.f90
-common/types_mod.f90
+mpi_utilities/null_mpi_utilities_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