Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# venv
.venv
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.5
82 changes: 82 additions & 0 deletions 000_context.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables",
"activity_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/activity/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/activity/"
}
},
"experiment_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/experiment/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/experiment/"
}
},
"institution_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/institution/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/institution/"
}
},
"source_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/source/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/source/"
}
},

"member_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/variant_label/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/variant_label/"
}
},
"table_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/table/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/table/"
}
},
"variable_id": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/variable/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/variable/"
}
},
"grid_label": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/grid/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/grid/"
}
},
"mip_era": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/mip_era/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/mip_era/"
}
},

"time_range": {
"@id": "https://espri-mod.github.io/mip-cmor-tables/time_range/",
"@type": "@id",
"@context": {
"@base": "https://espri-mod.github.io/mip-cmor-tables/time_range/"
}
}




}

}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cmip6plus-cvs

Describe your project here.
8 changes: 8 additions & 0 deletions activity_id/000_context.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

{

"@context": {
"@base":"https://espri-mod.github.io/mip-cmor-tables/activity/",
"myprop":"https://SPECIAL/"}
}

4 changes: 4 additions & 0 deletions activity_id/cmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "cmip"
}
4 changes: 4 additions & 0 deletions activity_id/lesfmip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "lesfmip"
}
13 changes: 0 additions & 13 deletions collections/activity_id.json

This file was deleted.

113 changes: 0 additions & 113 deletions collections/experiment_id.json

This file was deleted.

18 changes: 0 additions & 18 deletions collections/institution_id.json

This file was deleted.

10 changes: 0 additions & 10 deletions collections/member_id.json

This file was deleted.

7 changes: 7 additions & 0 deletions experiment_id/000_context.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{

"@context": {
"@base":"https://espri-mod.github.io/mip-cmor-tables/experiment/"}
}

4 changes: 4 additions & 0 deletions experiment_id/1pctco2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "1pctco2"
}
4 changes: 4 additions & 0 deletions experiment_id/abrupt-4xco2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "abrupt-4xco2"
}
4 changes: 4 additions & 0 deletions experiment_id/amip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "amip"
}
4 changes: 4 additions & 0 deletions experiment_id/esm-hist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "esm-hist"
}
4 changes: 4 additions & 0 deletions experiment_id/esm-picontrol-spinup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "esm-picontrol-spinup"
}
4 changes: 4 additions & 0 deletions experiment_id/esm-picontrol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "esm-picontrol"
}
4 changes: 4 additions & 0 deletions experiment_id/fut-aer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "fut-aer"
}
4 changes: 4 additions & 0 deletions experiment_id/fut-ghg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "fut-ghg"
}
4 changes: 4 additions & 0 deletions experiment_id/fut-lu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "fut-lu"
}
4 changes: 4 additions & 0 deletions experiment_id/fut-sol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "fut-sol"
}
4 changes: 4 additions & 0 deletions experiment_id/fut-totalo3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "fut-totalo3"
}
4 changes: 4 additions & 0 deletions experiment_id/fut-volc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "fut-volc"
}
4 changes: 4 additions & 0 deletions experiment_id/hist-aer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "hist-aer"
}
4 changes: 4 additions & 0 deletions experiment_id/hist-ghg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "hist-ghg"
}
4 changes: 4 additions & 0 deletions experiment_id/hist-lu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "hist-lu"
}
4 changes: 4 additions & 0 deletions experiment_id/hist-nat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "hist-nat"
}
4 changes: 4 additions & 0 deletions experiment_id/hist-nolu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "hist-nolu"
}
4 changes: 4 additions & 0 deletions experiment_id/hist-piaer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"@context": "000_context.jsonld",
"@id": "hist-piaer"
}
Loading