We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d72e54 commit e69dabcCopy full SHA for e69dabc
baskerville/dawn-comparison/inference-timing.py
@@ -42,6 +42,8 @@ def main(
42
print("Loading data...")
43
dataset = AuroraDataset(
44
data_path=download_path,
45
+ surface_data="2023-01-surface-level-34.nc",
46
+ atmos_data="2023-01-atmospheric-34.nc",
47
t=1,
48
**kwargs
49
) # Defaults to the 2023-01-01 dataset, use kwargs to specify other files.
0 commit comments