From 9b161627abb2d34c79024da14e2d5ff4fe8e544d Mon Sep 17 00:00:00 2001 From: bikegeek Date: Tue, 19 Mar 2024 15:09:01 +0000 Subject: [PATCH] emphasize the required fields in the config file --- docs/Users_Guide/vertical_interpolation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 docs/Users_Guide/vertical_interpolation.rst diff --git a/docs/Users_Guide/vertical_interpolation.rst b/docs/Users_Guide/vertical_interpolation.rst old mode 100644 new mode 100755 index 8346580d..dcd08b20 --- a/docs/Users_Guide/vertical_interpolation.rst +++ b/docs/Users_Guide/vertical_interpolation.rst @@ -8,7 +8,8 @@ Description This module is used to perform pressure to height conversion in TC-RMW data (netCDF or grb2) by vertically interpolating fields between grids with pressure vertical coordinates. The pressure to height conversion is -implemented with linear interpolation. +implemented with linear interpolation. The following fields are required in the input data: +relative humidity, surface pressure, and temperature. Example @@ -62,7 +63,7 @@ fields: - 'RH' - 'PRMSL' - +**NOTE**: The relative humidity, surface pressure, and temperature fields are required, as they are used to calculate pressure indices. Run from the Command Line =========================