[Dart-dev] DART/branches Revision: 10843

dart at ucar.edu dart at ucar.edu
Tue Dec 27 11:39:37 MST 2016


hendric at ucar.edu
2016-12-27 11:39:36 -0700 (Tue, 27 Dec 2016)
133
moving query routines from copies module to io filenames.
updating path names folders to not reference :
  io/copies_on_off_mod.f90




Modified: DART/branches/rma_fixed_filenames/adaptive_inflate/adaptive_inflate_mod.f90
===================================================================
--- DART/branches/rma_fixed_filenames/adaptive_inflate/adaptive_inflate_mod.f90	2016-12-27 18:33:03 UTC (rev 10842)
+++ DART/branches/rma_fixed_filenames/adaptive_inflate/adaptive_inflate_mod.f90	2016-12-27 18:39:36 UTC (rev 10843)
@@ -28,7 +28,7 @@
 public :: update_inflation,                                          do_obs_inflate,     &
           do_varying_ss_inflate,      do_single_ss_inflate,          inflate_ens,        &
           adaptive_inflate_init,      adaptive_inflate_type,                             &
-          deterministic_inflate,                                     solve_quadratic,    &
+                                      deterministic_inflate,         solve_quadratic,    &
           log_inflation_info,         get_minmax_task_zero,          mean_from_restart,  &
           sd_from_restart,                                                               &
           output_inf_restart,         get_inflate_mean,              get_inflate_sd,     &

Modified: DART/branches/rma_fixed_filenames/filter/filter_mod.dopplerfold.f90
===================================================================
--- DART/branches/rma_fixed_filenames/filter/filter_mod.dopplerfold.f90	2016-12-27 18:33:03 UTC (rev 10842)
+++ DART/branches/rma_fixed_filenames/filter/filter_mod.dopplerfold.f90	2016-12-27 18:39:36 UTC (rev 10843)
@@ -63,7 +63,7 @@
 
 use state_vector_io_mod,   only : state_vector_io_init, read_state, write_state
 
-use io_filenames_mod,      only : io_filenames_init, file_info_type
+use io_filenames_mod,      only : io_filenames_init, file_info_type, query_copy_present
 
 use forward_operator_mod,  only : get_obs_ens_distrib_state
 use quality_control_mod,   only : initialize_qc
@@ -72,13 +72,6 @@
                                   init_diag_output, finalize_diag_output,           &
                                   skip_diag_files
 
-! state copy meta data
-use copies_on_off_mod, only : ENS_MEAN_COPY, ENS_SD_COPY, PRIOR_INF_COPY, &
-                              PRIOR_INF_SD_COPY,POST_INF_COPY, POST_INF_SD_COPY, &
-                              SPARE_PRIOR_MEAN, SPARE_PRIOR_SPREAD, SPARE_PRIOR_INF_MEAN, &
-                              SPARE_PRIOR_INF_SPREAD, SPARE_POST_INF_MEAN, &
-                              SPARE_POST_INF_SPREAD, query_copy_present
-
 !------------------------------------------------------------------------------
 
 implicit none

Modified: DART/branches/rma_fixed_filenames/filter/filter_mod.f90
===================================================================
--- DART/branches/rma_fixed_filenames/filter/filter_mod.f90	2016-12-27 18:33:03 UTC (rev 10842)
+++ DART/branches/rma_fixed_filenames/filter/filter_mod.f90	2016-12-27 18:39:36 UTC (rev 10843)
@@ -68,14 +68,13 @@
                                   combine_file_info, set_file_metadata,  &
                                   set_member_file_metadata, &
                                   set_io_copy_flag, check_file_info_variable_shape, &
+                                  query_copy_present, COPY_NOT_PRESENT, &
                                   READ_COPY, WRITE_COPY, READ_WRITE_COPY
 
 use forward_operator_mod,  only : get_obs_ens_distrib_state
+
 use quality_control_mod,   only : initialize_qc
 
-! state copy meta data
-use copies_on_off_mod, only : query_copy_present, COPY_NOT_PRESENT
-
 !------------------------------------------------------------------------------
 
 implicit none

Modified: DART/branches/rma_fixed_filenames/harnesses/filename_harness/path_names_test
===================================================================
--- DART/branches/rma_fixed_filenames/harnesses/filename_harness/path_names_test	2016-12-27 18:33:03 UTC (rev 10842)
+++ DART/branches/rma_fixed_filenames/harnesses/filename_harness/path_names_test	2016-12-27 18:39:36 UTC (rev 10843)
@@ -23,6 +23,5 @@
 distributed/no_cray_win_mod.f90
 distributed/distributed_state_mod.f90
 io/io_filenames_mod.f90
-io/copies_on_off_mod.f90 
 io/state_structure_mod.f90 
 io/state_vector_io_mod.f90 

Modified: DART/branches/rma_fixed_filenames/harnesses/read_transpose_write/path_names_test
===================================================================
--- DART/branches/rma_fixed_filenames/harnesses/read_transpose_write/path_names_test	2016-12-27 18:33:03 UTC (rev 10842)
+++ DART/branches/rma_fixed_filenames/harnesses/read_transpose_write/path_names_test	2016-12-27 18:39:36 UTC (rev 10843)
@@ -23,6 +23,5 @@
 distributed/no_cray_win_mod.f90
 distributed/distributed_state_mod.f90
 io/io_filenames_mod.f90
-io/copies_on_off_mod.f90 
 io/state_structure_mod.f90 
 io/state_vector_io_mod.f90 

Deleted: DART/branches/rma_fixed_filenames/io/copies_on_off_mod.f90
===================================================================
--- DART/branches/rma_fixed_filenames/io/copies_on_off_mod.f90	2016-12-27 18:33:03 UTC (rev 10842)
+++ DART/branches/rma_fixed_filenames/io/copies_on_off_mod.f90	2016-12-27 18:39:36 UTC (rev 10843)
@@ -1,138 +0,0 @@
-! DART software - Copyright 2004 - 2013 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$
-
-module copies_on_off_mod
-


More information about the Dart-dev mailing list