MPAS-Ocean Barotropic Tidal Simulation Run Directories
收藏资源简介:
This file contains the initial files needed to run the barotropic tidal simulations in MPAS-Ocean. Download the resolution you want (icos7-10 or vr45to5). Inside the resolution directory is "inline", "scalar", and "shared". "Inline" is the run directory for inline SAL. "Scalar" is the run directory for scalar SAL. "Shared" contains data needed to run either case. The steps are: download unzip: tar xvfz filename.tar.gz navigate to run directory (resolution/inline OR resolution/scalar) add a link to shared files (e.g., ln -s ../shared/* ) add a link to your compiled executable of MPAS-Ocean run, e.g. mpirun -n $N ocean_model If the simulation was successful, you will see: <pre><code>tail -n 1 log.ocean.0000.out Logging complete. Closing file at ...</code></pre> See Github page: https://github.com/E3SM-Project/E3SM for Quick Start Guide and more.



