From e84bd1839dbbeb7bd64a9cd837e0895a0c86e092 Mon Sep 17 00:00:00 2001 From: huikyole Date: Thu, 11 May 2017 13:22:11 -0700 Subject: [PATCH] CLIMATE-915 - Updates for the NARCCAP example configuration files - Fig14_and_Fig15.yaml, Fig16_summer.yaml, and Fig16_winter.yaml have been updated. --- .../NARCCAP_examples/Fig14_and_Fig15.yaml | 4 +++- RCMES/configuration_files/NARCCAP_examples/Fig16_summer.yaml | 5 +++-- RCMES/configuration_files/NARCCAP_examples/Fig16_winter.yaml | 4 +++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/RCMES/configuration_files/NARCCAP_examples/Fig14_and_Fig15.yaml b/RCMES/configuration_files/NARCCAP_examples/Fig14_and_Fig15.yaml index 83a2e325..11410a29 100644 --- a/RCMES/configuration_files/NARCCAP_examples/Fig14_and_Fig15.yaml +++ b/RCMES/configuration_files/NARCCAP_examples/Fig14_and_Fig15.yaml @@ -22,9 +22,11 @@ regrid: regrid_dlat: 0.50 regrid_dlon: 0.50 +# generic_dataset_name: If false, data filenames must include the elements of dataset_name list. datasets: - loader_name: local - name: SRB + generic_dataset_name: True + dataset_name: ['SRB'] file_path: ./data/NARCCAP_data/srb_rel3.0_shortwave_from_1983_to_2007.nc variable_name: sw_sfc_dn diff --git a/RCMES/configuration_files/NARCCAP_examples/Fig16_summer.yaml b/RCMES/configuration_files/NARCCAP_examples/Fig16_summer.yaml index dca3c00a..05cda15b 100644 --- a/RCMES/configuration_files/NARCCAP_examples/Fig16_summer.yaml +++ b/RCMES/configuration_files/NARCCAP_examples/Fig16_summer.yaml @@ -21,10 +21,11 @@ regrid: regrid_on_reference: False regrid_dlat: 0.50 regrid_dlon: 0.50 - +# generic_dataset_name: If false, data filenames must include the elements of dataset_name list. datasets: - loader_name: local - name: SRB + generic_dataset_name: True + dataset_name: ['SRB'] file_path: ./data/NARCCAP_data/srb_rel3.0_shortwave_from_1983_to_2007.nc variable_name: sw_sfc_dn diff --git a/RCMES/configuration_files/NARCCAP_examples/Fig16_winter.yaml b/RCMES/configuration_files/NARCCAP_examples/Fig16_winter.yaml index d6e647f5..622bbe32 100644 --- a/RCMES/configuration_files/NARCCAP_examples/Fig16_winter.yaml +++ b/RCMES/configuration_files/NARCCAP_examples/Fig16_winter.yaml @@ -22,9 +22,11 @@ regrid: regrid_dlat: 0.50 regrid_dlon: 0.50 +# generic_dataset_name: If false, data filenames must include the elements of dataset_name list. datasets: - loader_name: local - name: SRB + generic_dataset_name: True + dataset_name: ['SRB'] file_path: ./data/NARCCAP_data/srb_rel3.0_shortwave_from_1983_to_2007.nc variable_name: sw_sfc_dn