Skip to content

Latest commit

 

History

History
122 lines (87 loc) · 4.49 KB

File metadata and controls

122 lines (87 loc) · 4.49 KB
title Test Page
layout default
resources
label url
Website
label url note
Repository
(this is a parenthetical note)
label
Downloads
label url icon
Documentation
<i class="fa-solid fa-font-awesome"></i>
software_mentioned
ADIOS
TAU
HDF5
Spack
feature_row
image_path title excerpt
/assets/impacts/2025-01-wdmapp/wdmapp-coupled-turbulence.jpg
Whole Device Modeling of Magnetically Confined Fusion Plasma
Magnetically confined fusion plasmas are being designed within the International Tokamak Experimental Reactor (ITER) and other projects that will operate in physics regimes only recently achieved through experiment. Modeling and simulation activities are required to design and optimize these new facilities. The fusion community is developing an approach to whole device modeling that will provide predictive numerical simulations of the physics required for magnetically confined fusion plasmas to enable design optimization and fill in the experimental gaps for ITER and future fusion devices.
image_path title excerpt
/assets/impacts/2025-01-warpx/warpx-amrex.png
WarpX Enables Computational Design of Next-Generation Plasma-Based Accelerators
WarpX is a particle-in-cell (PIC) simulation code that models the motion of charged particles or plasma. WarpX is used to model chains of plasma-based particle accelerators for future high-energy physics colliders – table-top particle accelerators. These table-top accelerators can be used in both scientific and medical applications.
image_path title excerpt
/assets/impacts/2024-12-13-pnetcdf.jpg
I/O in WRF: Evaluating Modern Parallel I/O Techniques
This work presents a comparative study of several parallel I/O implementations in the Weather Research and Forecasting model (WRF). The I/O libraries under study include PnetCDF, HDF5 via NetCDF4, and ADIOS. Our evaluation and performance analysis can guide I/O strategies for modern parallel codes.

cass-members-represented

{% include cass-members-represented %}

{% capture m %}{% include cass-members-represented %}{% endcapture %}

m = {{ m | inspect }}

{% assign m = m | strip_newlines | split: "|" %}

m = {{ m | inspect }}

show-software-mentioned.html

{% include show-software-mentioned.html %}

sw-link-mention.html

{% include sw-link-mention.html %}

{% include sw-link-mention.html product="ADIOS" %}

{% include sw-link-mention.html product="hdf5" %}

{% include sw-link-mention.html product="ParaView" %}

flexible_feature_row

{% assign image_path = "" | split: "," %} {% assign title = "" | split: "," %} {% assign excerpt = "" | split: "," %}

{% for f in page.feature_row %} {% assign image_path = image_path | push: f.image_path %} {% assign title = title | push: f.title %} {% assign excerpt = excerpt | push: f.excerpt %} {% endfor %}

Feature_row = {{ page.feature_row | inspect }}

Inputs: image_path = {{ image_path | inspect }} title = {{ title | inspect }} excerpt = {{ excerpt | inspect }}

{% include flexible_feature_row no_border=true image_path=image_path title=title excerpt=excerpt %}

github_edit_link

{% include github_edit_link %}

people-info.html

{% include people-info.html name="Daniel S. Katz" %}

{% include people-info.html name="Daniel S. Katz" link="github" %}

{% include people-info.html name="Daniel S. Katz" link="homepage" %}

{% include people-info.html name="Daniel S. Katz" link="nonexistent" %}

{% include people-info.html name="Daniel S. Katz" link=false %}

{% include people-info.html name="Daniel S. Katz" affiliation=true %}

{% include people-info.html name="Daniel S. Katz" affiliation=true short_affil=true %}

{% capture person %}{% include people-info.html name="Daniel S. Katz" short_affil=true %}{% endcapture %} {{ person | inspect }}

show-resource-links

{% assign resources = page.resources %}

    {% include show-resource-links.html links=resources %}

icon-map-lookup

{% capture i %}{% include icon-map-lookup label="Area" %}{% endcapture %} {{ i | inspect }}

{% capture i %}{% include icon-map-lookup label="Supporting Member" %}{% endcapture %} {{ i | inspect }}

{% capture i %}{% include icon-map-lookup label="Repository" %}{% endcapture %} {{ i | inspect }}