Rosenbrock solver for atmospheric chemistry.  
More...
|  | 
| subroutine | roschem (dlconc, zcsourc, zcsourcf, conv_factor, dlstep, dlrki, dlrkf) | 
|  | 
Rosenbrock solver for atmospheric chemistry. 
      
        
          | subroutine roschem | ( | double precision, dimension(nespg) | dlconc, | 
        
          |  |  | double precision, dimension(nespg) | zcsourc, | 
        
          |  |  | double precision, dimension(nespg) | zcsourcf, | 
        
          |  |  | double precision, dimension(nespg) | conv_factor, | 
        
          |  |  | double precision | dlstep, | 
        
          |  |  | double precision, dimension(nrg) | dlrki, | 
        
          |  |  | double precision, dimension(nrg) | dlrkf | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in,out] | dlconc | concentrations vector |  | [in] | zcsourc | source term for first iteration |  | [in] | zcsourcf | source term for second iteration |  | [in] | conv_factor | conversion factor |  | [in] | dlstep | time step |  | [in] | dlrki | kinetic rates for first iteration |  | [in] | dlrkf | kinetic rates for second iteration |