Skip to content

Commit

Permalink
production push
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Nov 29, 2024
1 parent b295584 commit 44e1dba
Show file tree
Hide file tree
Showing 9,907 changed files with 276,264 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added data_descriptors/.DS_Store
Binary file not shown.
Empty file added data_descriptors/.nojekyll
Empty file.
27 changes: 27 additions & 0 deletions data_descriptors/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Load JSON Key Display</title>
<link rel='stylesheet' href='https://bootswatch.com/5/sketchy/bootstrap.css'>
<style>
body { padding:10px; }
h2 { font-size:0.8rem; margin-left: 10px }
h3 { font-size:0.6rem; margin-left: 15px ; color:gray }
p { margin-left: 30px }
pre {border: none; padding:40px}
ul {padding-left: 40px}
</style>
</head>
<body>
<h1 id='title'>Data Descriptor</h1>
<div>
<code id="content"></code>
</div>

<script src='https://wcrp-cmip.github.io/CMIP-LD/static/404_restful.js'>

</script>
</body>
</html>
14 changes: 14 additions & 0 deletions data_descriptors/_context_
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": {
"@base": "https://wcrp-cmip.github.io/CF/",
"@vocab": "https://wcrp-cmip.github.io/CF/",
"id": "@id",
"type": "@type",
"cf": "https://wcrp-cmip.github.io/CF/",
"cmip6plus": "https://wcrp-cmip.github.io/CMIP6Plus_CVs/",
"cmip7": "https://wcrp-cmip.github.io/CMIP7_CVs/",
"mip-variables": "https://wcrp-cmip.github.io/MIP-variables/",
"wcrp-universe": "https://wcrp-cmip.github.io/WCRP-UNIVERSE/"
},
"@embed": "@always"
}
Binary file added data_descriptors/area_type_table/.DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions data_descriptors/area_type_table/_context_
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": [
"../_context_",
{
"@base": "https://wcrp-cmip.github.io/CF/area_type_table/",
"@vocab": "https://wcrp-cmip.github.io/CF/area_type_table/",
"CFAreaTypeTable": {
"@id": "CFAreaTypeTable",
"@type": "@id"
}
}
],
"@embed": "@always"
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/air
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/air",
"type": "area-type-table",
"name": "air",
"description": "The area type of \"air\" distinguishes the atmospheric portion of a domain from the land portion (or any other non-air portion). It is needed when a variable such as wind speed is reported, for example, on a surface at mean sea level pressure. At most locations over land, this surface would be underground and would need to be excluded from consideration, which could be indicated by specifying a cell_ methods \"where air\"."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/air.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/air",
"type": "area-type-table",
"name": "air",
"description": "The area type of \"air\" distinguishes the atmospheric portion of a domain from the land portion (or any other non-air portion). It is needed when a variable such as wind speed is reported, for example, on a surface at mean sea level pressure. At most locations over land, this surface would be underground and would need to be excluded from consideration, which could be indicated by specifying a cell_ methods \"where air\"."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/all_area_types
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/all_area_types",
"type": "area-type-table",
"name": "all_area_types",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/all_area_types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/all_area_types",
"type": "area-type-table",
"name": "all_area_types",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/bare_ground
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/bare_ground",
"type": "area-type-table",
"name": "bare_ground",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/bare_ground.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/bare_ground",
"type": "area-type-table",
"name": "bare_ground",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/burnt_vegetation
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/burnt_vegetation",
"type": "area-type-table",
"name": "burnt_vegetation",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/burnt_vegetation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/burnt_vegetation",
"type": "area-type-table",
"name": "burnt_vegetation",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/c3_plant_functional_types
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/c3_plant_functional_types",
"type": "area-type-table",
"name": "c3_plant_functional_types",
"description": "A plant that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/c3_plant_functional_types",
"type": "area-type-table",
"name": "c3_plant_functional_types",
"description": "A plant that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/c4_plant_functional_types
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/c4_plant_functional_types",
"type": "area-type-table",
"name": "c4_plant_functional_types",
"description": "A plant that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/c4_plant_functional_types",
"type": "area-type-table",
"name": "c4_plant_functional_types",
"description": "A plant that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/clear_sky
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/clear_sky",
"type": "area-type-table",
"name": "clear_sky",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/clear_sky.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/clear_sky",
"type": "area-type-table",
"name": "clear_sky",
"description": null
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/cloud
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/cloud",
"type": "area-type-table",
"name": "cloud",
"description": "The \"cloud\" area type is a general term and includes both convective_cloud and stratiform_cloud types and any additional cloud areas that are not separately named."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/cloud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/cloud",
"type": "area-type-table",
"name": "cloud",
"description": "The \"cloud\" area type is a general term and includes both convective_cloud and stratiform_cloud types and any additional cloud areas that are not separately named."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/convective_cloud
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/convective_cloud",
"type": "area-type-table",
"name": "convective_cloud",
"description": "This area type complements the \"stratiform_cloud\" area type, which is the other major category of cloud. The \"cloud\" area type is a more general term and includes both convective_cloud and stratiform_cloud types."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/convective_cloud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/convective_cloud",
"type": "area-type-table",
"name": "convective_cloud",
"description": "This area type complements the \"stratiform_cloud\" area type, which is the other major category of cloud. The \"cloud\" area type is a more general term and includes both convective_cloud and stratiform_cloud types."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/crops
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/crops",
"type": "area-type-table",
"name": "crops",
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/crops.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/crops",
"type": "area-type-table",
"name": "crops",
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/crops_of_c3_plant_functional_types",
"type": "area-type-table",
"name": "crops_of_c3_plant_functional_types",
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c3 plant\" is one that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/crops_of_c3_plant_functional_types",
"type": "area-type-table",
"name": "crops_of_c3_plant_functional_types",
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c3 plant\" is one that utilizes the C3 carbon fixation pathway as the sole mechanism to bind CO2 before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/crops_of_c4_plant_functional_types",
"type": "area-type-table",
"name": "crops_of_c4_plant_functional_types",
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c4 plant\" is one that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/crops_of_c4_plant_functional_types",
"type": "area-type-table",
"name": "crops_of_c4_plant_functional_types",
"description": "The definition of \"crops\" is model dependent, for example, some models may include fruit trees as crops. A \"c4 plant\" is one that utilizes the C4 carbon fixation pathway in which the CO2 is first bound to a compound containing four carbon atoms before photosynthesis reactions take place. All trees are C3 type. Grasses and crops can be C3 or C4."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/dust_aerosol
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/dust_aerosol",
"type": "area-type-table",
"name": "dust_aerosol",
"description": "An area_type of \"dust_aerosol\" indicates that dust aerosol is present at some level in the atmospheric column above an area on the surface of the Earth."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/dust_aerosol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/dust_aerosol",
"type": "area-type-table",
"name": "dust_aerosol",
"description": "An area_type of \"dust_aerosol\" indicates that dust aerosol is present at some level in the atmospheric column above an area on the surface of the Earth."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/fire
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/fire",
"type": "area-type-table",
"name": "fire",
"description": "An area_type of \"fire\" indicates that biomass fire, either flaming, smouldering, or both, is present."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/fire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/fire",
"type": "area-type-table",
"name": "fire",
"description": "An area_type of \"fire\" indicates that biomass fire, either flaming, smouldering, or both, is present."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/floating_ice
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/floating_ice",
"type": "area-type-table",
"name": "floating_ice",
"description": "All ice floating on water including lake-ice, sea-ice, ice-shelves and icebergs."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/floating_ice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/floating_ice",
"type": "area-type-table",
"name": "floating_ice",
"description": "All ice floating on water including lake-ice, sea-ice, ice-shelves and icebergs."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/floating_ice_shelf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/floating_ice_shelf",
"type": "area-type-table",
"name": "floating_ice_shelf",
"description": "An area type of \"floating ice shelf\" indicates where ice shelves are present. Ice shelves are the component of ice sheets that flow over the ocean."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/floating_ice_shelf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/floating_ice_shelf",
"type": "area-type-table",
"name": "floating_ice_shelf",
"description": "An area type of \"floating ice shelf\" indicates where ice shelves are present. Ice shelves are the component of ice sheets that flow over the ocean."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/fresh_free_water
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/fresh_free_water",
"type": "area-type-table",
"name": "fresh_free_water",
"description": "An area type of \"fresh_free_water\" means a free interface between freshwater and the atmosphere without vegetation or other obstructions."
}
7 changes: 7 additions & 0 deletions data_descriptors/area_type_table/fresh_free_water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"@context": "_context_",
"id": "cf:area-type-table/fresh_free_water",
"type": "area-type-table",
"name": "fresh_free_water",
"description": "An area type of \"fresh_free_water\" means a free interface between freshwater and the atmosphere without vegetation or other obstructions."
}
Loading

0 comments on commit 44e1dba

Please sign in to comment.