Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Make sure FIX is the 2nd arg to Fun in gckpp_Integrator.F90
KPP/carboncycle/gckpp_Integrator.F90 - Added a kludge: In routine FunTemplate, we now pass FIX (and not VAR) as the 2nd argument to Fun. This error was causing the F variable within Fun to be corrupted, which was propagating negatives through the code. - NOTE: We have patched this file for KPP 2.5.0, but a final fix will be issued in KPP 3.0.0. We will eventually rebuild all mechanisms with KPP 3.0.0 anyway. - See KineticPreProcessor/KPP#6 for more info. Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
- Loading branch information