CESM-Development / water-isotopes

bug tracker for cesm water isotopes
Other
0 stars 0 forks source link

sanity check for clm water isotopes #14

Closed bandre-ucar closed 7 years ago

bandre-ucar commented 7 years ago

Summary of Issue:

Implement an additional sanity check for clm water isotopes. At the end of every time step, verify that the bulk fluxes and states are equal to the pure water tracer values, index 1. David Noone says they can usually get this to agree to within 1.0-e7 -ish. e.g.

assert(waterflux_inst%qflx_prec_grnd_patch(:) == waterflux_inst%wtr_qflx_prec_grnd_patch(:, 1))
bandre-ucar commented 7 years ago

Implemented last fall.