[Dart-dev] DART/branches Revision: 12047
dart at ucar.edu
dart at ucar.edu
Fri Nov 3 17:51:27 MDT 2017
thoar at ucar.edu
2017-11-03 17:51:26 -0600 (Fri, 03 Nov 2017)
175
I think that's it. All the namelists have been updated to reflect the
quantity_of_interest (instead of kind_of_interest) and the test_interpolate()
routines are as similar.
Modified: DART/branches/mmc/models/LMDZ/work/input.nml
===================================================================
--- DART/branches/mmc/models/LMDZ/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/LMDZ/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -325,7 +325,7 @@
run_tests = 1,2,3,4,5,7
x_ind = 10000
loc_of_interest = 231.0, 40.0, 10.0
- kind_of_interest = 'ALL'
+ quantity_of_interest = 'ALL'
interp_test_dlon = 0.1
interp_test_dlat = 0.1
interp_test_dvert = 5.0
Modified: DART/branches/mmc/models/NAAPS/work/input.nml
===================================================================
--- DART/branches/mmc/models/NAAPS/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/NAAPS/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -77,7 +77,7 @@
run_tests = 1,2,3,4,5,7
x_ind = 100000
loc_of_interest = 179.5, 89.5, 10000.0
- kind_of_interest = 'QTY_INTEGRATED_DUST'
+ quantity_of_interest = 'QTY_INTEGRATED_DUST'
interp_test_lonrange = 0.5, 359.5
interp_test_dlon = 1.0
interp_test_latrange = -89.5, 89.5
Modified: DART/branches/mmc/models/POP/work/input.nml
===================================================================
--- DART/branches/mmc/models/POP/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/POP/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -308,7 +308,7 @@
run_tests = 1, 2, 3, 4, 5, 7
x_ind = 10
loc_of_interest = 320.0, 18.0, 5.0
- kind_of_interest = 'QTY_U_CURRENT_COMPONENT'
+ quantity_of_interest = 'QTY_U_CURRENT_COMPONENT'
interp_test_lonrange = 0.0, 359.0
interp_test_dlon = 1.0
interp_test_latrange = -89.0, 89.0
Modified: DART/branches/mmc/models/ROMS/work/input.nml
===================================================================
--- DART/branches/mmc/models/ROMS/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/ROMS/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -339,7 +339,7 @@
run_tests = 1,2,3,4,7
x_ind = 87370
loc_of_interest = 231.0, 40.0, 10.0
- kind_of_interest = 'QTY_U_CURRENT_COMPONENT'
+ quantity_of_interest = 'QTY_U_CURRENT_COMPONENT'
interp_test_dlon = 0.1
interp_test_dlat = 0.1
interp_test_dvert = 5.0
Modified: DART/branches/mmc/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/mmc/models/cam-fv/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/cam-fv/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -536,7 +536,7 @@
run_tests = 1,2,3,4,5,7
x_ind = 10
loc_of_interest = 320.0, 18.0, 5.0
- kind_of_interest = 'QTY_U_CURRENT_COMPONENT'
+ quantity_of_interest = 'QTY_U_CURRENT_COMPONENT'
interp_test_lonrange = 0.0, 359.0
interp_test_dlon = 1.0
interp_test_latrange = -89.0, 89.0
Modified: DART/branches/mmc/models/cam-old/work/input.nml
===================================================================
--- DART/branches/mmc/models/cam-old/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/cam-old/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -497,7 +497,7 @@
run_tests = 1,2,3,4,5,7
x_ind = 10
loc_of_interest = 320.0, 18.0, 5.0
- kind_of_interest = 'QTY_U_CURRENT_COMPONENT'
+ quantity_of_interest = 'QTY_U_CURRENT_COMPONENT'
interp_test_lonrange = 0.0, 359.0
interp_test_dlon = 1.0
interp_test_latrange = -89.0, 89.0
Modified: DART/branches/mmc/models/cice/work/input.nml
===================================================================
--- DART/branches/mmc/models/cice/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
+++ DART/branches/mmc/models/cice/work/input.nml 2017-11-03 23:51:26 UTC (rev 12047)
@@ -293,7 +293,7 @@
run_tests = 1,2,3,4,5,7
x_ind = 3210
loc_of_interest = 287.5, 82.48, 1
- kind_of_interest = 'QTY_SEAICE_CONCENTR'
+ quantity_of_interest = 'QTY_SEAICE_CONCENTR'
interp_test_lonrange = 0.0, 359.0
interp_test_dlon = 1.0
interp_test_latrange = -89.0, 89.0
Modified: DART/branches/mmc/models/clm/work/input.nml
===================================================================
--- DART/branches/mmc/models/clm/work/input.nml 2017-11-03 23:04:51 UTC (rev 12046)
More information about the Dart-dev
mailing list