[Dart-dev] [6111] DART/branches/development/models: Adding the sort module to all the path_names_obs_diag files that did not

nancy at ucar.edu nancy at ucar.edu
Mon May 6 17:35:45 MDT 2013


Revision: 6111
Author:   thoar
Date:     2013-05-06 17:35:43 -0600 (Mon, 06 May 2013)
Log Message:
-----------
Adding the sort module to all the path_names_obs_diag files that did not 
have it already. It is needed for the rank_histogram capability.

Modified Paths:
--------------
    DART/branches/development/models/9var/work/path_names_obs_diag
    DART/branches/development/models/CESM/work/path_names_obs_diag
    DART/branches/development/models/PBL_1d/work/path_names_obs_diag
    DART/branches/development/models/am2/work/path_names_obs_diag
    DART/branches/development/models/coamps_nest/work/path_names_obs_diag
    DART/branches/development/models/forced_lorenz_96/work/path_names_obs_diag
    DART/branches/development/models/ikeda/work/path_names_obs_diag
    DART/branches/development/models/lorenz_04/work/path_names_obs_diag
    DART/branches/development/models/lorenz_63/work/path_names_obs_diag
    DART/branches/development/models/lorenz_84/work/path_names_obs_diag
    DART/branches/development/models/lorenz_96/work/path_names_obs_diag
    DART/branches/development/models/lorenz_96_2scale/work/path_names_obs_diag
    DART/branches/development/models/mpas_atm/work/path_names_obs_diag
    DART/branches/development/models/mpas_ocn/work/path_names_obs_diag
    DART/branches/development/models/null_model/work/path_names_obs_diag
    DART/branches/development/models/pe2lyr/work/path_names_obs_diag
    DART/branches/development/models/simple_advection/work/path_names_obs_diag
    DART/branches/development/models/sqg/work/path_names_obs_diag
    DART/branches/development/models/template/work/path_names_obs_diag

-------------- next part --------------
Modified: DART/branches/development/models/9var/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/9var/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/9var/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/9var/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/9var/model_mod.f90

Modified: DART/branches/development/models/CESM/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/CESM/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/CESM/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -3,9 +3,9 @@
 diagnostics/threed_sphere/obs_diag.f90
 location/threed_sphere/location_mod.f90
 models/CESM/model_mod.f90
+models/POP/dart_pop_mod.f90
+models/POP/pop_model_mod.f90
 models/cam/cam_model_mod.f90
-models/POP/pop_model_mod.f90
-models/POP/dart_pop_mod.f90
 models/clm/clm_model_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90

Modified: DART/branches/development/models/PBL_1d/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/PBL_1d/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/PBL_1d/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,74 +1,74 @@
-diagnostics/threed_sphere/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
-sort/sort_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
-obs_sequence/obs_sequence_mod.f90
-obs_kind/obs_kind_mod.f90
-obs_def/obs_def_mod.f90
+diagnostics/threed_sphere/obs_diag.f90
 location/threed_sphere/location_mod.f90
-time_manager/time_manager_mod.f90
-utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
 models/PBL_1d/model_mod.f90
+models/PBL_1d/src/module_bl_gfs.F90
 models/PBL_1d/src/module_bl_mrf.F90
 models/PBL_1d/src/module_bl_myjpbl.F90
 models/PBL_1d/src/module_bl_ysu.F90
-models/PBL_1d/src/module_bl_gfs.F90
 models/PBL_1d/src/module_getsm.F90
 models/PBL_1d/src/module_gfs_funcphys.F90
+models/PBL_1d/src/module_gfs_machine.F90
+models/PBL_1d/src/module_gfs_physcons.F90
 models/PBL_1d/src/module_ideal.F90
-models/PBL_1d/src/module_initialize.F90
 models/PBL_1d/src/module_init_soil_ideal.F90
 models/PBL_1d/src/module_init_soil_real.F90
+models/PBL_1d/src/module_init_soil_real_fluxforce.F90
+models/PBL_1d/src/module_initialize.F90
 models/PBL_1d/src/module_interpolations.F90
-models/PBL_1d/src/module_gfs_machine.F90
-models/PBL_1d/src/module_gfs_physcons.F90
+models/PBL_1d/src/module_luse_init.F90
+models/PBL_1d/src/module_map_utils.F90
+models/PBL_1d/src/module_microphysics_driver.F90
+models/PBL_1d/src/module_misc.F90
+models/PBL_1d/src/module_model_constants.F90
+models/PBL_1d/src/module_mp_etanew.F90
+models/PBL_1d/src/module_mp_kessler.F90
+models/PBL_1d/src/module_mp_lin.F90
+models/PBL_1d/src/module_mp_ncloud3.F90
+models/PBL_1d/src/module_mp_ncloud5.F90
+models/PBL_1d/src/module_mp_thompson.F90
+models/PBL_1d/src/module_mp_wsm3.F90
+models/PBL_1d/src/module_mp_wsm5.F90
+models/PBL_1d/src/module_mp_wsm6.F90
+models/PBL_1d/src/module_namelist.F90
+models/PBL_1d/src/module_nr_procedures.F90
+models/PBL_1d/src/module_pbl_driver.F90
 models/PBL_1d/src/module_progtm.F90
-models/PBL_1d/src/module_map_utils.F90
 models/PBL_1d/src/module_ra_rrtm.F90
+models/PBL_1d/src/module_ra_rrtm.F90
 models/PBL_1d/src/module_ra_sw.F90
+models/PBL_1d/src/module_ra_sw.F90
 models/PBL_1d/src/module_radiation_driver.F90
+models/PBL_1d/src/module_radiation_driver.F90
+models/PBL_1d/src/module_sf_force_restore.F90
 models/PBL_1d/src/module_sf_gfs.F90
-models/PBL_1d/src/module_snd_init_and_bc.F90
-models/PBL_1d/src/module_wrf_init_and_bc.F90
-models/PBL_1d/src/module_luse_init.F90
-models/PBL_1d/src/module_model_constants.F90
-models/PBL_1d/src/module_namelist.F90
-models/PBL_1d/src/module_nr_procedures.F90
-models/PBL_1d/src/module_pbl_driver.F90
+models/PBL_1d/src/module_sf_gfs_fluxforce.F90
 models/PBL_1d/src/module_sf_myjsfc.F90
+models/PBL_1d/src/module_sf_myjsfc_fluxforce.F90
 models/PBL_1d/src/module_sf_noahlsm.F90
-models/PBL_1d/src/module_sf_urban.F90
 models/PBL_1d/src/module_sf_ruclsm.F90
 models/PBL_1d/src/module_sf_sfcdiags.F90
 models/PBL_1d/src/module_sf_sfclay.F90
+models/PBL_1d/src/module_sf_sfclay_fluxforce.F90
 models/PBL_1d/src/module_sf_slab.F90
-models/PBL_1d/src/module_sf_force_restore.F90
+models/PBL_1d/src/module_sf_urban.F90
+models/PBL_1d/src/module_sfc_init_and_bc.F90
+models/PBL_1d/src/module_snd_init_and_bc.F90
 models/PBL_1d/src/module_soil_pre.F90
+models/PBL_1d/src/module_stochastic_cloud.F90
 models/PBL_1d/src/module_surface_driver.F90
-models/PBL_1d/src/module_stochastic_cloud.F90
-models/PBL_1d/src/module_misc.F90
-models/PBL_1d/src/module_microphysics_driver.F90
-models/PBL_1d/src/module_mp_kessler.F90
-models/PBL_1d/src/module_mp_lin.F90
-models/PBL_1d/src/module_mp_ncloud3.F90
-models/PBL_1d/src/module_mp_ncloud5.F90
-models/PBL_1d/src/module_mp_wsm3.F90
-models/PBL_1d/src/module_mp_wsm5.F90
-models/PBL_1d/src/module_mp_wsm6.F90
-models/PBL_1d/src/module_mp_etanew.F90
-models/PBL_1d/src/module_mp_thompson.F90
-models/PBL_1d/src/module_ra_rrtm.F90
-models/PBL_1d/src/module_ra_sw.F90
-models/PBL_1d/src/module_radiation_driver.F90
-models/PBL_1d/src/tridiag.F90
 models/PBL_1d/src/module_uvg_force.F90
 models/PBL_1d/src/module_wrf.F90
 models/PBL_1d/src/module_wrf_error.F90
-models/PBL_1d/src/module_init_soil_real_fluxforce.F90
-models/PBL_1d/src/module_sf_gfs_fluxforce.F90
-models/PBL_1d/src/module_sf_myjsfc_fluxforce.F90
-models/PBL_1d/src/module_sf_sfclay_fluxforce.F90
-models/PBL_1d/src/module_sfc_init_and_bc.F90
+models/PBL_1d/src/module_wrf_init_and_bc.F90
+models/PBL_1d/src/tridiag.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
+sort/sort_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Modified: DART/branches/development/models/am2/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/am2/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/am2/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -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/am2/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/am2/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/coamps_nest/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/coamps_nest/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/coamps_nest/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,26 +1,26 @@
+assim_model/assim_model_mod.f90
+common/types_mod.f90
 diagnostics/threed_sphere/obs_diag.f90
-sort/sort_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
+location/threed_sphere/location_mod.f90
 models/coamps_nest/byteswap.c
-models/coamps_nest/coamps_netcdf_mod.f90
 models/coamps_nest/coamps_domain_mod.f90
+models/coamps_nest/coamps_interp_mod.f90
+models/coamps_nest/coamps_intrinsic_mod.f90
 models/coamps_nest/coamps_map_mod.f90
 models/coamps_nest/coamps_nest_mod.f90
-models/coamps_nest/coamps_vertical_mod.f90
-models/coamps_nest/coamps_intrinsic_mod.f90
-models/coamps_nest/coamps_interp_mod.f90
+models/coamps_nest/coamps_netcdf_mod.f90
+models/coamps_nest/coamps_pert_mod.f90
+models/coamps_nest/coamps_statevar_mod.f90
 models/coamps_nest/coamps_statevec_mod.f90
-models/coamps_nest/coamps_statevar_mod.f90
 models/coamps_nest/coamps_util_mod.f90
-models/coamps_nest/coamps_pert_mod.f90
+models/coamps_nest/coamps_vertical_mod.f90
 models/coamps_nest/get_name_info.f90
 models/coamps_nest/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
-location/threed_sphere/location_mod.f90
-common/types_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/forced_lorenz_96/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/forced_lorenz_96/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/forced_lorenz_96/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.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
+diagnostics/oned/obs_diag.f90
 location/oned/location_mod.f90
+models/forced_lorenz_96/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
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/forced_lorenz_96/model_mod.f90

Modified: DART/branches/development/models/ikeda/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/ikeda/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/ikeda/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/ikeda/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/ikeda/model_mod.f90

Modified: DART/branches/development/models/lorenz_04/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/lorenz_04/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/lorenz_04/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/lorenz_04/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/lorenz_04/model_mod.f90

Modified: DART/branches/development/models/lorenz_63/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/lorenz_63/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/lorenz_63/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/lorenz_63/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/lorenz_63/model_mod.f90

Modified: DART/branches/development/models/lorenz_84/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/lorenz_84/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/lorenz_84/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/lorenz_84/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/lorenz_84/model_mod.f90

Modified: DART/branches/development/models/lorenz_96/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/lorenz_96/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/lorenz_96/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -9,5 +9,6 @@
 obs_kind/obs_kind_mod.f90
 obs_sequence/obs_sequence_mod.f90
 random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90

Modified: DART/branches/development/models/lorenz_96_2scale/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/lorenz_96_2scale/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/lorenz_96_2scale/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/lorenz_96_2scale/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/lorenz_96_2scale/model_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	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/mpas_atm/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -4,10 +4,10 @@
 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_coeff_mod.f90
 models/mpas_atm/get_geometry_mod.f90
-models/mpas_atm/get_coeff_mod.f90
 models/mpas_atm/get_reconstruct_mod.f90
+models/mpas_atm/model_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90

Modified: DART/branches/development/models/mpas_ocn/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/mpas_ocn/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/mpas_ocn/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -4,10 +4,10 @@
 diagnostics/threed_sphere/obs_diag.f90
 location/threed_cartesian/xyz_location_mod.f90
 location/threed_sphere/location_mod.f90
-models/mpas_ocn/model_mod.f90
+models/mpas_ocn/get_coeff_mod.f90
 models/mpas_ocn/get_geometry_mod.f90
-models/mpas_ocn/get_coeff_mod.f90
 models/mpas_ocn/get_reconstruct_mod.f90
+models/mpas_ocn/model_mod.f90
 mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90

Modified: DART/branches/development/models/null_model/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/null_model/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/null_model/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/null_model/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/null_model/model_mod.f90

Modified: DART/branches/development/models/pe2lyr/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/pe2lyr/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/pe2lyr/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,16 +1,16 @@
-diagnostics/threed_sphere/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
-obs_sequence/obs_sequence_mod.f90
-obs_kind/obs_kind_mod.f90
-obs_def/obs_def_mod.f90
+diagnostics/threed_sphere/obs_diag.f90
 location/threed_sphere/location_mod.f90
-time_manager/time_manager_mod.f90
-utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-sort/sort_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
 models/pe2lyr/model_mod.f90
 models/pe2lyr/pe2lyr_mod.f90
 models/pe2lyr/spharmt_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
+sort/sort_mod.f90
+time_manager/time_manager_mod.f90
+utilities/utilities_mod.f90

Modified: DART/branches/development/models/simple_advection/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/simple_advection/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/simple_advection/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/simple_advection/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/simple_advection/model_mod.f90

Modified: DART/branches/development/models/sqg/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/sqg/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/sqg/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,18 +1,18 @@
-diagnostics/threed_sphere/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/threed_sphere/obs_diag.f90
+location/threed_sphere/location_mod.f90
+models/sqg/fft.f90
+models/sqg/model_mod.f90
+models/sqg/spectral_mod.f90
+models/sqg/sqg_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
-location/threed_sphere/location_mod.f90
+random_nr/random_nr_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-sort/sort_mod.f90
-random_seq/random_seq_mod.f90
-random_nr/random_nr_mod.f90
-assim_model/assim_model_mod.f90
-models/sqg/spectral_mod.f90
-models/sqg/sqg_mod.f90
-models/sqg/fft.f90
-models/sqg/model_mod.f90

Modified: DART/branches/development/models/template/work/path_names_obs_diag
===================================================================
--- DART/branches/development/models/template/work/path_names_obs_diag	2013-05-06 22:27:35 UTC (rev 6110)
+++ DART/branches/development/models/template/work/path_names_obs_diag	2013-05-06 23:35:43 UTC (rev 6111)
@@ -1,13 +1,14 @@
-diagnostics/oned/obs_diag.f90
+assim_model/assim_model_mod.f90
 common/types_mod.f90
 cov_cutoff/cov_cutoff_mod.f90
+diagnostics/oned/obs_diag.f90
+location/oned/location_mod.f90
+models/template/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
-location/oned/location_mod.f90
+random_seq/random_seq_mod.f90
+sort/sort_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-assim_model/assim_model_mod.f90
-models/template/model_mod.f90


More information about the Dart-dev mailing list