Very large chemical networks¶
answer to a question from Stefano Antonellini (How to model with a very large reaction network?)
in datamod.f, just increase the value of REACMAX from 15000 to a value greater than what you need and recompile the code.
module REACTIONS
!-----------------------------------------------
! *** definition of chemical reaction data ***
!-----------------------------------------------
use SPECIES,ONLY: SPMAX
integer,parameter :: REACMAX=15000 ! max. no. of reactions