# gridMET Pipeline [Source code](gridmet_dwnl_onlycwl_src.md) ![](gridmet_dwnl_only.png) ```{contents} --- local: --- ``` **Workflow** ## Description Downloads and processes gridMET data (no database ingestion) ## Inputs | Name | Type | Default | Description | |:----------|:----------|:--------------------------------------------------------|:------------------------------------------| | proxy | string? | | HTTP/HTTPS Proxy if required | | shapes | Directory | | | | geography | string | | Type of geography: zip codes or counties | | years | string[] | `['1999:2008', '2011:2021']` | | | bands | string[] | `['rmax', 'rmin', 'sph', 'srad', 'th', 'tmmn', 'tmmx']` | | ## Outputs | Name | Type | Description | |:-------------|:------|:------------| | data | array | | | download_log | array | | | download_err | array | | ## Steps | Name | Runs | Description | |:--------|:---------------------------------------|:------------| | process | [sub-workflow](gridmet_dwnl_only_1.md) | |