[Dart-dev] DART/branches Revision: 11216
dart at ucar.edu
dart at ucar.edu
Tue Mar 7 11:05:30 MST 2017
hendric at ucar.edu
2017-03-07 11:05:30 -0700 (Tue, 07 Mar 2017)
28
fixing pathnames for bgrid
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/input.nml
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/input.nml 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/input.nml 2017-03-07 18:05:30 UTC (rev 11216)
@@ -129,11 +129,11 @@
'RADIOSONDE_SURFACE_PRESSURE' /
&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_reanalysis_bufr_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_reanalysis_bufr_mod.f90' /
# Group of namelists required for bgrid model
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_column_rand
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_column_rand 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_column_rand 2017-03-07 18:05:30 UTC (rev 11216)
@@ -6,7 +6,7 @@
#
# DART $Id$
-../../../mkmf/mkmf -p column_rand -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+../../../build_templates/mkmf -p column_rand -t ../../../build_templates/mkmf.template -c"-Duse_netCDF" \
-a "../../.." path_names_column_rand
exit $status
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_create_fixed_network_seq
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_create_fixed_network_seq 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_create_fixed_network_seq 2017-03-07 18:05:30 UTC (rev 11216)
@@ -6,7 +6,7 @@
#
# DART $Id$
-../../../mkmf/mkmf -p create_fixed_network_seq -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+../../../build_templates/mkmf -p create_fixed_network_seq -t ../../../build_templates/mkmf.template -c"-Duse_netCDF" \
-a "../../.." path_names_create_fixed_network_seq
exit $status
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_create_obs_sequence
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_create_obs_sequence 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_create_obs_sequence 2017-03-07 18:05:30 UTC (rev 11216)
@@ -6,7 +6,7 @@
#
# DART $Id$
-../../../mkmf/mkmf -p create_obs_sequence -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+../../../build_templates/mkmf -p create_obs_sequence -t ../../../build_templates/mkmf.template -c"-Duse_netCDF" \
-a "../../.." path_names_create_obs_sequence
exit $status
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_filter
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_filter 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_filter 2017-03-07 18:05:30 UTC (rev 11216)
@@ -64,7 +64,7 @@
# remove temp file and now really call mkmf to generate makefile
rm -f path_names_filter.back
-../../../mkmf/mkmf -p filter -t ../../../mkmf/mkmf.template \
+../../../build_templates/mkmf -p filter -t ../../../build_templates/mkmf.template \
-a "../../.." ${wrapper_arg} path_names_filter
exit $status
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_integrate_model
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_integrate_model 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_integrate_model 2017-03-07 18:05:30 UTC (rev 11216)
@@ -6,7 +6,7 @@
#
# DART $Id$
-../../../mkmf/mkmf -p integrate_model -t ../../../mkmf/mkmf.template -c"-Duse_netCDF" \
+../../../build_templates/mkmf -p integrate_model -t ../../../build_templates/mkmf.template -c"-Duse_netCDF" \
-a "../../.." path_names_integrate_model
exit $status
Modified: DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_model_mod_check
===================================================================
--- DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_model_mod_check 2017-03-07 18:02:32 UTC (rev 11215)
+++ DART/branches/rma_rearrange/models/bgrid_solo/work/mkmf_model_mod_check 2017-03-07 18:05:30 UTC (rev 11216)
@@ -64,7 +64,7 @@
# remove temp file and now really call mkmf to generate makefile
rm -f path_names_model_mod_check.back
-../../../mkmf/mkmf -p model_mod_check -t ../../../mkmf/mkmf.template \
More information about the Dart-dev
mailing list