SCHISM#

The SCHISM simulator is an open source simulator for the simulation of 3D baroclinic circulation across creek-lake-river-estuary-shelf-ocean scales.

Example#

import inductiva


# Set simulation input directory
input_dir = inductiva.utils.files.download_from_url(
    "https://storage.googleapis.com/inductiva-api-demo-files/"
    "schism-input-example.zip", True)

# Initialize the Simulator
schism = inductiva.simulators.SCHISM()

# Run simulation with config files in the input directory
task = schism.run(input_dir=input_dir,
                  n_vcpus=3,
                  num_scribes=2)

task.wait()
task.download_outputs()

Benchmarks#

The following benchmarks are currently available for SCHISM: