[Dart-dev] DART/branches Revision: 11233

dart at ucar.edu dart at ucar.edu
Tue Mar 7 15:59:51 MST 2017


hendric at ucar.edu
2017-03-07 15:59:51 -0700 (Tue, 07 Mar 2017)
35
changing paths for obs_converters




Modified: DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/input.nml
===================================================================
--- DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/input.nml	2017-03-07 22:58:46 UTC (rev 11232)
+++ DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/input.nml	2017-03-07 22:59:51 UTC (rev 11233)
@@ -1,10 +1,10 @@
 
 &preprocess_nml
-    input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90',
-   output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90',
-     input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
-    output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90',
-   input_files              = '../../../obs_def/obs_def_AIRS_mod.f90'
+    input_obs_kind_mod_file = '../../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
+   output_obs_kind_mod_file = '../../../../assimilation_code/modules/observations/obs_kind_mod.f90',
+     input_obs_def_mod_file = '../../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
+    output_obs_def_mod_file = '../../../../observations/forward_operators/obs_def_mod.f90',
+   input_files              = '../../../../observations/forward_operators/obs_def_AIRS_mod.f90'
  /
 
 &convert_airs_L2_nml

Modified: DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_advance_time
===================================================================
--- DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_advance_time	2017-03-07 22:58:46 UTC (rev 11232)
+++ DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_advance_time	2017-03-07 22:59:51 UTC (rev 11233)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../../mkmf/mkmf -p advance_time -t ../../../mkmf/mkmf.template   \
- -a "../../.." path_names_advance_time
+../../../../build_templates/mkmf -p advance_time -t ../../../../build_templates/mkmf.template   \
+ -a "../../../.." path_names_advance_time
 
 exit $status
 

Modified: DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_convert_airs_L2
===================================================================
--- DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_convert_airs_L2	2017-03-07 22:58:46 UTC (rev 11232)
+++ DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_convert_airs_L2	2017-03-07 22:59:51 UTC (rev 11233)
@@ -25,9 +25,9 @@
 
 #-o "-ffixed-line-length-132 -I${HDFDIR}/include -L/usr/lib64 -L${HDFDIR}/lib ${HDFLIBS}" \
 
-../../../mkmf/mkmf -p convert_airs_L2 -t ../../../mkmf/mkmf.template \
+../../../../build_templates/mkmf -p convert_airs_L2 -t ../../../../build_templates/mkmf.template \
  -l "${MYINCDIR} ${MYLIBDIR} ${MYLIBS}" \
- -a "../../.." path_names_convert_airs_L2
+ -a "../../../.." path_names_convert_airs_L2
 
 exit $status
 

Modified: DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_obs_sequence_tool
===================================================================
--- DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_obs_sequence_tool	2017-03-07 22:58:46 UTC (rev 11232)
+++ DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_obs_sequence_tool	2017-03-07 22:59:51 UTC (rev 11233)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../../mkmf/mkmf -p obs_sequence_tool -t ../../../mkmf/mkmf.template   \
- -a "../../.." path_names_obs_sequence_tool
+../../../../build_templates/mkmf -p obs_sequence_tool -t ../../../../build_templates/mkmf.template   \
+ -a "../../../.." path_names_obs_sequence_tool
 
 exit $status
 

Modified: DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_preprocess
===================================================================
--- DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_preprocess	2017-03-07 22:58:46 UTC (rev 11232)
+++ DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/mkmf_preprocess	2017-03-07 22:59:51 UTC (rev 11233)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../../mkmf/mkmf -p preprocess -t ../../../mkmf/mkmf.template   \
- -a "../../.." path_names_preprocess
+../../../../build_templates/mkmf -p preprocess -t ../../../../build_templates/mkmf.template   \
+ -a "../../../.." path_names_preprocess
 
 exit $status
 

Modified: DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/path_names_advance_time
===================================================================
--- DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/path_names_advance_time	2017-03-07 22:58:46 UTC (rev 11232)
+++ DART/branches/rma_rearrange/observations/obs_converters/AIRS/work/path_names_advance_time	2017-03-07 22:59:51 UTC (rev 11233)
@@ -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
-utilities/parse_args_mod.f90
-utilities/utilities_mod.f90
+assimilation_code/modules/utilities/types_mod.f90
+assimilation_code/modules/utilities/null_mpi_utilities_mod.f90
+assimilation_code/programs/advance_time/advance_time.f90
+assimilation_code/modules/utilities/time_manager_mod.f90


More information about the Dart-dev mailing list