Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rossby-Haurwitz 54 Transport Vorticity Test Case Blow-Up #108

Open
jasonltorchinsky opened this issue Oct 4, 2023 · 0 comments
Open

Rossby-Haurwitz 54 Transport Vorticity Test Case Blow-Up #108

jasonltorchinsky opened this issue Oct 4, 2023 · 0 comments

Comments

@jasonltorchinsky
Copy link

Compiled Third-Party Libraries (TPL) according to instructions included in the README.md of the scripts subdirectory on Windows using Ubuntu via Windows Subsystem Linux (WSL). Built LPM via

# Assumes LPM repo cloned to ..
LPM_SRC=..

# Assumes third-party libraries are in the following directories
export KOKKOS_INSTALL=$HOME/kokkos/install
export KOKKOS_KERNELS_INSTALL=$HOME/kokkos_kernels/build/install
export COMPOSE_INSTALL=$HOME/compose/build/install
export COMPADRE_INSTALL=$HOME/compadre/build/install

# Build LPM in Debug mode
cmake \
    -DCMAKE_BUILD_TYPE=Debug \
    -DCMAKE_INSTALL_PREFIX=./install \
    -DCMAKE_C_COMPILER=mpicc \
    -DCMAKE_CXX_COMPILER=mpicxx \
    -DKokkos_DIR=$KOKKOS_INSTALL \
    -DKokkosKernels_DIR=$KOKKOS_KERNELS_INSTALL \
    -DCompose_DIR=$COMPOSE_INSTALL \
    -DCompadre_DIR=$COMPADRE_INSTALL \
    -DLPM_PRECISION=double \
    -DLPM_ENABLE_Compose=ON \
    -DLPM_ENABLE_VTK=ON \
    $LPM_SRC

make

Ran the sphere_transport test via ./sphere_transport and visualized the final time-step using Paraview. Coloring the grid using RossbyHaurwitz54 shows values ranging for 4.4E13 to -2.3E10.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant