Update version info for release v4.6.1 (#2122)
[WRF.git] / chem / KPP / inc / kpp_ctrl_default.inc
blobfaaa5dd6c3a682fccd187b7d0f5fb822d31baae1
1
2 !  include file: kpp_ctrl_default.inc
5 ! BEWARE: currently the setting in this file are 
6 !  used for ALL solvers and mechanisms 
8 !  This file is designed for rosenbrock type solvers   
10 !  if changed, please make sure that interface routines are recompiled 
13 ! choose AUTONOMOUS option
14    ICNTRL(1) = 1
16 ! choose ros3
17    ICNTRL(3) = 2
19 ! set HSTART value: 
20    RCNTRL(3) = 0.01_dp * TIME_END
24 !  atol and rtol are currently set in ../module_wkppc_constants.F
26 ! end include file kpp_ctrl_default.inc