Skip to content

Commit

Permalink
CV generation test2
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Jul 26, 2024
1 parent b27360f commit b363777
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions cmipld/cvs/CV.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,16 +1325,16 @@
}
},
"source_type": [
"LAND",
"AGCM",
"OGCM",
"SLAB",
"RAD",
"AER",
"AOGCM",
"BGC",
"ISM",
"CHEM",
"AER",
"OGCM",
"AGCM",
"RAD"
"ISM",
"LAND"
],
"sub_experiment_id": {
"null": null
Expand Down
2 changes: 1 addition & 1 deletion cmipld/cvs/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def cmip6plus_native_nominal_resolution (data):


def cmip6plus_sub_experiment_id (data):
return name_description(data,'sub_experiment_id','description')
return name_description(data)


def cmip6plus_experiment_id (data):
Expand Down
5 changes: 3 additions & 2 deletions cmipld/frame_ld/examples/cmip6plus/sub-experiment-id.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"@type": [
"mip:sub-experiment-id"
],
"sub-experiment-id:sub-experiment-id": {},
"sub-experiment-id:description": {}
"sub-experiment-id:name": {},
"sub-experiment-id:description": {},
"@explicit": true
}

0 comments on commit b363777

Please sign in to comment.