You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the first driver calls is dynSubgrid_driver. To get tracer consistency checks to pass early in the driver loop, we'll need to update any tracer variables related to variables updated in dynSubgrid_driver.
The text was updated successfully, but these errors were encountered:
Water tracer updates for initial things in driver loop
Update water tracers for initial stuff done in driver loop. This
includes atm2lnd forcings (non-downscaled and downscaled), balance check
initialization, and dyn subgrid updates.
Broadly speaking, the changes here are:
(1) Reworked WaterType to make it easier / more robust for other code to
loop over tracers or bulk+tracers
(2) The most interesting changes are probably the code to update the
atm2lnd water tracers (in Wateratm2lndType.F90 and
WaterTracerUtils.F90)
(3) In various other places, do some infrastructurey stuff (initializing
water balance, doing dyn subgrid stuff) for tracers as well as bulk
(4) Supporting unit tests and unit test infrastructure
Resolves#487Resolves#488Resolves#489
One of the first driver calls is dynSubgrid_driver. To get tracer consistency checks to pass early in the driver loop, we'll need to update any tracer variables related to variables updated in dynSubgrid_driver.
The text was updated successfully, but these errors were encountered: