Skip to content

Instantly share code, notes, and snippets.

View piotr-florek-mohc's full-sized avatar

piotr-florek-mohc

View GitHub Profile
@piotr-florek-mohc
piotr-florek-mohc / ipsl_consolidated.ipynb
Created February 2, 2024 15:58
cmorisation of IPSL datasets
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@piotr-florek-mohc
piotr-florek-mohc / dwd_consolidated.ipynb
Created February 2, 2024 15:57
consolidated version of the cmorisation process for DWD
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@piotr-florek-mohc
piotr-florek-mohc / dwd.ipynb
Created February 2, 2024 15:56
description of the cmorisation process of DWD dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@piotr-florek-mohc
piotr-florek-mohc / cmor_utils.py
Created February 2, 2024 15:54
utility functions
import os
import re
import json
from datetime import date
MIP_ERA = 'decadal'
DATASET_ROOT = '/data/users/hadlh/decxchg_data/files4sharing/'
MIP_TABLES_DIR = '/home/h04/pflorek/Documents/python/cdds_github/cmor_light/tables'
BASE_TIME_UNIT = 'days since 2000-1-1'
CV_VERSION = 'v1.0'