Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ndsl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ class ConstantVersions(Enum):
LAT2 = np.power((HLV + HLF), 2, dtype=Float)
"""Used in bigg mechanism"""
TTP = 2.7316e2
"""Temperature of H2O triple point"""
"""Temperature of H2O triple point"""
9 changes: 0 additions & 9 deletions ndsl/stencils/testing/savepoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ def exists(self) -> bool:
> self.grid.rank
)

@property
def exists(self) -> bool:
return (
xr.open_dataset(
os.path.join(self.data_dir, f"{self.savepoint_name}-In.nc")
).sizes["rank"]
> self.rank
)

@property
def ds_in(self) -> xr.Dataset:
return (
Expand Down