From 4fc8e929fa3d7a8317e5be2658d229bce341b05f Mon Sep 17 00:00:00 2001 From: Kat <94017026+kladig@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:07:58 -0600 Subject: [PATCH] Update constants.py --- micromet/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/micromet/constants.py b/micromet/constants.py index b659e7b..6c9a4d1 100644 --- a/micromet/constants.py +++ b/micromet/constants.py @@ -15,7 +15,6 @@ * **Lv0** : latent heat of vaporization for water at 0C * **k** : von Kármán constant """ -from numpy import pi g0 = 9.80665 # standard gravitational acceleration (m/s) stefan = 5.67e-8 # Stefan-boltzmann constant (W/m^2/K^4)