Remove unused declaration
This commit is contained in:
parent
69f6218f32
commit
0303060343
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ from typing import Callable
|
|||
|
||||
from xmet.series import Series
|
||||
|
||||
LAPSE_RATE_DRY = 9.8 / 1000 # degrees C per km
|
||||
LAPSE_RATE_MOIST = 4.0 / 1000
|
||||
LAPSE_RATE_DRY = 9.8 / 1000 # degrees C per km
|
||||
|
||||
PRESSURE_MAX = 1050 # millibar
|
||||
PRESSURE_MSL = 1013.25
|
||||
|
|
Loading…
Add table
Reference in a new issue