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

Bring EMC fms_mixedmode up to date with GFDL main #15

Merged
merged 47 commits into from
Apr 15, 2022

Commits on Nov 4, 2021

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

Commits on Dec 20, 2021

  1. get_unit warning now only prints on root_pe (NOAA-GFDL#872)

    Co-authored-by: Eric Stofferahn <Eric.Stofferahn@noaa.gov>
    rem1776 and Eric Stofferahn authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6d179fc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Update changelog, version numbers and build info (NOAA-GFDL#873)

    Co-authored-by: rem1776 <Ryan.Mulhall@lscamd50-d.gfdl.noaa.gov>
    rem1776 and rem1776 authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    d6081f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

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

Commits on Jan 7, 2022

  1. CI: Update build action for yaml parser (NOAA-GFDL#871)

    Update build actions
    Change images to organization's repo and fix mixed mode parser test failure
    rem1776 authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c756f0a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. test(parser): Change real comparison value to double (NOAA-GFDL#886)

    Co-authored-by: rem1776 <Ryan.Mulhall@lscamd50-d.gfdl.noaa.gov>
    rem1776 and rem1776 authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    34831bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23ea6b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8cb860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947a17d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    e2e3c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9338a91 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    4b959d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c1d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49a5326 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

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

Commits on Feb 3, 2022

  1. feat: emc changes for mixedmode (NOAA-GFDL#857) (NOAA-GFDL#898)

    * Change send_data interface and any necessary routines for mixed real precision support
    * Adds an r4 size constants file
    
    BREAKING CHANGE: changes some argument types in diag_manager, tracer_manager, sat_vapor_pres, and time_manager from real to class(*)
    
    Co-authored-by: Minsuk Ji <57227195+MinsukJi-NOAA@users.noreply.github.com>
    rem1776 and MinsukJi-NOAA authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    516a5ef View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. feat: adds option to override (ignore) checksum test when reading res…

    …tarts (NOAA-GFDL#889)
    
    * update to fms2_io to allow reads to ignore embedded checksums on a fileobj basis
    * added fms2_io test cases for the ignore_checksum option to restart reads
    tests the domain, domain_wrap, and bc restart options
    bensonr authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    12da128 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

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

Commits on Feb 17, 2022

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

Commits on Feb 24, 2022

  1. fix: clean up unused/uninitialized variables and other warnings (NOAA…

    …-GFDL#859)
    
    Remove unused variables throughout and changes/removals for other warnings such as uninitialized values and implicit casts
    rem1776 authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    28e8e3e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. docs: update function style and branch names

    * Changes master to main in CONTRIBUTING.md
    
    * Claifies function return documentation in CODE_STYLE.md
    thomas-robinson authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    dc11c3f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. feat: adds support for logical variables in the yaml parser (NOAA-GFD…

    …L#907)
    
    * Adds support for logical variables in the yaml parser
    
    * correctly determines if a string is true or false
    uramirez8707 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9eba8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f1a483 View commit details
    Browse the repository at this point in the history
  3. fix: adds casts to class(*) calls to match doubles in C routines (NOA…

    …A-GFDL#920)
    
    Co-authored-by: rem1776 <Ryan.Mulhall@lscamd50-d.gfdl.noaa.gov>
    rem1776 and rem1776 authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ad5cf2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d04eb9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    449e33c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

  1. test: Test script updates and input tests (NOAA-GFDL#800)

    Rewrites test script to use added testing shell functions
    Adds previously skipped or removed unit tests and support for testing with input files
    
    Co-authored-by: Seth Underwood <Seth.Underwood@noaa.gov>
    Co-authored-by: Uriel Ramirez <uriel.ramirez@noaa.gov>
    3 people authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7b78a73 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    aec83ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5c421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaf22f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix: Moving empty and non-existent data table handling inside data_ov…

    …erride (NOAA-GFDL#933)
    
    Enables the processing of an empty or non-existent data_table or data_table.yaml from within data_override, so that any routine can call data_override_init without worry
    GFDL-Eric authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bf18b24 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

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

Commits on Apr 4, 2022

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

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    16003bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6692f95 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. feat: add module for string utility routines (NOAA-GFDL#911)

    Adds module and accompanying test for common string operations
    uramirez8707 authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    05ce12c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

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

Commits on Apr 11, 2022

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

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    6d3c464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481cadf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1373464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eceaa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

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