Skip to content

Commit

Permalink
Update advection data uri
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrm committed Nov 26, 2024
1 parent ee76a8e commit db9db14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_test_data_root_path() -> pathlib.Path:
DATA_URIS_JABW = {1: "https://polybox.ethz.ch/index.php/s/kp9Rab00guECrEd/download"}
DATA_URIS_GAUSS3D = {1: "https://polybox.ethz.ch/index.php/s/IiRimdJH2ZBZ1od/download"}
DATA_URIS_WK = {1: "https://polybox.ethz.ch/index.php/s/91DEUGmAkBgrXO6/download"}
DATA_URIS_ADVECTION = {1: "https://polybox.ethz.ch/index.php/s/KV6FYstcGysNDOj/download"}
DATA_URIS_ADVECTION = {1: "https://polybox.ethz.ch/index.php/s/3rTia1A41YW7KX9/download"}


def get_global_grid_params(experiment: str) -> tuple[int, int]:
Expand Down

0 comments on commit db9db14

Please sign in to comment.