Skip to content

Commit 38b9394

Browse files
Correcting shortwave and longwave radiation variable names (#63)
Previously, the accumulated values have been reported, and with this commit, the correct list of variables for shortwave and longwave radiation is provided for the users. Reported-by: Logan Fang <[email protected]> Signed-off-by: Kasra Keshavarz <[email protected]>
1 parent 0ac000b commit 38b9394

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

scripts/gwf-ncar-conus_i/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ As is obvious from the nomenclature of the dataset files, the time-steps are hou
104104
In most hydrological modelling applications, usually 7 variables are needed detailed as following: 1) specific humidity at 2 meters, 2) surface pressure, 3) air temperature at 2 meters, 4) wind speed at 10 meters, 5) precipitation, 6) downward short wave radiation, and 7) downward long wave radiation. These variables are available through `WRF-CONUSI` dataset and their details are described in the table below:
105105
|Variable Name |WRF-CONUSI Variable|Unit |IPCC abbreviation|Comments |
106106
|---------------------|-------------------|-----|-----------------|--------------------|
107-
|surface pressure |PSFC |Pa |ps | |
108-
|specific humidity @2m|Q2 |1 |huss | |
109-
|air tempreature @2m |T2 |k |tas | |
110-
|wind speed @10m |U10,V10 |m/s |wspd |WIND=SQRT(U10<sup>2</sup>+V10<sup>2</sup>)|
111-
|precipitation |PREC_ACC_NC |mm/hr| |accumulated precipitation over one hour|
112-
|short wave radiation |ACSWDNB |W m-2|rsds | |
113-
|long wave radiation |ACLWDNB |W m-2|rlds | |
107+
|surface pressure |`PSFC` |Pa |ps | |
108+
|specific humidity @2m|`Q2` |1 |huss | |
109+
|air tempreature @2m |`T2` |k |tas | |
110+
|wind speed @10m |`U10,V10` |m/s |wspd |WIND=SQRT(U10<sup>2</sup>+V10<sup>2</sup>)|
111+
|precipitation |`PREC_ACC_NC` |mm/hr| |accumulated precipitation over one hour|
112+
|short wave radiation |`SWDOWN` |W m-2|rsds | |
113+
|long wave radiation |`GLW` |W m-2|rlds | |

scripts/gwf-ncar-conus_ii/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ As is obvious from the nomenclature of the dataset files, the time-steps are hou
113113
In most hydrological modelling applications, usually 7 variables are needed detailed as following: 1) specific humidity at 2 meters, 2) surface pressure, 3) air temperature at 2 meters, 4) wind speed at 10 meters, 5) precipitation, 6) downward short wave radiation, and 7) downward long wave radiation. These variables are available through `WRF-CONUSII` dataset and their details are described in the table below:
114114
|Variable Name |WRF-CONUSII Variable|Unit |IPCC abbreviation|Comments |
115115
|---------------------|--------------------|-----|-----------------|--------------------|
116-
|surface pressure |PSFC |Pa |ps | |
117-
|specific humidity @2m|Q2 |1 |huss | |
118-
|air tempreature @2m |T2 |k |tas | |
119-
|wind speed @10m |U10,V10 |m/s |wspd |WIND=SQRT(U10<sup>2</sup>+V10<sup>2</sup>)|
120-
|precipitation |PREC_ACC_NC |mm/hr| |accumulated precipitation over one hour|
121-
|short wave radiation |ACSWDNB |W m-2|rsds | |
122-
|long wave radiation |ACLWDNB |W m-2|rlds | |
116+
|surface pressure |`PSFC` |Pa |ps | |
117+
|specific humidity @2m|`Q2` |1 |huss | |
118+
|air tempreature @2m |`T2` |k |tas | |
119+
|wind speed @10m |`U10,V10` |m/s |wspd |WIND=SQRT(U10<sup>2</sup>+V10<sup>2</sup>)|
120+
|precipitation |`PREC_ACC_NC` |mm/hr| |accumulated precipitation over one hour|
121+
|short wave radiation |`SWDOWN` |W m-2|rsds | |
122+
|long wave radiation |`GLW` |W m-2|rlds | |

0 commit comments

Comments
 (0)