Skip to content

Commit

Permalink
Merge pull request #65 from PCMDI/ps_for_E6hrZ
Browse files Browse the repository at this point in the history
Add orog2d and ps2d to formula terms.
  • Loading branch information
mauzey1 authored May 29, 2020
2 parents d3059c6 + 41eb61a commit e4d1e65
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/CMOR3_formula_terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@
"type": "real",
"units": "m"
},
"orog2d": {
"dimensions": "latitude",
"long_name": "Surface Altitude",
"name": "orog2d",
"out_name": "orog",
"standard_name": "",
"type": "real",
"units": "m"
},
"p0": {
"dimensions": "",
"long_name": "vertical coordinate formula term: reference pressure",
Expand Down Expand Up @@ -180,6 +189,15 @@
"type": "real",
"units": "Pa"
},
"ps2d": {
"dimensions": "latitude time1",
"long_name": "Surface Air Pressure",
"name": "ps2d",
"out_name": "ps",
"standard_name": "air_pressure",
"type": "real",
"units": "Pa"
},
"ptop": {
"dimensions": "",
"long_name": "pressure at top of model",
Expand Down
16 changes: 16 additions & 0 deletions tables/CMIP6_formula_terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@
"standard_name": "",
"type": "real"
},
"orog2d": {
"long_name": "Surface Altitude",
"units": "m",
"dimensions": "latitude",
"out_name": "orog",
"standard_name": "",
"type": "real"
},
"p0": {
"long_name": "vertical coordinate formula term: reference pressure",
"units": "Pa",
Expand Down Expand Up @@ -160,6 +168,14 @@
"standard_name": "air_pressure",
"type": "real"
},
"ps2d": {
"long_name": "Surface Air Pressure",
"units": "Pa",
"dimensions": "latitude time1",
"out_name": "ps",
"standard_name": "air_pressure",
"type": "real"
},
"ptop": {
"long_name": "pressure at top of model",
"units": "Pa",
Expand Down

0 comments on commit e4d1e65

Please sign in to comment.