Repository: climate
Updated Branches:
  refs/heads/master a27cdc5ef -> 511a9cae4


CLIMATE-700 - Complete examples to reproduce a RCMES-based paper

- Ten yaml files have been added in examples/NARCCAP_paper to reproduce the 
plots in Kim et al.(2013) paper on evaluating NARCCAP RCMs


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c081ffaa
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c081ffaa
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c081ffaa

Branch: refs/heads/master
Commit: c081ffaa4ee6c400e3eaa120bda39ab9ca917da3
Parents: ca93686
Author: huikyole <[email protected]>
Authored: Thu Oct 22 14:14:18 2015 -0700
Committer: huikyole <[email protected]>
Committed: Thu Oct 22 14:14:18 2015 -0700

----------------------------------------------------------------------
 .../NARCCAP_paper/Fig10_and_Fig11.yaml          | 81 +++++++++++++++++++
 .../NARCCAP_paper/Fig12_summer.yaml             | 75 ++++++++++++++++++
 .../NARCCAP_paper/Fig12_winter.yaml             | 75 ++++++++++++++++++
 .../NARCCAP_paper/Fig14_and_Fig15.yaml          | 82 ++++++++++++++++++++
 .../NARCCAP_paper/Fig16_summer.yaml             | 75 ++++++++++++++++++
 .../NARCCAP_paper/Fig16_winter.yaml             | 75 ++++++++++++++++++
 .../NARCCAP_paper/Fig5_and_Fig6.yaml            | 50 ++++++++++++
 .../NARCCAP_paper/Fig7_summer.yaml              | 75 ++++++++++++++++++
 .../NARCCAP_paper/Fig7_winter.yaml              | 75 ++++++++++++++++++
 .../NARCCAP_paper/Fig8_and_Fig9.yaml            | 50 ++++++++++++
 ...ordex-AF_tasmax_annual_mean_bias_to_cru.yaml |  2 +-
 11 files changed, 714 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig10_and_Fig11.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig10_and_Fig11.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig10_and_Fig11.yaml
new file mode 100644
index 0000000..0650e61
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig10_and_Fig11.yaml
@@ -0,0 +1,81 @@
+workdir: ./
+output_netcdf_filename: narccap_prec_monthly_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 1
+    month_end: 12
+    average_each_year: False
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 37
+
+    targets:
+        data_source: local
+        path: ../data/prec*ncep.monavg.nc                                      
              
+        variable: prec    
+
+number_of_metrics_and_plots: 2
+
+metrics1: Timeseries_plot_subregion_annual_cycle
+
+plots1:
+    file_name: Fig10
+    subplots_array: !!python/tuple [7,2]
+
+metrics2: Portrait_diagram_subregion_annual_cycle                
+
+plots2:
+    file_name: Fig11
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig12_summer.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig12_summer.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig12_summer.yaml
new file mode 100644
index 0000000..f11c136
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig12_summer.yaml
@@ -0,0 +1,75 @@
+workdir: ./
+output_netcdf_filename: narccap_prec_JJA_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 6
+    month_end: 8
+    average_each_year: True
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 37
+
+    targets:
+        data_source: local
+        path: ../data/prec*ncep.monavg.nc                                      
              
+        variable: prec    
+
+number_of_metrics_and_plots: 1
+
+metrics1: Portrait_diagram_subregion_interannual_variability
+
+plots1:
+    file_name: Fig12_summer
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig12_winter.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig12_winter.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig12_winter.yaml
new file mode 100644
index 0000000..f1f0b1e
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig12_winter.yaml
@@ -0,0 +1,75 @@
+workdir: ./
+output_netcdf_filename: narccap_prec_DJF_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 12
+    month_end: 2
+    average_each_year: True
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 37
+
+    targets:
+        data_source: local
+        path: ../data/prec*ncep.monavg.nc                                      
              
+        variable: prec    
+
+number_of_metrics_and_plots: 1
+
+metrics1: Portrait_diagram_subregion_interannual_variability
+
+plots1:
+    file_name: Fig12_winter 
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig14_and_Fig15.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig14_and_Fig15.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig14_and_Fig15.yaml
new file mode 100644
index 0000000..5e01ce0
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig14_and_Fig15.yaml
@@ -0,0 +1,82 @@
+workdir: ./
+output_netcdf_filename: narccap_rsds_monthly_1984-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1984-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 1
+    month_end: 12
+    average_each_year: False
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: local
+        data_name: SRB
+        path: ../data/srb_rel3.0_shortwave_from_1983_to_2007.nc                
           
+        variable: sw_sfc_dn
+  
+
+    targets:
+        data_source: local
+        path: ../data/rsds*ncep.monavg.nc                                      
              
+        variable: rsds    
+
+number_of_metrics_and_plots: 2
+
+metrics1: Map_plot_bias_of_multiyear_climatology
+
+plots1:
+    file_name: Fig14
+    subplots_array: !!python/tuple [4,2]
+
+metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology
+
+plots2:
+    file_name: Fig15
+
+use_subregions: False
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig16_summer.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig16_summer.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig16_summer.yaml
new file mode 100644
index 0000000..db33eff
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig16_summer.yaml
@@ -0,0 +1,75 @@
+workdir: ./
+output_netcdf_filename: narccap_rsds_JJA_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1984-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 6
+    month_end: 8
+    average_each_year: True
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: local
+        data_name: SRB
+        path: ../data/srb_rel3.0_shortwave_from_1983_to_2007.nc
+        variable: sw_sfc_dn
+
+    targets:
+        data_source: local
+        path: ../data/rsds*ncep.monavg.nc                                      
              
+        variable: rsds    
+
+number_of_metrics_and_plots: 1
+
+metrics1: Portrait_diagram_subregion_interannual_variability
+
+plots1:
+    file_name: Fig16_summer
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig16_winter.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig16_winter.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig16_winter.yaml
new file mode 100644
index 0000000..e25a4b2
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig16_winter.yaml
@@ -0,0 +1,75 @@
+workdir: ./
+output_netcdf_filename: narccap_rsds_DJF_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1984-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 12
+    month_end: 2
+    average_each_year: True
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: local
+        data_name: SRB
+        path: ../data/srb_rel3.0_shortwave_from_1983_to_2007.nc
+        variable: sw_sfc_dn
+
+    targets:
+        data_source: local
+        path: ../data/rsds*ncep.monavg.nc                                      
              
+        variable: rsds    
+
+number_of_metrics_and_plots: 1
+
+metrics1: Portrait_diagram_subregion_interannual_variability
+
+plots1:
+    file_name: Fig16_winter
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig5_and_Fig6.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig5_and_Fig6.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig5_and_Fig6.yaml
new file mode 100644
index 0000000..ef7cc9c
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig5_and_Fig6.yaml
@@ -0,0 +1,50 @@
+workdir: ./                                      
+output_netcdf_filename: narccap_tas_annual_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 1
+    month_end: 12
+    average_each_year: True  
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 38
+
+    targets:
+        data_source: local
+        path: ../data/temp.*ncep.monavg.nc                                     
               
+        variable: temp    
+
+number_of_metrics_and_plots: 2
+
+metrics1: Map_plot_bias_of_multiyear_climatology
+
+plots1:
+    file_name: Fig5
+    subplots_array: !!python/tuple [4,2]
+
+metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology
+
+plots2:
+    file_name: Fig6
+
+use_subregions: False

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig7_summer.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig7_summer.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig7_summer.yaml
new file mode 100644
index 0000000..ddbce3b
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig7_summer.yaml
@@ -0,0 +1,75 @@
+workdir: ./
+output_netcdf_filename: narccap_tas_JJA_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 6
+    month_end: 8
+    average_each_year: True
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 38
+
+    targets:
+        data_source: local
+        path: ../data/temp*ncep.monavg.nc                                      
              
+        variable: temp    
+
+number_of_metrics_and_plots: 1
+
+metrics1: Portrait_diagram_subregion_interannual_variability
+
+plots1:
+    file_name: Fig7_summer
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig7_winter.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig7_winter.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig7_winter.yaml
new file mode 100644
index 0000000..38add9b
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig7_winter.yaml
@@ -0,0 +1,75 @@
+workdir: ./
+output_netcdf_filename: narccap_tas_DJF_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 12
+    month_end: 2
+    average_each_year: True
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 38
+
+    targets:
+        data_source: local
+        path: ../data/temp*ncep.monavg.nc                                      
              
+        variable: temp    
+
+number_of_metrics_and_plots: 1
+
+metrics1: Portrait_diagram_subregion_interannual_variability
+
+plots1:
+    file_name: Fig7_winter 
+
+use_subregions: True 
+
+subregions:
+#subregion name (R01, R02, R03,....) followed by an array of boundaries 
[south, north, west, east]
+    R01: 
+      [42.75, 49.75, -123.75, -120.25]
+    R02:
+      [42.75, 49.75, -119.75, -112.75]
+    R03:
+      [37.25, 42.25, -123.75, -117.75]
+    R04: 
+      [32.25, 37.25, -122.75, -114.75]
+    R05:
+      [31.25, 37.25, -113.75, -108.25]
+    R06:
+      [31.25, 37.25, -108.25, -99.75]
+    R07:
+      [37.25, 43.25, -110.25, -103.75]
+    R08: 
+      [45.25, 49.25, -99.75, -90.25]
+    R09: 
+      [34.75, 45.25, -99.75, -90.25]
+    R10: 
+      [29.75, 34.75, -95.75, -84.75]
+    R11: 
+      [38.25, 44.75, -89.75, -80.25]
+    R12: 
+      [38.25, 44.75, -79.75, -70.25]
+    R13: 
+      [30.75, 38.25, -83.75, -75.25]
+    R14: 
+      [24.25, 30.75, -83.75, -80.25]

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/NARCCAP_paper/Fig8_and_Fig9.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/NARCCAP_paper/Fig8_and_Fig9.yaml 
b/examples/configuration_file_examples/NARCCAP_paper/Fig8_and_Fig9.yaml
new file mode 100644
index 0000000..d25ecb6
--- /dev/null
+++ b/examples/configuration_file_examples/NARCCAP_paper/Fig8_and_Fig9.yaml
@@ -0,0 +1,50 @@
+workdir: ./                                      
+output_netcdf_filename: narccap_prec_annual_mean_1980-2003.nc
+
+# (RCMES will temporally subset data between month_start and month_end. If 
average_each_year is True (False), seasonal mean in each year is (not) 
calculated and used for metrics calculation.)
+time:
+    maximum_overlap_period: False
+    start_time: 1980-01-01
+    end_time: 2003-12-31
+    temporal_resolution: monthly
+    month_start: 1
+    month_end: 12
+    average_each_year: True  
+
+space:
+    min_lat: 23.75
+    max_lat: 49.75
+    min_lon: -125.75
+    max_lon: -66.75
+
+regrid:
+    regrid_on_reference: False
+    regrid_dlat: 0.50
+    regrid_dlon: 0.50
+
+datasets:
+    reference:
+        data_source: rcmed
+        data_name: CRU
+        dataset_id: 10
+        parameter_id: 37
+
+    targets:
+        data_source: local
+        path: ../data/prec.*ncep.monavg.nc                                     
               
+        variable: prec    
+
+number_of_metrics_and_plots: 2
+
+metrics1: Map_plot_bias_of_multiyear_climatology
+
+plots1:
+    file_name: Fig8
+    subplots_array: !!python/tuple [4,2]
+
+metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology
+
+plots2:
+    file_name: Fig9
+
+use_subregions: False

http://git-wip-us.apache.org/repos/asf/climate/blob/c081ffaa/examples/configuration_file_examples/cordex-AF_tasmax_annual_mean_bias_to_cru.yaml
----------------------------------------------------------------------
diff --git 
a/examples/configuration_file_examples/cordex-AF_tasmax_annual_mean_bias_to_cru.yaml
 
b/examples/configuration_file_examples/cordex-AF_tasmax_annual_mean_bias_to_cru.yaml
index 042a9a3..b1bbb78 100644
--- 
a/examples/configuration_file_examples/cordex-AF_tasmax_annual_mean_bias_to_cru.yaml
+++ 
b/examples/configuration_file_examples/cordex-AF_tasmax_annual_mean_bias_to_cru.yaml
@@ -27,7 +27,7 @@ datasets:
         data_source: rcmed
         data_name: CRU
         dataset_id: 10
-        parameter_id: 37
+        parameter_id: 39
 
     targets:
         data_source: local

Reply via email to