Repository: climate Updated Branches: refs/heads/master ca9368645 -> a27cdc5ef
CLIMATE-701 - Examples for evaluation of CORDEX-Arctic RCMs - Four configuration (yaml) files have been added. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c40c6aa1 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c40c6aa1 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c40c6aa1 Branch: refs/heads/master Commit: c40c6aa19557631336f7a88f0238a047fbff4580 Parents: ca93686 Author: huikyole <[email protected]> Authored: Thu Oct 22 00:42:18 2015 -0700 Committer: huikyole <[email protected]> Committed: Thu Oct 22 00:42:18 2015 -0700 ---------------------------------------------------------------------- ...ordex-arctic_cloud_fraction_bias_to_SRB.yaml | 48 ++++++++++++++++++++ .../cordex-arctic_rlds_bias_to_SRB.yaml | 48 ++++++++++++++++++++ .../cordex-arctic_rlus_bias_to_SRB.yaml | 48 ++++++++++++++++++++ .../cordex-arctic_rsds_bias_to_SRB.yaml | 48 ++++++++++++++++++++ 4 files changed, 192 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/c40c6aa1/examples/configuration_file_examples/cordex-arctic_cloud_fraction_bias_to_SRB.yaml ---------------------------------------------------------------------- diff --git a/examples/configuration_file_examples/cordex-arctic_cloud_fraction_bias_to_SRB.yaml b/examples/configuration_file_examples/cordex-arctic_cloud_fraction_bias_to_SRB.yaml new file mode 100644 index 0000000..aed67e9 --- /dev/null +++ b/examples/configuration_file_examples/cordex-arctic_cloud_fraction_bias_to_SRB.yaml @@ -0,0 +1,48 @@ +workdir: ./ +output_netcdf_filename: cordex-arctic_clt_MAR-SEP.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: 3 + month_end: 9 + average_each_year: False + +space: + min_lat: 55.00 + max_lat: 89.5 + min_lon: -179.75 + max_lon: 178.50 + +regrid: + regrid_on_reference: True + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: local + data_name: SRB + path: ./data/srb_rel3.0_shortwave_from_1983_to_2007.nc + variable: cld_frac + multiplying_factor: 100.0 + + targets: + data_source: local + path: /home/huikyole/data/CORDEX-ARC/clt*.nc + variable: clt + +number_of_metrics_and_plots: 1 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: cordex-arctic_clt_MAR-SEP_mean_bias_to_SRB + subplots_array: !!python/tuple [2,2] + map_projection: npstere + +use_subregions: False + http://git-wip-us.apache.org/repos/asf/climate/blob/c40c6aa1/examples/configuration_file_examples/cordex-arctic_rlds_bias_to_SRB.yaml ---------------------------------------------------------------------- diff --git a/examples/configuration_file_examples/cordex-arctic_rlds_bias_to_SRB.yaml b/examples/configuration_file_examples/cordex-arctic_rlds_bias_to_SRB.yaml new file mode 100644 index 0000000..e62192d --- /dev/null +++ b/examples/configuration_file_examples/cordex-arctic_rlds_bias_to_SRB.yaml @@ -0,0 +1,48 @@ +workdir: ./ +output_netcdf_filename: cordex-arctic_rlds_JUL.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: 7 + month_end: 7 + average_each_year: False + +space: + min_lat: 55.00 + max_lat: 89.5 + min_lon: -179.75 + max_lon: 178.50 + +regrid: + regrid_on_reference: True + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: local + data_name: SRB + path: ./data/srb_rel3.0_longwave_from_1983_to_2007.nc + variable: lw_sfc_dn + multiplying_factor: 1 + + targets: + data_source: local + path: /home/huikyole/data/CORDEX-ARC/rlds*.nc + variable: rlds + +number_of_metrics_and_plots: 1 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: cordex-arctic_rlds_JUL_mean_bias_to_SRB + subplots_array: !!python/tuple [1,2] + map_projection: npstere + +use_subregions: False + http://git-wip-us.apache.org/repos/asf/climate/blob/c40c6aa1/examples/configuration_file_examples/cordex-arctic_rlus_bias_to_SRB.yaml ---------------------------------------------------------------------- diff --git a/examples/configuration_file_examples/cordex-arctic_rlus_bias_to_SRB.yaml b/examples/configuration_file_examples/cordex-arctic_rlus_bias_to_SRB.yaml new file mode 100644 index 0000000..ad08f99 --- /dev/null +++ b/examples/configuration_file_examples/cordex-arctic_rlus_bias_to_SRB.yaml @@ -0,0 +1,48 @@ +workdir: ./ +output_netcdf_filename: cordex-arctic_rlus_JUL.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: 7 + month_end: 7 + average_each_year: False + +space: + min_lat: 55.00 + max_lat: 89.5 + min_lon: -179.75 + max_lon: 178.50 + +regrid: + regrid_on_reference: True + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: local + data_name: SRB + path: ./data/srb_rel3.0_longwave_from_1983_to_2007.nc + variable: lw_sfc_up + multiplying_factor: 1 + + targets: + data_source: local + path: /home/huikyole/data/CORDEX-ARC/rlus*.nc + variable: rlus + +number_of_metrics_and_plots: 1 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: cordex-arctic_rlus_JUL_mean_bias_to_SRB + subplots_array: !!python/tuple [2,2] + map_projection: npstere + +use_subregions: False + http://git-wip-us.apache.org/repos/asf/climate/blob/c40c6aa1/examples/configuration_file_examples/cordex-arctic_rsds_bias_to_SRB.yaml ---------------------------------------------------------------------- diff --git a/examples/configuration_file_examples/cordex-arctic_rsds_bias_to_SRB.yaml b/examples/configuration_file_examples/cordex-arctic_rsds_bias_to_SRB.yaml new file mode 100644 index 0000000..39db0c8 --- /dev/null +++ b/examples/configuration_file_examples/cordex-arctic_rsds_bias_to_SRB.yaml @@ -0,0 +1,48 @@ +workdir: ./ +output_netcdf_filename: cordex-arctic_rsds_JUL.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: 7 + month_end: 7 + average_each_year: False + +space: + min_lat: 55.00 + max_lat: 89.5 + min_lon: -179.75 + max_lon: 178.50 + +regrid: + regrid_on_reference: True + regrid_dlat: 0.44 + regrid_dlon: 0.44 + +datasets: + reference: + data_source: local + data_name: SRB + path: ./data/srb_rel3.0_shortwave_from_1983_to_2007.nc + variable: sw_sfc_dn + multiplying_factor: 1 + + targets: + data_source: local + path: /home/huikyole/data/CORDEX-ARC/rsds*.nc + variable: rsds + +number_of_metrics_and_plots: 1 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: cordex-arctic_rsds_JUL_mean_bias_to_SRB + subplots_array: !!python/tuple [2,2] + map_projection: npstere + +use_subregions: False +
