Skip to content

Commit 9c41712

Browse files
committed
Add precipitable water to dview instance
1 parent f4affeb commit 9c41712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/invoke.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ static void fcall_dview_solar_data_file(lk::invoke_t& cxt)
353353
{ "pres", "Pressure", "millibar" },
354354
{ "snow", "Snow depth", "cm" },
355355
{ "albedo", "Albedo", "fraction" },
356+
{ "pwater", "Precipitable water", "cm"},
356357
{ 0, 0, 0 } };
357358

358359
ssc_number_t start, step; // start & step in seconds, then convert to hours

0 commit comments

Comments
 (0)