Socket
Book a DemoInstallSign in
Socket

regional-mom

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regional-mom

Regional MOM6 CEFI preprocessing and data access

0.10
pipPyPI
Maintainers
1

unittest

NOAA Changing, Ecosystems, and Fisheries Initiative (CEFI) - Data Portal Team

Regional MOM6 preprocessing package

This is a developing regional mom6 module help both preprocessing the data and perform various statistical analysis shown in Ross et al., 2023. Many scripts are the modified version of the GFDL CEFI github repository.

Current stage of the module is for estabilishing the processing workflow in the CEFI data portal. Future availability of a more sophisticated python pakcage for various end-user purposes is in the roadmap of this project.

We welcome external contribution to the package. Please feel free to submit issue for any inputs and joining the development core team. Thank you!

Setting up the developement environment

  • Fork this repository using the button in the upper right of the GitHub page. This will create a copy of the repository in your own GitHub profile, giving you full control over it.

  • Clone the repository to your local machine from your forked version.

    git clone <fork-repo-url-under-your-github-account>
    

    This create a remote origin to your forked version (not the NOAA-CEFI-Portal version)

  • Create a conda/mamba env based on the environment.yml

    cd regional_mom6/
    conda env create -f environment.yml
    
  • Activate the conda env regional-mom6

    conda activate regional-mom6
    
  • pip install the package in develop mode

    pip install -e .
    

Syncing with the NOAA-CEFI-Portal version

  • Create a remote upstream to track the changes that is on NOAA-CEFI-Portal

    git remote add upstream git@github.com:NOAA-CEFI-Portal/regional_mom6.git   
    
  • Create a feature branch to make code changes

    git branch <feature-branch-name>
    git checkout <feature-branch-name>
    

    This prevents making direct changes to the main branch in your local repository.

  • Sync your local repository with the upstream changes regularly

    git fetch upstream
    git checkout main
    git merge upstream/main
    

    This updates your local main branch with the latest changes from the upstream repository.

  • Merge updated local main branch into your local <feature-branch-name> branch to keep it up to date.

    git checkout <feature-branch-name>
    git merge main
    
  • Push your changes to your forked version on GitHub

    git push origin <feature-branch-name>
    

    Make sure you have included the upstream/main changes before creating a pull request on NOAA-CEFI-Portal/regional_mom6

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.