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

Radiation analysis fix #5

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Jul 11, 2018

  1. Pushing build info

    aradhakrishnanGFDL committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    36f686c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99a3d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12da051 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    aradhakrishnanGFDL authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    c4e3b40 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    aradhakrishnanGFDL authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    72d126a View commit details
    Browse the repository at this point in the history
  6. Correct errors in the compile script

    The compile script had a few errors that kept it from generating the Makefiles.
    
    Although, I think there are still issues that may keep the Makefiles from working correctly.
    underwoo committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    c30a18a View commit details
    Browse the repository at this point in the history
  7. Add Makefiles for components

    Following the SM2 public release, this adds pregenerated Makefiles that remove the need for external users to use mkmf to generate Makefiles.
    underwoo committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b022dfc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    16ff65c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    aradhakrishnanGFDL authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    8ce3a38 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aradhakrishnanGFDL authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    329a855 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

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

Commits on Jul 24, 2018

  1. Update Makefile to not pass OPENMP to ocean

    MOM6, current, does not support openMP.  The Makefile now does not pass the OPENMP macro to the MOM6 submake.
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    8b94a16 View commit details
    Browse the repository at this point in the history
  2. Add missing -fp-model source option to make template

    The -fp-model source option is needed to allow the model to run.  Also corrected the NO_OVERRIDE_LIMIT macro option
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    f74a81e View commit details
    Browse the repository at this point in the history
  3. Changed total_npes to match settings in the sample input files

    The data files linked to in the documentation use 216 MPI processes for the run.  Updated the run script to match.
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    55879a8 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Includes partial build and run instructions.
    Include updated links to data files.
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    c0bd3e2 View commit details
    Browse the repository at this point in the history
  5. README add links to submodule repositories

    Add links to the components added as submodule in the README.md file.
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    ecc2412 View commit details
    Browse the repository at this point in the history
  6. Correct spelling in README.md

    Correct spelling mistakes in README.md
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    37843c2 View commit details
    Browse the repository at this point in the history
  7. Remove build directory

    Removed to no longer required build directory.
    underwoo committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    ff794bd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Add git hashes for GFDL internal git repos

    Added the git commit has for the components currently stored in the GFDL intenral git repositories.  This is to help if/when there are support or community supplied bug fixes.
    
    Also corrected the clone --recursive option in the cloning instructions.
    underwoo committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e05e570 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from underwoo/addBuild

    Updates to allow build/run with sample data set
    aradhakrishnanGFDL authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    f74c565 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aradhakrishnanGFDL authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1859a6f View commit details
    Browse the repository at this point in the history
  4. Update README.md

    hyperlinks to obtaining input data was not right, fixed now
    aradhakrishnanGFDL authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2c9507f View commit details
    Browse the repository at this point in the history
  5. Update README.md

    aradhakrishnanGFDL authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    64ed75f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

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