Skip to content

Commit

Permalink
New convergence criterion and ozone model
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego authored and diegojco committed Nov 29, 2022
1 parent aad6781 commit 3903c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion konrad/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ def run(self):
self.deltaT = self.atmosphere["T"][0].copy() - self.oldT

# Adjusts the time step

if self.timestep_adjuster is not None:
self.timestep = self.timestep_adjuster(
self.timestep, self.deltaT * self.timestep_days
Expand Down

0 comments on commit 3903c66

Please sign in to comment.