You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -345,6 +368,13 @@ Update `namelist.init_atmosphere` with these settings:
345
368
346
369
:::
347
370
371
+
[^noahmp]:
372
+
Our static file was created with v8.0, before the Noah-MP land model was added to MPAS-A (v8.2),
373
+
so we [have to](https://forum.mmm.ucar.edu/threads/3-km-static-file-created-by-create_region-doesnt-have-nsoilcomps-as-a-dimension-and-results-in-error-when-creating-initial-conditions.21865/post-54423)
374
+
disable collecting input fields for Noah-MP.
375
+
376
+
This is a hidden option; add it to the end of its section (`data_sources`).
377
+
348
378
Then, in `streams.init_atmosphere`, set the input file name template to `Africa.static.nc`
349
379
and the output file name template to `Africa.init.nc`.
350
380
@@ -378,15 +408,16 @@ qsub init.pbs
378
408
379
409
Update `namelist.init_atmosphere` with these settings:
380
410
381
-
:::{table} `namelist.init_atmosphere` settings for BC generation for the regional example
411
+
:::{table} `namelist.init_atmosphere` settings for LBC generation for the regional example
Copy file name to clipboardExpand all lines: 03-viz.ipynb
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"---\n",
15
15
"title: Viz\n",
16
16
"subtitle: Visualizing native-grid output in Python\n",
17
-
"label: viz\n",
17
+
"label: page:viz\n",
18
18
"---"
19
19
]
20
20
},
@@ -29,7 +29,7 @@
29
29
"tags": []
30
30
},
31
31
"source": [
32
-
"With unstructured-grid data, the grid/coordinate information is usually stored in a separate file from the model output fields. Considerably more information is needed to reconstruct the grid than in the case of a rectangular lat/lon grid, for example, which can be expressed with 1-D coordinate variables.\n",
32
+
"With unstructured-grid data, the grid/coordinate information is usually stored in a separate file from the model output fields. Considerably more information is needed to reconstruct the grid than in the case of a rectangular lat/lon grid, for example, which can be expressed with 1-D coordinate variables (e.g. ERA5).\n",
33
33
"\n",
34
34
"With MPAS-A, the necessary grid variables are available in multiple files:\n",
35
35
"\n",
@@ -632,6 +632,8 @@
632
632
"id": "270910cf-d6df-4846-b644-39def35d008a",
633
633
"metadata": {},
634
634
"source": [
635
+
"(sec:geovista)=\n",
636
+
"\n",
635
637
"# GeoVista\n",
636
638
"\n",
637
639
"Built on PyVista/VTK, [GeoVista](https://geovista.readthedocs.io/) provides GPU-accelerated interactive visualization of geospatial data and has [builtin support](https://geovista.readthedocs.io/en/v0.5.3/reference/generated/api/geovista/bridge/#geovista.bridge.Transform.from_unstructured) for unstructured meshes.\n",
0 commit comments