Changeset 5868

Timestamp:
2019-04-08T13:31:56+02:00 (5 years ago)
Author:
albert.jornet
Message:

Fix: deal with min_vegfrac values found in veget_max
Fix: ensure almost equal swc_adj and mcs they have the exact value.

Otherwise a floating point exception takes place in the formula due to negative value.
This 2 lines below are responsible of this issue:

( ( (swc_adj(ji,jsl,jv) - mcr(njsc(ji)) ) / &

( mcs(njsc(ji)) - mcr(njsc(ji)) ) ) &

(No files)

Note: See TracChangeset for help on using the changeset viewer.