Skip to content

Commit

Permalink
Pass use_logp from DynCore downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Dec 19, 2024
1 parent 892f38e commit a0bb6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyFV3/stencils/dyn_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ def __init__(
quantity_factory=quantity_factory,
grid_data=grid_data,
grid_type=config.grid_type,
use_logp=config.use_logp,
)
)
self._akap = Float(constants.KAPPA)
Expand Down

0 comments on commit a0bb6b9

Please sign in to comment.