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

coupler mixed precision #1353

Merged
merged 42 commits into from
Aug 30, 2023
Merged

Commits on Mar 8, 2023

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

Commits on Mar 15, 2023

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

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    bc9e4d9 View commit details
    Browse the repository at this point in the history
  2. rm accidental empty line

    rem1776 authored and rem1776 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2977578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3374f6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on Jul 7, 2023

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

Commits on Jul 26, 2023

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

Commits on Aug 1, 2023

  1. readd file

    rem1776 authored and rem1776 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    19ee83f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. working compile with type changes

    rem1776 authored and rem1776 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1a309f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. finish up ifs for association

    rem1776 authored and rem1776 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2c0b45c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. update existing tests for r4 precision, fix missed bc_types

    rem1776 authored and rem1776 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7d23cb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. add in test changes from other branch

    rem1776 authored and rem1776 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    baf95ca View commit details
    Browse the repository at this point in the history
  2. add in mikyung's test

    rem1776 authored and rem1776 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f693a46 View commit details
    Browse the repository at this point in the history
  3. more tests

    rem1776 authored and rem1776 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f6503d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    9517433 View commit details
    Browse the repository at this point in the history
  2. remove added test for pr

    rem1776 authored and rem1776 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e27ec4a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/mixedmode_base' into coupler_mp_…

    …notest
    rem1776 authored and rem1776 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    49b3693 View commit details
    Browse the repository at this point in the history
  4. update mikyungs ocean fluxes test for both kinds

    rem1776 authored and rem1776 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8c9eabf View commit details
    Browse the repository at this point in the history
  5. missed r4 argument + macros for aof test

    rem1776 authored and rem1776 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9c543de View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Add in checks for only one kind associated

    rem1776 authored and rem1776 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    24933d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8e7ff View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Review comments + any lingering conversion warnings

    rem1776 authored and rem1776 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d24387 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'coupler_mp_notest' of github.com:rem1776/FMS into coupl…

    …er_mp_notest
    rem1776 authored and rem1776 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f25e261 View commit details
    Browse the repository at this point in the history
  3. many linter fixes :(

    rem1776 authored and rem1776 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3813ce3 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/mixedmode' into coupler_mp_notest

    rem1776 authored and rem1776 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    22a41dc View commit details
    Browse the repository at this point in the history
  5. Add in class(*) for aof_set_coupler_flux optional reals

    rem1776 authored and rem1776 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    346c225 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix issues with checks for only one kind associated

    rem1776 authored and rem1776 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    039e34d View commit details
    Browse the repository at this point in the history
  2. only check association if bc count is >0

    rem1776 authored and rem1776 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c41238b View commit details
    Browse the repository at this point in the history
  3. fix the checks again

    rem1776 authored and rem1776 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d509e0d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. cmake build

    rem1776 authored and rem1776 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d6ae048 View commit details
    Browse the repository at this point in the history
  2. remove added prints

    rem1776 authored and rem1776 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fea9409 View commit details
    Browse the repository at this point in the history
  3. add bc count > 0 to error checking

    rem1776 authored and rem1776 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    60d5bc5 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/mixedmode' into coupler_mp_notest

    rem1776 authored and rem1776 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    298f70b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge remote-tracking branch 'upstream/mixedmode' into coupler_mp_notest

    Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    67ad65e View commit details
    Browse the repository at this point in the history
  2. remove some other changes that slid in

    Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47ae5f7 View commit details
    Browse the repository at this point in the history
  3. take out set check in spawn routines

    Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    27c6e87 View commit details
    Browse the repository at this point in the history
  4. build fixes

    Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b6b1d02 View commit details
    Browse the repository at this point in the history
  5. fix build for real

    Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    41a5bd7 View commit details
    Browse the repository at this point in the history
  6. typo

    Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c6fc1b4 View commit details
    Browse the repository at this point in the history
  7. another typo

    rem1776 authored and rem1776 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0b501bd View commit details
    Browse the repository at this point in the history
  8. one last thing hoepfully

    rem1776 authored and rem1776 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6b91325 View commit details
    Browse the repository at this point in the history