-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0a8f5f
commit 9ec303f
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
metadata: | ||
description: >- | ||
Thermohygrometric Indices derived from MISTRAL COSMO-2I data | ||
contact: | ||
name: Data Deliver System Support Team | ||
email: [email protected] | ||
webpage: https://www.cmcc.it/research-organization/research-divisions/advanced-scientific-computing-division#1553329820238-2055494b-9aa6 | ||
label: Thermohygrometric Indices over Italy | ||
image: null | ||
doi: null | ||
update_frequency: null | ||
license: null | ||
publication_date: 2023-06-19 | ||
related_data: null | ||
|
||
sources: | ||
hourly: | ||
description: Hourly Thermohygrometric Indices | ||
metadata: | ||
role: public | ||
filters: | ||
- name: date | ||
user_defined: T | ||
label: Date | ||
driver: geokube_netcdf | ||
args: | ||
path: '{{ CATALOG_DIR }}/datasets/THI/*.nc' | ||
pattern: '{{ CATALOG_DIR }}/datasets/THI/{date}.nc' | ||
field_id: '{standard_name}' | ||
mapping: | ||
THI_ext: {'name': 'external_thermohygrometric_index', 'description': 'External Thermohygrometric Index'} | ||
THI_int: {'name': 'internal_thermohygrometric_index', 'description': 'Internal Thermohygrometric Index'} | ||
metadata_caching: false | ||
metadata_cache_path: '{{ CACHE_DIR }}/thi-hourly.cache' | ||
xarray_kwargs: | ||
parallel: true | ||
decode_coords: 'all' |