Before I make an error, I want to verify that to calculate total precipitation, I should add ONLY
PRECC + PRECL
and not PRECSC and PRECSL as those are already accounted for in PRECC/PRECL. PRECSC and PRECSL have nonzero values only when the temperature is below freezing, but they are not separate from PRECC/PRECL.
Correct?
PRECC + PRECL
and not PRECSC and PRECSL as those are already accounted for in PRECC/PRECL. PRECSC and PRECSL have nonzero values only when the temperature is below freezing, but they are not separate from PRECC/PRECL.
Correct?