Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarabullini committed Dec 12, 2024
1 parent bc78a76 commit a9d6d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/common/src/icon4py/model/common/io/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def initialize_dataset(self) -> None:
icon4py.model.common.states.metadata.INTERFACE_LEVEL_STANDARD_NAME
)
interface_levels[:] = np.arange(self.num_levels + 1, dtype=np.int32)

heights = self.dataset.createVariable("height", np.float64, (MODEL_INTERFACE_LEVEL,))
heights.units = "m"
heights.positive = "up"
Expand Down

0 comments on commit a9d6d39

Please sign in to comment.