Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Oct 17, 2024
1 parent a55dc9f commit 5fd69c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
################

mars = filter_factory(
"mars", param=["u", "v", "t", "q"], grid=[1, 1], date="20200101/to/20200105", levelist=[1000, 850, 500]
"mars",
param=["u", "v", "t", "q"],
grid=[1, 1],
date="20200101/to/20200105",
levelist=[1000, 850, 500],
)

data = mars.forward(None) # or data = mars(None)
Expand Down

0 comments on commit 5fd69c5

Please sign in to comment.