diff --git a/docs/gallery/gallery_elmv2_ne30pg2.png b/docs/gallery/gallery_elmv2_ne30pg2.png new file mode 100644 index 0000000..4dfaa63 Binary files /dev/null and b/docs/gallery/gallery_elmv2_ne30pg2.png differ diff --git a/docs/gallery/index.md b/docs/gallery/index.md index 0148358..d5bb515 100644 --- a/docs/gallery/index.md +++ b/docs/gallery/index.md @@ -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)
diff --git a/docs/gallery/quickview-state_gallery_elmv2_ne30pg2.json b/docs/gallery/quickview-state_gallery_elmv2_ne30pg2.json new file mode 100644 index 0000000..dc731d5 --- /dev/null +++ b/docs/gallery/quickview-state_gallery_elmv2_ne30pg2.json @@ -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" + } + } + ] +} \ No newline at end of file