From 41eb61a81c5abb03a77ad6178e15c3da7415d805 Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Fri, 29 May 2020 13:33:04 -0700 Subject: [PATCH] Add orog2d and ps2d to CMIP6_formula_terms.json --- tables/CMIP6_formula_terms.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tables/CMIP6_formula_terms.json b/tables/CMIP6_formula_terms.json index 37b931f..afcef0c 100644 --- a/tables/CMIP6_formula_terms.json +++ b/tables/CMIP6_formula_terms.json @@ -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", @@ -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",