Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/gallery/gallery_elmv2_ne30pg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 19 additions & 4 deletions docs/gallery/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@

## Aerosol concentrations in EAMv2 displayed by [QuickView](/guides/quickview/index) {#eamv2-aerosols}

Horizontal mesh is ne30pg2 (~165 km).
Simulation was performed by Hui Wan at PNNL.
- Horizontal mesh: ne30pg2 (~165 km)
- Simulation performed by: Hui Wan (PNNL)
- Visualization created by: Hui Wan (PNNL)
- [State file](./quickview-state_gallery_aerosols.json)

![EAMv2 aerosols](/gallery/gallery_eamv2_aerosols_ne30.png){ width="100%", align=center }



## A few ELM output variables displayed by [QuickView](/guides/quickview/index) {#eamv2-aerosols}

- Horizontal mesh:ne30pg2 (~165 km)
- Simulation performed by: Hui Wan (PNNL)
- Visualization created by: Hui Wan (PNNL)
- [State file](./quickview-state_gallery_elmv2_ne30pg2.json)

![ELMv2 soil and lake variables](/gallery/gallery_elmv2_ne30pg2.png){ width="100%", align=center }



## SCREAM simulation output displayed by [QuickView](/guides/quickview/index) {#scream}

Horizontal mesh is ne1024pg2 (~3.5 km).
Simulation data was provided by the EAMxx group, thanks to Chris Terai at LLNL.
- Horizontal mesh: ne1024pg2 (~3.5 km).
- Simulation performed by: EAMxx team (thanks to Chris Terai at LLNL for providing the data)
- Visualization created by: Hui Wan (PNNL)

<figure>
<figcaption>
Expand Down
182 changes: 182 additions & 0 deletions docs/gallery/quickview-state_gallery_elmv2_ne30pg2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
{
"origin": {
"user": "huiwan",
"created": "2026-06-01 14:30:29.934166",
"comment": ""
},
"files": {
"simulation": "/global/cfs/cdirs/m4359/www/huiwan/vis/202605_elm_files/v2_F20TR_nc10_ndgAllLevs_pi.elm.h0.2008-12.nc",
"connectivity": "/global/cfs/cdirs/m4359/www/huiwan/vis/202605_elm_files/connectivity_ne30pg2_TEMPEST.scrip.nc"
},
"variables-selection": [
"SOILLIQ",
"LAKEICETHICK",
"TLAKE",
"TSOI"
],
"layout": {
"aspect-ratio": 0.5,
"grouped": false,
"active": "auto_layout",
"tools": [
"select-slice-time",
"animation-controls"
],
"help": false,
"camera": {
"zoom": 99.92269213762843,
"position": [
0.0,
0.0,
778.05769102811
],
"focal_point": [
0.0,
0.0,
0.5
],
"view_up": [
0.0,
1.0,
0.0
],
"clipping_range": [
759.8398062501348,
801.7363735837696
]
}
},
"data-selection": {
"crop_longitude": [
-180,
180
],
"crop_latitude": [
-90,
90
],
"projection": [
"Cyl. Equidistant"
],
"animation_track": "levlak",
"levlak_idx": 0,
"levgrnd_idx": 5
},
"views": [
{
"type": [
"time",
"levgrnd",
"lndgrid"
],
"name": "SOILLIQ",
"config": {
"order": 1,
"size": 6,
"offset": 0,
"break_row": false
},
"colormap": {
"preset": "blue2cyan",
"invert": false,
"color_blind": false,
"use_log_scale": "linear",
"discrete_log": false,
"n_discrete_colors": 4,
"override_range": true,
"color_range": [
0.0,
100.0
],
"color_value_min": "0",
"color_value_max": "100"
}
},
{
"type": [
"time",
"levgrnd",
"lndgrid"
],
"name": "TSOI",
"config": {
"order": 3,
"size": 6,
"offset": 0,
"break_row": false
},
"colormap": {
"preset": "berlin",
"invert": false,
"color_blind": false,
"use_log_scale": "linear",
"discrete_log": false,
"n_discrete_colors": 4,
"override_range": false,
"color_range": [
251.68463134765625,
306.3480529785156
],
"color_value_min": "251.68463134765625",
"color_value_max": "306.3480529785156"
}
},
{
"type": [
"time",
"lndgrid"
],
"name": "LAKEICETHICK",
"config": {
"order": 2,
"size": 6,
"offset": 0,
"break_row": false
},
"colormap": {
"preset": "Cool",
"invert": false,
"color_blind": false,
"use_log_scale": "linear",
"discrete_log": false,
"n_discrete_colors": 4,
"override_range": false,
"color_range": [
0.0,
0.676979660987854
],
"color_value_min": "0.0",
"color_value_max": "0.676979660987854"
}
},
{
"type": [
"time",
"levlak",
"lndgrid"
],
"name": "TLAKE",
"config": {
"order": 4,
"size": 6,
"offset": 0,
"break_row": false
},
"colormap": {
"preset": "berlin",
"invert": false,
"color_blind": false,
"use_log_scale": "linear",
"discrete_log": false,
"n_discrete_colors": 4,
"override_range": false,
"color_range": [
257.5711975097656,
304.289794921875
],
"color_value_min": "257.5711975097656",
"color_value_max": "304.289794921875"
}
}
]
}
Loading