-
Notifications
You must be signed in to change notification settings - Fork 5
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
621d0db
commit 675c130
Showing
14 changed files
with
22,916 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,19 @@ | ||
{ | ||
"DRS": { | ||
"directory_path_example": "CMIP6Plus/CMIP/MOHC/HadGEM3-GC31-MM/historical/r1i1p1f3/Amon/tas/gn/v20191207/", | ||
"directory_path_sub_experiment_example": "CMIP6Plus/DCPP/MOHC/HadGEM3-GC31-MM/dcppA-hindcast/s1960-r1i1p1f2/Amon/tas/gn/v20200417/", | ||
"directory_path_template": "<mip_era>/<activity_id>/<institution_id>/<source_id>/<experiment_id>/<member_id>/<table_id>/<variable_id>/<grid_label>/<version>", | ||
"filename_example": "tas_Amon_HadGEM3-GC31-MM_historical_r1i1p1f3_gn_185001-186912.nc", | ||
"filename_sub_experiment_example": "tas_Amon_HadGEM3-GC31-MM_dcppA-hindcast_s1960-r1i1p1f2_gn_196011-196012.nc", | ||
"filename_template": "<variable_id>_<table_id>_<source_id>_<experiment_id >_<member_id>_<grid_label>[_<time_range>].nc" | ||
}, | ||
"version_metadata": { | ||
"CV_collection_modified": "2022-09-05", | ||
"CV_collection_version": "6.3.0.0", | ||
"author": "Matt Mizielinski <matthew.mizielinski@metoffice.gov.uk>", | ||
"checksum": "md5: c406c690f6282a5489945942f1f52af0", | ||
"institution_id": "MOHC", | ||
"previous_commit": "To be added", | ||
"specs_doc": "v6.3.0 (link TBC)" | ||
} | ||
} |
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 @@ | ||
{ | ||
"activity_id": { | ||
"AerChemMIP": "Aerosols and Chemistry Model Intercomparison Project", | ||
"C4MIP": "Coupled Climate Carbon Cycle Model Intercomparison Project", | ||
"CDRMIP": "Carbon Dioxide Removal Model Intercomparison Project", | ||
"CFMIP": "Cloud Feedback Model Intercomparison Project", | ||
"CMIP": "CMIP DECK: 1pctCO2, abrupt4xCO2, amip, esm-piControl, esm-historical, historical, and piControl experiments", | ||
"CORDEX": "Coordinated Regional Climate Downscaling Experiment", | ||
"DAMIP": "Detection and Attribution Model Intercomparison Project", | ||
"DCPP": "Decadal Climate Prediction Project", | ||
"DynVarMIP": "Dynamics and Variability Model Intercomparison Project", | ||
"FAFMIP": "Flux-Anomaly-Forced Model Intercomparison Project", | ||
"GMMIP": "Global Monsoons Model Intercomparison Project", | ||
"GeoMIP": "Geoengineering Model Intercomparison Project", | ||
"HighResMIP": "High-Resolution Model Intercomparison Project", | ||
"ISMIP6": "Ice Sheet Model Intercomparison Project for CMIP6", | ||
"LS3MIP": "Land Surface, Snow and Soil Moisture", | ||
"LUMIP": "Land-Use Model Intercomparison Project", | ||
"OMIP": "Ocean Model Intercomparison Project", | ||
"PAMIP": "Polar Amplification Model Intercomparison Project", | ||
"PMIP": "Palaeoclimate Modelling Intercomparison Project", | ||
"RFMIP": "Radiative Forcing Model Intercomparison Project", | ||
"SIMIP": "Sea Ice Model Intercomparison Project", | ||
"ScenarioMIP": "Scenario Model Intercomparison Project", | ||
"VIACSAB": "Vulnerability, Impacts, Adaptation and Climate Services Advisory Board", | ||
"VolMIP": "Volcanic Forcings Model Intercomparison Project" | ||
}, | ||
"version_metadata": { | ||
"CV_collection_modified": "2022-09-05", | ||
"CV_collection_version": "6.3.0.0", | ||
"author": "Matt Mizielinski <matthew.mizielinski@metoffice.gov.uk>", | ||
"checksum": "md5: 52acb18084e2913cee556f2df19b1d45", | ||
"institution_id": "MOHC", | ||
"previous_commit": "To be added", | ||
"specs_doc": "v6.3.0 (link TBC)" | ||
} | ||
} |
Oops, something went wrong.