Skip to content

Commit 2ec2eb2

Browse files
authored
Merge pull request #39 from andrewdnolan/download_periodic_mesh
Pre-download doubly periodic mesh
2 parents ed76709 + 0dba925 commit 2ec2eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def download_meshes(app, env, docnames): # noqa: ARG001
1414
"""Function to download meshes prior to executing documentation, so
1515
progress bars don't appear in the rendered docs
1616
"""
17-
for mesh in ["QU.240km", "mpasli.AIS8to30"]:
17+
for mesh in ["QU.240km", "mpasli.AIS8to30", "doubly_periodic_4x4"]:
1818
mosaic.datasets.open_dataset(mesh)
1919

2020

0 commit comments

Comments
 (0)