Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a conda environment with mpas_tools and the no-MPI verison of ESMF:

    Code Block
    mamba create -y -n mpas_tools python=3.11 mpas_tools "esmf=*=nompi*"
    mamba activate mpas_tools


  2. Download the required input files:
    https://web.lcrc.anl.gov/public/e3sm/mpas_standalonedata/mpas-seaice/partition/seaice_QU60km_polar.nc
    https://web.lcrc.anl.gov/public/e3sm/mpas_standalonedata/mpas-seaice/partition/icePresent_QU60km_polar.nc

  3. Run the sea ice graph generation tools

    Code Block
    prepare_seaice_partitions -i seaice_QU60km_polar.nc -p icePresent_QU60km_polar.nc -m <mesh_file> -o .
    create_seaice_partitions -m <mesh_file> -o . -p mpas-seaice.graph.info.<creation_date> -n <core_count> <core_count> <core_count>


...