Skip to content

Commit

Permalink
Add THI dataset in catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
vale95-eng committed Feb 1, 2024
1 parent a0a8f5f commit 9ec303f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalog/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ sources:
driver: yaml_file_cat
args:
path: '{{ CATALOG_DIR }}/era5_downscaled.yaml'

thi:
driver: yaml_file_cat
args:
path: '{{ CATALOG_DIR }}/thi.yaml'
Binary file added catalog/datasets/THI/20240101.nc
Binary file not shown.
37 changes: 37 additions & 0 deletions catalog/thi.yaml
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'

0 comments on commit 9ec303f

Please sign in to comment.