Skip to content

Commit

Permalink
CONUS404
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Sep 6, 2024
1 parent cf862a0 commit dd22066
Show file tree
Hide file tree
Showing 4 changed files with 5,631 additions and 0 deletions.
15 changes: 15 additions & 0 deletions datasets/conus404/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CONUS404

## First-time publishing
First you need to validate the STAC collection with `pctasks dataset validate-collection [path-to-template.json]`, fix any validation errors.

Then submit the collection ingestion with `pctasks dataset ingest-collection -d datasets/conus404/dataset.yaml -s -a registry pccomponents`

Get the workflow ID and then watch it with: `pctasks runs status $WORKFLOW_ID --watch`.
It must succeed.

Verify that it was successful with `curl "https://planetarycomputer.microsoft.com/api/stac/v1/collections/conus404"`

## Updating
Simply add `-u` to the command.
`pctasks dataset ingest-collection -d datasets/conus404/dataset.yaml -u -s -a registry pccomponents`
3 changes: 3 additions & 0 deletions datasets/conus404/collection/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[CONUS404](https://www.usgs.gov/data/conus404-four-kilometer-long-term-regional-hydroclimate-reanalysis-over-conterminous-united) is a unique, high-resolution hydro-climate dataset appropriate for forcing hydrological models and conducting meteorological analysis over the conterminous United States. CONUS404, so named because it covers the CONterminous United States for over 40 years at 4 km resolution, was produced by the Weather Research and Forecasting (WRF) model simulations run by NCAR as part of a collaboration with the USGS Water Mission Area. The CONUS404 includes 42 years of data (water years 1980-2021) and the spatial domain extends beyond the CONUS into Canada and Mexico, thereby capturing transboundary river basins and covering all contributing areas for CONUS surface waters.

The CONUS404 dataset, produced using WRF version 3.9.1.1, is the successor to the CONUS1 dataset in [ds612.0](https://rda.ucar.edu/datasets/ds612.0/) (Liu, et al., 2017) with improved representation of weather and climate conditions in the central United States due to the addition of a shallow groundwater module and several other improvements in the NOAH-Multiparameterization land surface model. It also uses a more up-to-date and higher-resolution reanalysis dataset (ERA5) as input and covers a longer period than CONUS1.
Loading

0 comments on commit dd22066

Please sign in to comment.