Adding the H2O feedback

On the hour, perform the following

The parts in red are the H2O feedback and are currently already in the model

Snr Jnr
Store q
CALL UKCA_MAIN1, which modifies q
Calculate Δq
Re-calculate θvd, mv, mcl, ...
 ⇐  Pass Δq & all other fields
Receive Δq & others
q = max(q + Δq, 1X10-9)
Re-calculate θvd, mv, mcl, ...
Pass θvd & others  ⇒ 
Receive θvd & others
  • Requires new prognostic/STASHmaster_A for Δq
  • This forces GET of Snr to come before PUT
  • Because in computing A + B ≠ B + A, then Snr N96 ≠ Jnr N96 (this is a very valuable test if it works).
  • It's only just been added - barely tested