Thank you very much for your help.
but when I coming to run the stiffoptions.90 using the dvode_f90 subroutine, some errors appear like:
1982 | DVODE_F90(DERIVS,NEQ,Y,T,TOUT,ITASK,ISTATE,OPTIONS,J_FCN=JACD)
| 1
Error: There is no specific subroutine for the generic ‘dvode_f90’ at (1)
stiffoptions.f90:1985:78:
1985 | DVODE_F90(DERIVS,NEQ,Y,T,TOUT,ITASK,ISTATE,OPTIONS,J_FCN=JACS)
| 1
Error: There is no specific subroutine for the generic ‘dvode_f90’ at (1)
stiffoptions.f90:1988:78:
1988 | DVODE_F90(DERIVS,NEQ,Y,T,TOUT,ITASK,ISTATE,OPTIONS,J_FCN=JACB)
| 1
Error: There is no specific subroutine for the generic ‘dvode_f90’ at (1)
How to resolve these errors
thank you
but when I coming to run the stiffoptions.90 using the dvode_f90 subroutine, some errors appear like:
1982 | DVODE_F90(DERIVS,NEQ,Y,T,TOUT,ITASK,ISTATE,OPTIONS,J_FCN=JACD)
| 1
Error: There is no specific subroutine for the generic ‘dvode_f90’ at (1)
stiffoptions.f90:1985:78:
1985 | DVODE_F90(DERIVS,NEQ,Y,T,TOUT,ITASK,ISTATE,OPTIONS,J_FCN=JACS)
| 1
Error: There is no specific subroutine for the generic ‘dvode_f90’ at (1)
stiffoptions.f90:1988:78:
1988 | DVODE_F90(DERIVS,NEQ,Y,T,TOUT,ITASK,ISTATE,OPTIONS,J_FCN=JACB)
| 1
Error: There is no specific subroutine for the generic ‘dvode_f90’ at (1)
How to resolve these errors
thank you