From d1589d3159e6e963713f924d39a4c43985d464d9 Mon Sep 17 00:00:00 2001 From: xyuan Date: Fri, 17 May 2024 14:16:07 -0400 Subject: [PATCH] remove unused icloud argument cracw that cause parse failure in orchestration mode run --- pySHiELD/stencils/microphysics.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pySHiELD/stencils/microphysics.py b/pySHiELD/stencils/microphysics.py index b77d699..d4ec897 100644 --- a/pySHiELD/stencils/microphysics.py +++ b/pySHiELD/stencils/microphysics.py @@ -1257,7 +1257,6 @@ def icloud( csaci: Float, cgacw: Float, cgaci: Float, - cracw: Float, cssub_0: Float, cssub_1: Float, cssub_2: Float, @@ -2189,7 +2188,6 @@ def __call__(self, state: MicrophysicsState, timestep: float): self._csaci, self._cgacw, self._cgaci, - self._cracw, self._cssub_0, self._cssub_1, self._cssub_2,