From 45fe69dcdf21c99980671a4c09e34e4e4ea6347b Mon Sep 17 00:00:00 2001 From: Geet George <46085279+Geet-George@users.noreply.github.com> Date: Tue, 12 May 2020 15:32:17 +0200 Subject: [PATCH] correct   in dims col --- joanne/Level_4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joanne/Level_4/README.md b/joanne/Level_4/README.md index bc03993..4698192 100644 --- a/joanne/Level_4/README.md +++ b/joanne/Level_4/README.md @@ -42,7 +42,7 @@ All variables in the dataset are along the `circle` dimension, and individual so | | `sondes_regressed` | number of sondes regressed | | circle, height | | | `v` | intercept value from regressed northward wind in circle | m s-1 | circle, height | | | `dvdx` | zonal gradient of northward wind | s-1 | circle, height | -| | `dvdy` | meridional gradient of northward wind | s-1 | circle, height | +| | `dvdy` | meridional gradient of northward wind | s-1 | circle, height | | | `q` | intercept value from regressed specific humidity in circle | kg kg-1 | circle, height | | | `dqdx` | zonal gradient of specific humidity | m-1 | circle, height | | | `dqdy` | meridional gradient of specific humidity | m-1 | circle, height |