[Dart-dev] DART/branches Revision: 11018
dart at ucar.edu
dart at ucar.edu
Tue Feb 7 11:34:24 MST 2017
nancy at ucar.edu
2017-02-07 11:34:24 -0700 (Tue, 07 Feb 2017)
132
fix a bad change to the pathnames - this is better,
but still doesn't compile many of the programs below.
i'm still working on it.
Modified: DART/branches/rma_single_file/io/test/work/path_names_test_cf_conventions
===================================================================
--- DART/branches/rma_single_file/io/test/work/path_names_test_cf_conventions 2017-02-07 18:27:26 UTC (rev 11017)
+++ DART/branches/rma_single_file/io/test/work/path_names_test_cf_conventions 2017-02-07 18:34:24 UTC (rev 11018)
@@ -3,8 +3,6 @@
assim_tools/assim_tools_mod.f90
common/types_mod.f90
cov_cutoff/cov_cutoff_mod.f90
-dart_time_io_mod.f90
-direct_netcdf_mod.f90
distributed/distributed_state_mod.f90
distributed/null_win_mod.f90
ensemble_manager/ensemble_manager_mod.f90
@@ -12,7 +10,6 @@
forward_operator/forward_operator_mod.f90
io/dart_time_io_mod.f90
io/direct_netcdf_mod.f90
-io_filenames_mod.f90
io/io_filenames_mod.f90
io/state_space_diag_mod.f90
io/state_structure_mod.f90
@@ -31,8 +28,5 @@
reg_factor/reg_factor_mod.f90
smoother/smoother_mod.f90
sort/sort_mod.f90
-state_space_diag_mod.f90
-state_structure_mod.f90
-state_vector_io_mod.f90
time_manager/time_manager_mod.f90
utilities/utilities_mod.f90
Modified: DART/branches/rma_single_file/io/test/work/path_names_test_read_write_restarts
===================================================================
--- DART/branches/rma_single_file/io/test/work/path_names_test_read_write_restarts 2017-02-07 18:27:26 UTC (rev 11017)
+++ DART/branches/rma_single_file/io/test/work/path_names_test_read_write_restarts 2017-02-07 18:34:24 UTC (rev 11018)
@@ -3,8 +3,6 @@
assim_tools/assim_tools_mod.f90
common/types_mod.f90
cov_cutoff/cov_cutoff_mod.f90
-dart_time_io_mod.f90
-direct_netcdf_mod.f90
distributed/distributed_state_mod.f90
distributed/null_win_mod.f90
ensemble_manager/ensemble_manager_mod.f90
@@ -12,7 +10,6 @@
forward_operator/forward_operator_mod.f90
io/dart_time_io_mod.f90
io/direct_netcdf_mod.f90
-io_filenames_mod.f90
io/io_filenames_mod.f90
io/state_space_diag_mod.f90
io/state_structure_mod.f90
@@ -30,8 +27,5 @@
reg_factor/reg_factor_mod.f90
smoother/smoother_mod.f90
sort/sort_mod.f90
-state_space_diag_mod.f90
-state_structure_mod.f90
-state_vector_io_mod.f90
time_manager/time_manager_mod.f90
utilities/utilities_mod.f90
Modified: DART/branches/rma_single_file/models/9var/work/path_names_create_fixed_network_seq
===================================================================
--- DART/branches/rma_single_file/models/9var/work/path_names_create_fixed_network_seq 2017-02-07 18:27:26 UTC (rev 11017)
+++ DART/branches/rma_single_file/models/9var/work/path_names_create_fixed_network_seq 2017-02-07 18:34:24 UTC (rev 11018)
@@ -1,9 +1,12 @@
assim_model/assim_model_mod.f90
common/types_mod.f90
cov_cutoff/cov_cutoff_mod.f90
-dart_time_io_mod.f90
-direct_netcdf_mod.f90
-io_filenames_mod.f90
+io/dart_time_io_mod.f90
+io/direct_netcdf_mod.f90
+io/io_filenames_mod.f90
+io/state_space_diag_mod.f90
+io/state_structure_mod.f90
+io/state_vector_io_mod.f90
location/oned/location_mod.f90
models/9var/model_mod.f90
mpi_utilities/null_mpi_utilities_mod.f90
@@ -12,8 +15,5 @@
obs_sequence/create_fixed_network_seq.f90
obs_sequence/obs_sequence_mod.f90
random_seq/random_seq_mod.f90
-state_space_diag_mod.f90
-state_structure_mod.f90
-state_vector_io_mod.f90
time_manager/time_manager_mod.f90
utilities/utilities_mod.f90
Modified: DART/branches/rma_single_file/models/9var/work/path_names_create_obs_sequence
===================================================================
--- DART/branches/rma_single_file/models/9var/work/path_names_create_obs_sequence 2017-02-07 18:27:26 UTC (rev 11017)
+++ DART/branches/rma_single_file/models/9var/work/path_names_create_obs_sequence 2017-02-07 18:34:24 UTC (rev 11018)
@@ -1,10 +1,13 @@
assim_model/assim_model_mod.f90
common/types_mod.f90
cov_cutoff/cov_cutoff_mod.f90
-dart_time_io_mod.f90
More information about the Dart-dev
mailing list