Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

When you need to make a new mpas*.part.N file because you changed the number of nodes an MPAS component runs on.

 

Step-by-step guide

  1. Download script inputTreeDownload.sh

  2. Run inputTreeDownload.sh to check out just the directory structure of the repository. This takes about 15 minutes.  This is to avoid having to download the entire repository.

  3. See if "metis" or "gpmetis" is available on your platform and add it to your path.
  4. You'll need to download the files for the grid you want to add a partition for:
  5. Find the base mpas graph file called "mpas-cice.graph.info.151020" or "mpas-o.graph.info.151031".  These files should be in inputdata/ice/mpas-cice and inputdata/ocn/mpas-ocn respectively.
  6. Run the metis command with the last argument being the number of nodes for the partition.
    1. Example:  "gpmetis mpas-cice.graph.info.151010 120"   will generate a *.part.120 file for mpas-cice.
  7. Place the new file in the correct inputdata subdirectory for the model to find it.
  8. svn add and svn commit

 

  • No labels