Commit db1bc0f Joe Hamman
committed
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 126
126
and clarified the descriptions of the SPATIAL_SNOW
127
127
option. TJB
128
128
2012-Mar-30 Created constant DEFAULT_WIND_SPEED. TJB
129
+ 2013-Sep-17 Fixed incorrect units in comments for REL_HUMID. TJB
129
130
*********************************************************************/
130
131
131
132
#include <user_def.h>
@@ -323,7 +324,7 @@ extern char ref_veg_ref_crop[];
323
324
#define PRESSURE 10 /* atmospheric pressure [kPa] (ALMA_INPUT: [Pa]) */
324
325
#define QAIR 11 /* specific humidity [kg/kg] */
325
326
#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 [% ] */
327
328
#define SHORTWAVE 14 /* incoming shortwave [W/m2] */
328
329
#define SNOWF 15 /* snowfall (convective and large-scale) [mm] (ALMA_INPUT: [mm/s]) */
329
330
#define TMAX 16 /* maximum daily temperature [C] (ALMA_INPUT: [K]) */
@@ -465,7 +466,7 @@ extern char ref_veg_ref_crop[];
465
466
#define OUT_LONGWAVE 120 /* incoming longwave [W/m2] */
466
467
#define OUT_PRESSURE 121 /* near surface atmospheric pressure [kPa] (ALMA_OUTPUT: [Pa])*/
467
468
#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 [% ]*/
469
470
#define OUT_SHORTWAVE 124 /* incoming shortwave [W/m2] */
470
471
#define OUT_SURF_COND 125 /* surface conductance [m/s] */
471
472
#define OUT_TSKC 126 /* cloud cover fraction [fraction] */
You can’t perform that action at this time.
0 commit comments