setupYear.json 149 B

123456789
  1. {"method":"LSODA",
  2. "atol":1e-8,
  3. "rtol":1e-8,
  4. "mode":"IVPSimultaneous",
  5. "nt":201,
  6. "tmax":1,
  7. "tUnit":"year",
  8. "stride":{"length":0.5,"tUnit":"month"}
  9. }