-
Notifications
You must be signed in to change notification settings - Fork 13
Are we using Update_RCONST() correctly? #93
Copy link
Copy link
Closed
Labels
integratorsRelated to numerical integratorsRelated to numerical integratorsquestionFurther information is requestedFurther information is requested
Milestone
Description
Hello,
The switch ICNTRL(15) allows us to call Update_RCONST() several times
during the KPP sub-timesteps. Some of the rate constants depend on other
concentrations. In GEOS-Chem for example, k(IONO+BrSALA) depends on
C(ind_IONO).
Why is Update_RCONST() using concentrations from the C array, which
still has the old values before the integration started? Don't we have
to use the intermediate values from the YNEW arrray inside
Update_RCONST()?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
integratorsRelated to numerical integratorsRelated to numerical integratorsquestionFurther information is requestedFurther information is requested