Skip to content

Commit db1bc0f

Browse files
author
Joe Hamman
committed
Merge pull request #54 from tbohn/hotfix/VIC_4.1.2.i
Fixed incorrect units for REL_HUMID and OUT_REL_HUMID.
2 parents 8500bd1 + 6a6b54b commit db1bc0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vicNl_def.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
and clarified the descriptions of the SPATIAL_SNOW
127127
option. TJB
128128
2012-Mar-30 Created constant DEFAULT_WIND_SPEED. TJB
129+
2013-Sep-17 Fixed incorrect units in comments for REL_HUMID. TJB
129130
*********************************************************************/
130131

131132
#include <user_def.h>
@@ -323,7 +324,7 @@ extern char ref_veg_ref_crop[];
323324
#define PRESSURE 10 /* atmospheric pressure [kPa] (ALMA_INPUT: [Pa]) */
324325
#define QAIR 11 /* specific humidity [kg/kg] */
325326
#define RAINF 12 /* rainfall (convective and large-scale) [mm] (ALMA_INPUT: [mm/s]) */
326-
#define REL_HUMID 13 /* relative humidity [fraction] */
327+
#define REL_HUMID 13 /* relative humidity [%] */
327328
#define SHORTWAVE 14 /* incoming shortwave [W/m2] */
328329
#define SNOWF 15 /* snowfall (convective and large-scale) [mm] (ALMA_INPUT: [mm/s]) */
329330
#define TMAX 16 /* maximum daily temperature [C] (ALMA_INPUT: [K]) */
@@ -465,7 +466,7 @@ extern char ref_veg_ref_crop[];
465466
#define OUT_LONGWAVE 120 /* incoming longwave [W/m2] */
466467
#define OUT_PRESSURE 121 /* near surface atmospheric pressure [kPa] (ALMA_OUTPUT: [Pa])*/
467468
#define OUT_QAIR 122 /* specific humidity [kg/kg] */
468-
#define OUT_REL_HUMID 123 /* relative humidity [fraction]*/
469+
#define OUT_REL_HUMID 123 /* relative humidity [%]*/
469470
#define OUT_SHORTWAVE 124 /* incoming shortwave [W/m2] */
470471
#define OUT_SURF_COND 125 /* surface conductance [m/s] */
471472
#define OUT_TSKC 126 /* cloud cover fraction [fraction] */

0 commit comments

Comments
 (0)