master
Tobias Dammers 3 years ago
parent c9b25e4b27
commit 63b83ab0bb

@ -403,12 +403,12 @@ var setAloftWinds = func (aloftPoint) {
node.getChild('wind-speed-kt').setValue(aloftPoint.layers[i].spd);
# node.getChild('temperature-degc').setValue(aloftPoint.layers[i].temp);
logprint(
1,
sprintf("ALOFT #%i %5i': %03i/%i",
i,
2,
sprintf("ALOFT AFTER %5i': %03i/%i (slp = %02.2f)",
node.getChild('elevation-ft').getValue(),
node.getChild('wind-from-heading-deg').getValue(),
node.getChild('wind-speed-kt').getValue()));
node.getChild('wind-speed-kt').getValue(),
node.getChild('pressure-sea-level-inhg').getValue()));
}
};

Loading…
Cancel
Save