Skip to content

Commit

Permalink
Update cru ingest for v4.07
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoodm committed Feb 22, 2024
1 parent b252d89 commit 575944f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 24 deletions.
12 changes: 5 additions & 7 deletions cru_ts/ingest/monthly_pre_raster_ingest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.05/monthly/pre",
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.07/monthly/pre",
"type": "raster",
"file_extension": ".tif",
"file_mask": "cru.pre.YYYYMM.tif",
"name": "cru_ts_405_pre_monthly_mean",
"title": "Monthly Precipitation - CRU TS (v4.05)",
"description": "Montly precipitation from Climate Research Unit (CRU) in millimeters. Version 4.05",
"name": "cru_ts_407_pre_monthly_mean",
"title": "Monthly Precipitation - CRU TS (v4.07)",
"description": "Montly precipitation from Climate Research Unit (CRU) in millimeters. Version 4.07",
"details": "Created by extracting monthly precipitation data from CRU",
"version": "4.05",
"version": "4.07",
"options": {
"resolution": 0.5,
"extract_types": ["max", "mean", "min"],
Expand All @@ -27,5 +27,3 @@
},
"active": 1
}


12 changes: 5 additions & 7 deletions cru_ts/ingest/monthly_tmp_raster_ingest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.05/monthly/tmp",
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.07/monthly/tmp",
"type": "raster",
"file_extension": ".tif",
"file_mask": "cru.tmp.YYYYMM.tif",
"name": "cru_ts_405_tmp_monthly_mean",
"title": "Monthly Temperature - CRU TS (v4.05)",
"description": "Montly temperature from Climate Research Unit (CRU) in degrees Celsius. Version 4.05",
"name": "cru_ts_407_tmp_monthly_mean",
"title": "Monthly Temperature - CRU TS (v4.07)",
"description": "Montly temperature from Climate Research Unit (CRU) in degrees Celsius. Version 4.07",
"details": "Created by extracting monthly temperature data from CRU",
"version": "4.05",
"version": "4.07",
"options": {
"resolution": 0.5,
"extract_types": ["max", "mean", "min"],
Expand All @@ -27,5 +27,3 @@
},
"active": 1
}


10 changes: 5 additions & 5 deletions cru_ts/ingest/yearly_pre_raster_ingest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.05/yearly/pre/mean",
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.07/yearly/pre/mean",
"type": "raster",
"file_extension": ".tif",
"file_mask": "cru.pre.YYYY.tif",
"name": "cru_ts_405_pre_yearly_mean",
"title": "Yearly Mean Precipitation - CRU TS (v4.05)",
"description": "Yearly mean precipitation from Climate Research Unit (CRU) in millimeters. Version 4.05",
"name": "cru_ts_407_pre_yearly_mean",
"title": "Yearly Mean Precipitation - CRU TS (v4.07)",
"description": "Yearly mean precipitation from Climate Research Unit (CRU) in millimeters. Version 4.07",
"details": "Created by aggregating (mean) monthly precipitation data from CRU TS",
"version": "4.05",
"version": "4.07",
"options": {
"resolution": 0.5,
"extract_types": ["max", "mean", "min"],
Expand Down
10 changes: 5 additions & 5 deletions cru_ts/ingest/yearly_tmp_raster_ingest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.05/yearly/tmp/mean",
"base": "/sciclone/aiddata10/REU/geo/data/rasters/cru_ts_4.07/yearly/tmp/mean",
"type": "raster",
"file_extension": ".tif",
"file_mask": "cru.tmp.YYYY.tif",
"name": "cru_ts_405_tmp_yearly_mean",
"title": "Yearly Mean Temperature - CRU TS (v4.05)",
"description": "Yearly mean temperature from Climate Research Unit (CRU) in degrees Celsius. Version 4.05",
"name": "cru_ts_407_tmp_yearly_mean",
"title": "Yearly Mean Temperature - CRU TS (v4.07)",
"description": "Yearly mean temperature from Climate Research Unit (CRU) in degrees Celsius. Version 4.07",
"details": "Created by aggregating (mean) monthly mean daily temperature data from CRU TS",
"version": "4.05",
"version": "4.07",
"options": {
"resolution": 0.5,
"extract_types": ["max", "mean", "min"],
Expand Down

0 comments on commit 575944f

Please sign in to comment.