From f01f615788d7ee6aeee99b874a4a945f91780d4b Mon Sep 17 00:00:00 2001 From: Isaac Rowe Date: Fri, 7 Aug 2020 13:02:32 -0400 Subject: [PATCH 1/2] Added T2 to list of diagnostics supported by getvar. Closes #122 --- doc/source/_templates/product_table.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/_templates/product_table.txt b/doc/source/_templates/product_table.txt index 2ecc5f1..808c079 100644 --- a/doc/source/_templates/product_table.txt +++ b/doc/source/_templates/product_table.txt @@ -107,6 +107,8 @@ +--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | tc | Temperature in Celsius | degC | | +--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ +| T2 | 2m Temperature | K | | ++--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | th/theta | Potential Temperature | K | **units** (str) : Set to desired units. Default is *'K'*. | | | | | | | | | degC | | From 5860f611be366c10e93c590e47ce66254cc7d735 Mon Sep 17 00:00:00 2001 From: Isaac Rowe Date: Tue, 25 Aug 2020 16:21:44 -0400 Subject: [PATCH 2/2] Move T2 to correct location in table --- doc/source/_templates/product_table.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/_templates/product_table.txt b/doc/source/_templates/product_table.txt index 808c079..2fad6fb 100644 --- a/doc/source/_templates/product_table.txt +++ b/doc/source/_templates/product_table.txt @@ -83,6 +83,8 @@ | | | | | | | | atm | | +--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ +| T2 | 2m Temperature | K | | ++--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | ter | Model Terrain Height | m | **units** (str) : Set to desired units. Default is *'m'*. | | | | | | | | | km | | @@ -107,8 +109,6 @@ +--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | tc | Temperature in Celsius | degC | | +--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ -| T2 | 2m Temperature | K | | -+--------------------+---------------------------------------------------------------+-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | th/theta | Potential Temperature | K | **units** (str) : Set to desired units. Default is *'K'*. | | | | | | | | | degC | |