Obtaining the Source Code
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to switch to the MOM installation directory:
cd /path/to/MOM
- After verifying that the server can connect to the Internet, run the following commands to obtain the source code:
git clone https://github.com/NOAA-GFDL/MOM6-examples.git MOM6-examples cd MOM6-examples git submodule init git submodule update --recursive
- Run the following commands to update the modules:
git submodule update src/FMS git submodule update --init --recursive src/MOM6 git submodule update src/SIS2 git submodule update tools/matlab/gtools git submodule update tools/python/MIDAS cd src/MOM6 git submodule init git submodule update
Parent topic: MOM 6 Porting Guide (CentOS 7.6)