Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1252C18635 for ; Tue, 2 Feb 2016 02:56:26 +0000 (UTC) Received: (qmail 15580 invoked by uid 500); 2 Feb 2016 02:56:25 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 15523 invoked by uid 500); 2 Feb 2016 02:56:25 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 15473 invoked by uid 99); 2 Feb 2016 02:56:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 02:56:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A987EDFCDD; Tue, 2 Feb 2016 02:56:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: huikyole@apache.org To: commits@climate.apache.org Date: Tue, 02 Feb 2016 02:56:25 -0000 Message-Id: <8f90f3b5d5674fccbb4446dd32704363@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] climate git commit: CLIMATE-741 - Adding configuration files to evaluate CORDEX-Africa regional climate models Repository: climate Updated Branches: refs/heads/master 638676184 -> 9d789cac9 CLIMATE-741 - Adding configuration files to evaluate CORDEX-Africa regional climate models - eleven yaml files have been added and tested to evaluate the models participating in CORDEX-Africa using run_RCMES.py. - Fig10b_trmm.yaml will be added later after addressing CLIMATE-744. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/224adaac Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/224adaac Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/224adaac Branch: refs/heads/master Commit: 224adaacca7fe527ac4e3aa7095c61b365cde5c5 Parents: d9e3c7e Author: huikyole Authored: Mon Feb 1 18:43:58 2016 -0800 Committer: huikyole Committed: Mon Feb 1 18:43:58 2016 -0800 ---------------------------------------------------------------------- .../CORDEX-Africa_examples/Fig10a_cru.yaml | 92 ++++++++++++++++ .../CORDEX-Africa_examples/Fig10b_cru.yaml | 90 ++++++++++++++++ .../CORDEX-Africa_examples/Fig1_2_4a_5.yaml | 107 +++++++++++++++++++ .../CORDEX-Africa_examples/Fig3a_summer.yaml | 90 ++++++++++++++++ .../CORDEX-Africa_examples/Fig3a_winter.yaml | 90 ++++++++++++++++ .../CORDEX-Africa_examples/Fig3b_summer.yaml | 90 ++++++++++++++++ .../CORDEX-Africa_examples/Fig3b_winter.yaml | 90 ++++++++++++++++ .../CORDEX-Africa_examples/Fig4d_7d_8ad.yaml | 101 +++++++++++++++++ .../CORDEX-Africa_examples/Fig4f_9bcd.yaml | 103 ++++++++++++++++++ .../CORDEX-Africa_examples/Fig7e_8be.yaml | 95 ++++++++++++++++ .../CORDEX-Africa_examples/Fig7f_8cf.yaml | 97 +++++++++++++++++ 11 files changed, 1045 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml new file mode 100644 index 0000000..41114da --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml @@ -0,0 +1,92 @@ +workdir: ./ +output_netcdf_filename: Fig10a_cru.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: True + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 42 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*clt.nc + variable: clt + latitude_name: lat + longitude_name: lon + +number_of_metrics_and_plots: 1 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig10a_cru + +use_subregions: False + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig10b_cru.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig10b_cru.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig10b_cru.yaml new file mode 100644 index 0000000..eef6e6b --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig10b_cru.yaml @@ -0,0 +1,90 @@ +workdir: ./ +output_netcdf_filename: Fig10b_cru.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: True + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 37 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*pr.nc + variable: pr + +number_of_metrics_and_plots: 1 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig10b_cru + +use_subregions: False + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig1_2_4a_5.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig1_2_4a_5.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig1_2_4a_5.yaml new file mode 100644 index 0000000..430213a --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig1_2_4a_5.yaml @@ -0,0 +1,107 @@ +workdir: ./ +output_netcdf_filename: Fig1_2_4a_5.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: False + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 37 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*pr.nc + variable: pr + +number_of_metrics_and_plots: 4 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: Fig1b_2a-j + subplots_array: !!python/tuple [3,4] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: Fig2l + +metrics3: Timeseries_plot_subregion_annual_cycle + +plots3: + file_name: Fig5a-j + subplots_array: !!python/tuple [7,3] + +metrics4: Portrait_diagram_subregion_annual_cycle + +plots4: + file_name: Fig5k-l + +use_subregions: True + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_summer.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_summer.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_summer.yaml new file mode 100644 index 0000000..c1fbee2 --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_summer.yaml @@ -0,0 +1,90 @@ +workdir: ./ +output_netcdf_filename: Fig3a_summer.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 6 + month_end: 8 + average_each_year: True + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 37 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*pr.nc + variable: pr + +number_of_metrics_and_plots: 1 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig3a_summer + +use_subregions: False + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_winter.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_winter.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_winter.yaml new file mode 100644 index 0000000..554a85b --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3a_winter.yaml @@ -0,0 +1,90 @@ +workdir: ./ +output_netcdf_filename: Fig3a_winter.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 12 + month_end: 2 + average_each_year: True + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 37 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*pr.nc + variable: pr + +number_of_metrics_and_plots: 1 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig3a_winter + +use_subregions: False + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_summer.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_summer.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_summer.yaml new file mode 100644 index 0000000..0bf8b0e --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_summer.yaml @@ -0,0 +1,90 @@ +workdir: ./ +output_netcdf_filename: Fig3b_summer.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 6 + month_end: 8 + average_each_year: True + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 38 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*tas.nc + variable: tas + +number_of_metrics_and_plots: 1 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig3b_summer + +use_subregions: False + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_winter.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_winter.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_winter.yaml new file mode 100644 index 0000000..21b484d --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig3b_winter.yaml @@ -0,0 +1,90 @@ +workdir: ./ +output_netcdf_filename: Fig3b_winter.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 12 + month_end: 2 + average_each_year: True + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 38 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*tas.nc + variable: tas + +number_of_metrics_and_plots: 1 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig3b_winter + +use_subregions: False + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig4d_7d_8ad.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig4d_7d_8ad.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig4d_7d_8ad.yaml new file mode 100644 index 0000000..3303424 --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig4d_7d_8ad.yaml @@ -0,0 +1,101 @@ +workdir: ./ +output_netcdf_filename: Fig4d_7d_8ad.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: False + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 38 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*tas.nc + variable: tas + +number_of_metrics_and_plots: 3 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: Fig4d + subplots_array: !!python/tuple [3,4] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: Fig7d + +metrics3: Portrait_diagram_subregion_annual_cycle + +plots3: + file_name: Fig8ad + +use_subregions: True + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml new file mode 100644 index 0000000..5a48a9e --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml @@ -0,0 +1,103 @@ +workdir: ./ +output_netcdf_filename: Fig4f_9bcd.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: False + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 42 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*clt.nc + variable: clt + latitude_name: lat + longitude_name: lon + +number_of_metrics_and_plots: 3 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: Fig4f + subplots_array: !!python/tuple [3,4] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: Fig9b + +metrics3: Portrait_diagram_subregion_annual_cycle + +plots3: + file_name: Fig9cd + +use_subregions: True + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig7e_8be.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig7e_8be.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig7e_8be.yaml new file mode 100644 index 0000000..94d3366 --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig7e_8be.yaml @@ -0,0 +1,95 @@ +workdir: ./ +output_netcdf_filename: Fig7e_8be.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: False + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 39 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*tasmax.nc + variable: tasmax + +number_of_metrics_and_plots: 2 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig7e + +metrics2: Portrait_diagram_subregion_annual_cycle + +plots2: + file_name: Fig8be + +use_subregions: True + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58] http://git-wip-us.apache.org/repos/asf/climate/blob/224adaac/RCMES/configuration_files/CORDEX-Africa_examples/Fig7f_8cf.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig7f_8cf.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig7f_8cf.yaml new file mode 100644 index 0000000..1825ca9 --- /dev/null +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig7f_8cf.yaml @@ -0,0 +1,97 @@ +workdir: ./ +output_netcdf_filename: Fig7f_8cf.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: True + start_time: 1990-01-01 + end_time: 2007-12-31 + temporal_resolution: monthly + month_start: 1 + month_end: 12 + average_each_year: False + +space: + min_lat: -45.76 + max_lat: 42.24 + min_lon: -24.64 + max_lon: 60.28 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: rcmed + data_name: CRU + dataset_id: 10 + parameter_id: 41 + + targets: + data_source: local + path: ./data/CORDEX-Africa_data/AFRICA*tasmin.nc + variable: tasmin + latitude_name: lat + longitude_name: lon + +number_of_metrics_and_plots: 2 + +metrics1: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots1: + file_name: Fig7f + +metrics2: Portrait_diagram_subregion_annual_cycle + +plots2: + file_name: Fig8cf + +use_subregions: True + +subregions: +#subregion name (R01, R02, R03,....) followed by an array of boundaries [south, north, west, east] + R01: + [29.0, 36.5, -10.0, 0.0] + R02: + [29, 37.5, 0, 10] + R03: + [25, 32.5, 10, 20] + R04: + [25, 32.5, 20, 33] + R05: + [12, 20.0, -19.3, -10.2] + R06: + [15, 25.0, 15, 30] + R07: + [7.3, 15, -10, 10] + R08: + [5, 7.3, -10, 10] + R09: + [6.9, 15, 33.9, 40] + R10: + [2.2, 11.8, 44.2, 51.8] + R11: + [0, 10, 10, 25] + R12: + [-10, 0, 10, 25] + R13: + [-15, 0, 30, 40] + R14: + [-27.9, -21.4, 13.6, 20] + R15: + [-35, -27.9, 13.6, 20] + R16: + [-35, -21.4, 20, 35.7] + R17: + [-25.8, -11.7, 43.2, 50.3] + R18: + [25, 35.0, 33, 40] + R19: + [28, 35, 45, 50] + R20: + [13, 20.0, 43, 50] + R21: + [20, 27.5, 50, 58]