[Dart-dev] DART/branches Revision: 11232

dart at ucar.edu dart at ucar.edu
Tue Mar 7 15:58:47 MST 2017


hendric at ucar.edu
2017-03-07 15:58:46 -0700 (Tue, 07 Mar 2017)
97
changing path names and mkmfs to match new directory structure.
everything compiles and builds.




Modified: DART/branches/rma_rearrange/developer_tests/location/annulus/test/mkmf_location_test
===================================================================
--- DART/branches/rma_rearrange/developer_tests/location/annulus/test/mkmf_location_test	2017-03-07 21:20:12 UTC (rev 11231)
+++ DART/branches/rma_rearrange/developer_tests/location/annulus/test/mkmf_location_test	2017-03-07 22:58:46 UTC (rev 11232)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../../mkmf/mkmf -p location_test -t ../../../mkmf/mkmf.template   \
- -a "../../.." path_names_location_test
+../../../../build_templates/mkmf -p location_test -t ../../../../build_templates/mkmf.template   \
+ -a "../../../.." path_names_location_test
 
 exit $status
 

Modified: DART/branches/rma_rearrange/developer_tests/location/annulus/test/path_names_location_test
===================================================================
--- DART/branches/rma_rearrange/developer_tests/location/annulus/test/path_names_location_test	2017-03-07 21:20:12 UTC (rev 11231)
+++ DART/branches/rma_rearrange/developer_tests/location/annulus/test/path_names_location_test	2017-03-07 22:58:46 UTC (rev 11232)
@@ -1,7 +1,7 @@
-common/types_mod.f90
-location/annulus/location_mod.f90
-location/location_test.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-random_seq/random_seq_mod.f90
-time_manager/time_manager_mod.f90
-utilities/utilities_mod.f90
+assimilation_code/modules/utilities/types_mod.f90
+assimilation_code/location/annulus/location_mod.f90
+developer_tests/location/location_test.f90
+assimilation_code/modules/utilities/null_mpi_utilities_mod.f90
+assimilation_code/modules/utilities/random_seq_mod.f90
+assimilation_code/modules/utilities/time_manager_mod.f90
+assimilation_code/modules/utilities/utilities_mod.f90

Modified: DART/branches/rma_rearrange/developer_tests/location/channel/test/mkmf_location_test
===================================================================
--- DART/branches/rma_rearrange/developer_tests/location/channel/test/mkmf_location_test	2017-03-07 21:20:12 UTC (rev 11231)
+++ DART/branches/rma_rearrange/developer_tests/location/channel/test/mkmf_location_test	2017-03-07 22:58:46 UTC (rev 11232)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../../mkmf/mkmf -p location_test -t ../../../mkmf/mkmf.template   \
- -a "../../.." path_names_location_test
+../../../../build_templates/mkmf -p location_test -t ../../../../build_templates/mkmf.template   \
+ -a "../../../.." path_names_location_test
 
 exit $status
 

Modified: DART/branches/rma_rearrange/developer_tests/location/channel/test/mkmf_location_test3
===================================================================
--- DART/branches/rma_rearrange/developer_tests/location/channel/test/mkmf_location_test3	2017-03-07 21:20:12 UTC (rev 11231)
+++ DART/branches/rma_rearrange/developer_tests/location/channel/test/mkmf_location_test3	2017-03-07 22:58:46 UTC (rev 11232)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../../mkmf/mkmf -p location_test3 -t ../../../mkmf/mkmf.template   \
- -a "../../.." path_names_location_test3
+../../../../build_templates/mkmf -p location_test3 -t ../../../../build_templates/mkmf.template   \
+ -a "../../../.." path_names_location_test3
 
 exit $status
 

Modified: DART/branches/rma_rearrange/developer_tests/location/channel/test/path_names_location_test
===================================================================
--- DART/branches/rma_rearrange/developer_tests/location/channel/test/path_names_location_test	2017-03-07 21:20:12 UTC (rev 11231)
+++ DART/branches/rma_rearrange/developer_tests/location/channel/test/path_names_location_test	2017-03-07 22:58:46 UTC (rev 11232)
@@ -1,8 +1,8 @@
- common/types_mod.f90
-location/channel/location_mod.f90
-location/location_test.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-obs_kind/obs_kind_mod.f90
-random_seq/random_seq_mod.f90
-time_manager/time_manager_mod.f90
-utilities/utilities_mod.f90
+assimilation_code/modules/utilities/types_mod.f90
+assimilation_code/location/channel/location_mod.f90
+developer_tests/location/location_test.f90
+assimilation_code/modules/utilities/null_mpi_utilities_mod.f90
+assimilation_code/modules/observations/obs_kind_mod.f90
+assimilation_code/modules/utilities/random_seq_mod.f90
+assimilation_code/modules/utilities/time_manager_mod.f90
+assimilation_code/modules/utilities/utilities_mod.f90

Modified: DART/branches/rma_rearrange/developer_tests/location/channel/test/path_names_location_test3
===================================================================
--- DART/branches/rma_rearrange/developer_tests/location/channel/test/path_names_location_test3	2017-03-07 21:20:12 UTC (rev 11231)
+++ DART/branches/rma_rearrange/developer_tests/location/channel/test/path_names_location_test3	2017-03-07 22:58:46 UTC (rev 11232)
@@ -1,8 +1,8 @@
-common/types_mod.f90
-location/channel/location_mod.f90
-location/location_test3.f90
-mpi_utilities/null_mpi_utilities_mod.f90
-obs_kind/obs_kind_mod.f90
-random_seq/random_seq_mod.f90


More information about the Dart-dev mailing list