Skip to content
  • Home
  • About
    • Privacy Policy
  • Categories
    • Hiking & Activities
    • Outdoor Gear
    • Regional Specifics
    • Natural Environments
    • Weather & Forecasts
    • Geology & Landform
Geoscience.blogYour Compass for Earth's Wonders & Outdoor Adventures
  • Home
  • About
    • Privacy Policy
  • Categories
    • Hiking & Activities
    • Outdoor Gear
    • Regional Specifics
    • Natural Environments
    • Weather & Forecasts
    • Geology & Landform
Posted on December 1, 2023 (Updated on July 9, 2025)

Getting Started with MOM6: A Step-by-Step Guide for Running the Model on Ubuntu Linux

Modeling & Prediction

Introduction to MOM6

The Modular Ocean Model version 6 (MOM6) is a flexible and powerful ocean general circulation model widely used in the geosciences and oceanography. It provides advanced capabilities for simulating and studying various aspects of the ocean, including ocean currents, temperature, salinity, and biogeochemical processes. If you are interested in working with MOM6 on your Ubuntu Linux machine, this article will guide you through the process of getting started.

Before diving into the installation and configuration steps, it’s important to note that MOM6 is a complex model that requires a solid understanding of earth science principles and programming. Familiarity with the Linux command line and basic programming concepts will be beneficial to effectively work with MOM6.

Installation requirements

The first step in getting started with MOM6 is to install the necessary prerequisites on your Ubuntu Linux machine. MOM6 relies on several external libraries and tools to function properly. To install these prerequisites, open a terminal and follow the steps below:

  1. Update your package list by running sudo apt update.
  2. Install the required packages by running: sudo apt install gfortran netcdf-bin libnetcdf-dev libnetcdff-dev. This will install the GNU Fortran compiler, the NetCDF libraries and their development files.
  3. Verify the installations by running nc-config –all. This should display the NetCDF configuration information without errors.

Once the prerequisites are installed, you can proceed to the next step of downloading and setting up MOM6 on your Ubuntu Linux machine.

Downloading and Setting Up MOM6

To download and set up MOM6 on your Ubuntu Linux machine, follow these steps

  1. Open a terminal and navigate to the directory where you want to download MOM6.
  2. Clone the MOM6 source code repository from GitHub by running the command: git clone https://github.com/NOAA-GFDL/MOM6. This will create a local copy of the MOM6 source code on your computer.
  3. Navigate to the MOM6 directory by issuing the command: cd MOM6.
  4. Configure the MOM6 build options by running the command: ./configure. This will prompt you to select the desired build options and paths. The default options should work for most users, but you can customize them to suit your specific needs.
  5. Build MOM6 by issuing the command: make. This will compile the source code and generate the MOM6 executable.

Once the build process has completed successfully, you will have a working MOM6 installation on your Ubuntu Linux machine. The MOM6 executable will be located in the “MOM6/exec” directory within the MOM6 source directory.

Running MOM6 simulations

With MOM6 successfully installed on your Ubuntu Linux machine, you are now ready to start running ocean simulations. MOM6 provides a flexible framework for configuring and running simulations tailored to your specific research goals. To run a MOM6 simulation, follow these steps

  1. Prepare the necessary input data for your simulation, including initial conditions, boundary conditions, and forcing data.
  2. Create a run directory for your simulation and copy the necessary input data into it.
  3. Edit the runtime configuration file, typically named “input.nml” or similar, to specify the simulation parameters and file paths.
  4. Open a terminal, navigate to the run directory and start the MOM6 executable by executing the command ../exec/mom6.
  5. Monitor the simulation progress and analyze the output data using appropriate post-processing tools and visualization software.

It’s important to note that running MOM6 simulations can be computationally intensive, especially for large and long-running simulations. It’s recommended to run MOM6 on a high performance computing (HPC) cluster or a machine with sufficient computing resources to ensure optimal performance.

FAQs

How do I start with Modular Ocean Model version 6 i.e. MOM6 on my Ubuntu Linux machine?

To start working with MOM6 on your Ubuntu Linux machine, you can follow these steps:

What are the system requirements for running MOM6 on Ubuntu Linux?

Before installing MOM6, ensure that your Ubuntu Linux machine meets the following system requirements:

  • An x86-64 processor
  • At least 4 GB of RAM (8 GB or more recommended)
  • Several gigabytes of free disk space
  • Ubuntu Linux 18.04 or a later version

What are the prerequisites for running MOM6 on Ubuntu Linux?

Prior to installing MOM6, you’ll need to have the following software installed on your Ubuntu Linux machine:

  • Fortran compiler (e.g., gfortran)
  • C compiler (e.g., gcc)
  • NetCDF library and development files
  • Python (optional, but recommended for post-processing)

You can install these dependencies using the package manager (e.g., apt-get) or by downloading them from their respective websites.

How do I download and install MOM6 on Ubuntu Linux?

Here are the steps to download and install MOM6 on your Ubuntu Linux machine:

  1. Open a terminal on your Ubuntu Linux machine.
  2. Clone the MOM6 source code repository from the official GitHub repository using the following command:
    git clone https://github.com/NOAA-GFDL/MOM6
  3. Change into the MOM6 directory using the following command:
    cd MOM6
  4. Build MOM6 by running the build script:
    ./MOM6/om/build.sh -j
  5. Once the build is complete, you can proceed to configure and run MOM6 according to your specific needs. Detailed instructions can be found in the MOM6 documentation.

How do I run MOM6 on Ubuntu Linux?

After building MOM6, you can run it by following these steps:

  1. Ensure that you are in the MOM6 directory.
  2. Run the model using the provided run script:
    ./MOM6/examples/ice_ocean_SIS2/execute_this_program.py
  3. The run script will execute the MOM6 model with the specified configuration. You can modify the configuration files according to your requirements.

Where can I find more documentation and resources for working with MOM6?

If you need more information about MOM6, you can refer to the official MOM6 documentation available on the GitHub repository. The documentation provides detailed instructions on building, configuring, and running MOM6. Additionally, you can join the MOM6 community forums or mailing lists to seek assistance and interact with other users.

New Posts

  • Headlamp Battery Life: Pro Guide to Extending Your Rechargeable Lumens
  • Post-Trip Protocol: Your Guide to Drying Camping Gear & Preventing Mold
  • Backcountry Repair Kit: Your Essential Guide to On-Trail Gear Fixes
  • Dehydrated Food Storage: Pro Guide for Long-Term Adventure Meals
  • Hiking Water Filter Care: Pro Guide to Cleaning & Maintenance
  • Protecting Your Treasures: Safely Transporting Delicate Geological Samples
  • How to Clean Binoculars Professionally: A Scratch-Free Guide
  • Adventure Gear Organization: Tame Your Closet for Fast Access
  • No More Rust: Pro Guide to Protecting Your Outdoor Metal Tools
  • How to Fix a Leaky Tent: Your Guide to Re-Waterproofing & Tent Repair
  • Long-Term Map & Document Storage: The Ideal Way to Preserve Physical Treasures
  • How to Deep Clean Water Bottles & Prevent Mold in Hydration Bladders
  • Night Hiking Safety: Your Headlamp Checklist Before You Go
  • How Deep Are Mountain Roots? Unveiling Earth’s Hidden Foundations

Categories

  • Climate & Climate Zones
  • Data & Analysis
  • Earth Science
  • Energy & Resources
  • General Knowledge & Education
  • Geology & Landform
  • Hiking & Activities
  • Historical Aspects
  • Human Impact
  • Modeling & Prediction
  • Natural Environments
  • Outdoor Gear
  • Polar & Ice Regions
  • Regional Specifics
  • Safety & Hazards
  • Software & Programming
  • Space & Navigation
  • Storage
  • Uncategorized
  • Water Bodies
  • Weather & Forecasts
  • Wildlife & Biology

Categories

  • English
  • Deutsch
  • Français
  • Home
  • About
  • Privacy Policy

Copyright (с) geoscience.blog 2025

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT