Repository: climate Updated Branches: refs/heads/master 7f6bb691a -> 027cea08c
CLIMATE-747 - Adding configuration files as an example of NASA's downscaling project - A new folder, NASA_downscaling_project_Part1 has been added with four yaml (configuration) files in RCMES/configuration_files. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c4f5736e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c4f5736e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c4f5736e Branch: refs/heads/master Commit: c4f5736ecc40242870490a7f43523b52b1df38e1 Parents: d9e3c7e Author: huikyole <[email protected]> Authored: Tue Feb 2 14:07:49 2016 -0800 Committer: huikyole <[email protected]> Committed: Tue Feb 2 14:07:49 2016 -0800 ---------------------------------------------------------------------- .../dscale_prmo-eus_rcmed.yaml | 83 ++++++++++++++++++++ .../dscale_prmo-wus_local.yaml | 82 +++++++++++++++++++ .../dscale_prmo-wus_rcmed.yaml | 83 ++++++++++++++++++++ .../dscale_wus_prec_trmm_vs_nldas.yaml | 82 +++++++++++++++++++ 4 files changed, 330 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/c4f5736e/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-eus_rcmed.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-eus_rcmed.yaml b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-eus_rcmed.yaml new file mode 100644 index 0000000..5c73c3e --- /dev/null +++ b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-eus_rcmed.yaml @@ -0,0 +1,83 @@ +workdir: ./ +output_netcdf_filename: dscale_prmo_eus_NDJFM_2000-2004.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: 2001-01-01 + end_time: 2004-12-31 + temporal_resolution: monthly + month_start: 11 + month_end: 3 + average_each_year: True + +space: + min_lat: 25.063 + max_lat: 49.063 + min_lon: -94.938 + max_lon: -70.938 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.125 + regrid_dlon: 0.125 + +datasets: + reference: + data_source: rcmed + data_name: TRMM + dataset_id: 3 + parameter_id: 36 + variable: pr + + targets: + data_source: local + path: ./data/dscale/prmo*.nc + variable: pr + +number_of_metrics_and_plots: 2 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: BIAS_prmo-eus_NDJFM_vs_trmm + subplots_array: !!python/tuple [3,3] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: TD_prmo-eus_NDJFM_vs_trmm + + +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/c4f5736e/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_local.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_local.yaml b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_local.yaml new file mode 100644 index 0000000..d9bde7a --- /dev/null +++ b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_local.yaml @@ -0,0 +1,82 @@ +workdir: ./ +output_netcdf_filename: dscale_prmo_wus_NDJFM_2000-2004_NLDAS.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: 2001-01-01 + end_time: 2004-12-31 + temporal_resolution: monthly + month_start: 11 + month_end: 3 + average_each_year: True + +space: + min_lat: 25.063 + max_lat: 49.063 + min_lon: -124.938 + max_lon: -100.938 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.125 + regrid_dlon: 0.125 + +datasets: + reference: + data_source: local + data_name: NLDAS + path: ./data/dscale/obs/prmo_lds-lds_1999-2010.nc + variable: pr + + targets: + data_source: local + path: ./data/dscale/prmo*.nc + variable: pr + +number_of_metrics_and_plots: 2 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: BIAS_prmo-wus_NDJFM_vs_nldas + subplots_array: !!python/tuple [3,3] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: TD_prmo-wus_NDJFM_vs_nldas + + +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/c4f5736e/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_rcmed.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_rcmed.yaml b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_rcmed.yaml new file mode 100644 index 0000000..073deee --- /dev/null +++ b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_prmo-wus_rcmed.yaml @@ -0,0 +1,83 @@ +workdir: ./ +output_netcdf_filename: dscale_prmo_wus_NDJFM_2000-2004.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: 2001-01-01 + end_time: 2004-12-31 + temporal_resolution: monthly + month_start: 11 + month_end: 3 + average_each_year: True + +space: + min_lat: 25.063 + max_lat: 49.063 + min_lon: -124.938 + max_lon: -100.938 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.125 + regrid_dlon: 0.125 + +datasets: + reference: + data_source: rcmed + data_name: TRMM + dataset_id: 3 + parameter_id: 36 + variable: pr + + targets: + data_source: local + path: ./data/dscale/prmo*.nc + variable: pr + +number_of_metrics_and_plots: 2 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: BIAS_prmo-wus_NDJFM_vs_trmm + subplots_array: !!python/tuple [3,3] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: TD_prmo-wus_NDJFM_vs_trmm + + +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/c4f5736e/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_wus_prec_trmm_vs_nldas.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_wus_prec_trmm_vs_nldas.yaml b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_wus_prec_trmm_vs_nldas.yaml new file mode 100644 index 0000000..725998c --- /dev/null +++ b/RCMES/configuration_files/NASA_downscaling_project_Part1/dscale_wus_prec_trmm_vs_nldas.yaml @@ -0,0 +1,82 @@ +workdir: ./ +output_netcdf_filename: downscale_prmo_NDJFM_nldas_vs_trmm.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: 2000-01-01 + end_time: 2004-12-31 + temporal_resolution: monthly + month_start: 12 + month_end: 3 + average_each_year: True + +space: + min_lat: 25.063 + max_lat: 49.063 + min_lon: -124.938 + max_lon: -100.938 + +regrid: + regrid_on_reference: False + regrid_dlat: 0.125 + regrid_dlon: 0.125 + +datasets: + reference: + data_source: rcmed + data_name: TRMM + dataset_id: 3 + parameter_id: 36 + variable: pr + + targets: + data_source: local + path: ./data/dscale/obs/prmo*.nc + variable: pr + +number_of_metrics_and_plots: 2 + +metrics1: Map_plot_bias_of_multiyear_climatology + +plots1: + file_name: BIAS_prmo-wus_NDJFM_nldas_vs_trmm + subplots_array: !!python/tuple [3,3] + +metrics2: Taylor_diagram_spatial_pattern_of_multiyear_climatology + +plots2: + file_name: TD_prmo-wus_NDJFM_nldas_vs_trmm + +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]
