-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from ScottWales/handling-args
Add support for CMIP6
- Loading branch information
Showing
23 changed files
with
15,070 additions
and
213 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
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
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,38 @@ | ||
{ | ||
"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":"Tue Aug 7 07:31:46 2018 -0700", | ||
"CV_collection_version":"6.2.12.0", | ||
"activity_id_CV_modified":"Mon Mar 5 16:39:09 2018 -0800", | ||
"activity_id_CV_note":"Update activity_id to include CDRMIP and PAMIP", | ||
"author":"Paul J. Durack <[email protected]>", | ||
"institution_id":"PCMDI", | ||
"previous_commit":"b27ce275adcf31632cbafb9b9f92af4235b3fff2", | ||
"specs_doc":"v6.2.6 (20th December 2017; https://goo.gl/v1drZl)" | ||
} | ||
} |
Oops, something went wrong.