Skip to content

Commit f0d013f

Browse files
author
Rajeev Jain
committed
o paper: add cross_section_modes figure; expand use cases; update both drafts
1 parent 78e401a commit f0d013f

3 files changed

Lines changed: 33 additions & 5 deletions

File tree

Lines changed: 21 additions & 0 deletions
Loading

paper/paper.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,16 @@ cs = uxds["psi"].cross_section(start=(-45, -45), end=(45, 45), steps=200)
8585

8686
![End-to-end data flow](images/data_flow.svg)
8787

88+
![Cross-section modes](images/cross_section_modes.svg)
89+
8890
# Use cases
8991

90-
- Cross-section analysis along great-circle arcs and along constant parallels/meridians.
91-
- Zonal statistics for climate diagnostics.
92-
- Format-agnostic ingestion and analysis across UGRID/MPAS/Exodus/ICON/SCRIP/ESMF/FESOM/HEALPix.
93-
- Integration with visualization stacks (Cartopy, HoloViz) for interactive exploration.
94-
- Project Pythia examples of UXarray usage (to be summarized and cited with attribution).
92+
- Cross-section analysis along great-circle arcs and along constant parallels/meridians, including event-centric slices (e.g., cyclones, fronts).
93+
- Zonal statistics for climate diagnostics (means, anomalies, and contrasts across regimes).
94+
- Format-agnostic ingestion and analysis across UGRID/MPAS/Exodus/ICON/SCRIP/ESMF/FESOM/HEALPix for model intercomparison.
95+
- Remap pipeline for consistent statistics across meshes (nearest, conservative), paired with UXarray’s grid-aware abstractions.
96+
- Integration with visualization stacks (Cartopy, HoloViz) for interactive exploration and publication-quality plots.
97+
- Project Pythia examples of UXarray usage (to be summarized and cited with attribution) as on-ramps for new users.
9598

9699
# Quality control
97100

paper/uxarray_joss_paper.doc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ examples of UXarray usage (with attribution) once gathered.
9999
<img src="images/data_flow.svg" alt="Data flow" width="800" />
100100
<figcaption>Figure 3: End-to-end data flow: inputs → normalization → grid → accessors → outputs.</figcaption>
101101
</figure>
102+
<figure>
103+
<img src="images/cross_section_modes.svg" alt="Cross-section modes" width="800" />
104+
<figcaption>Figure 4: Cross-section modes supported: geodesic (great-circle), constant latitude, constant longitude.</figcaption>
105+
</figure>
102106

103107
<h3>Conclusions</h3>
104108
<p>

0 commit comments

Comments
 (0)