中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

获取源码

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令进入MOM的安装路径。
    cd /path/to/MOM
  3. 验证服务器能连接互联网后,执行以下命令获取源码。
    git clone https://github.com/NOAA-GFDL/MOM6-examples.git MOM6-examples
    cd MOM6-examples
    git submodule init
    git submodule update --recursive
  4. 执行以下命令更新各个模块。
    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