Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the input.nml file from global_control.nml.IN template #2733

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Jun 5, 2024

  1. First pass for parsing script

    This represents the first pass of the parsing script. Tests show
    that it is working as intended. Next iterations will trim down the
    number of arguements as needed.
    dpsarmie committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c359890 View commit details
    Browse the repository at this point in the history
  2. Add modifications to parsing_namelist script

    This commit reduced some of the redundant calls and settings that
    were default in the global_control.nml.IN.  Changes were conservative
    to avoid future conflicts with variables that need to have dynamic values.
    Comments were also removed that were present in the previous commit.
    dpsarmie committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    402629a View commit details
    Browse the repository at this point in the history
  3. Update MOM6 namelist

    Added a new function to compile the namelist after all environmental
    variables have been defined. Allows for different coupling cases to
    aggregate a finished namelist via atparse.
    dpsarmie committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    dc91e5e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    377fced View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    d930ef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    412fa0e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f3777fd View commit details
    Browse the repository at this point in the history