-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bring EMC fms_mixedmode up to date with GFDL main #15
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8bb6d24 - Browse repository at this point
Copy the full SHA 8bb6d24View commit details
Commits on Dec 20, 2021
-
get_unit warning now only prints on root_pe (NOAA-GFDL#872)
Co-authored-by: Eric Stofferahn <Eric.Stofferahn@noaa.gov>
Configuration menu - View commit details
-
Copy full SHA for 6d179fc - Browse repository at this point
Copy the full SHA 6d179fcView commit details
Commits on Dec 23, 2021
-
Update changelog, version numbers and build info (NOAA-GFDL#873)
Co-authored-by: rem1776 <Ryan.Mulhall@lscamd50-d.gfdl.noaa.gov>
Configuration menu - View commit details
-
Copy full SHA for d6081f5 - Browse repository at this point
Copy the full SHA d6081f5View commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e956c1c - Browse repository at this point
Copy the full SHA e956c1cView commit details
Commits on Jan 7, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for c756f0a - Browse repository at this point
Copy the full SHA c756f0aView commit details
Commits on Jan 12, 2022
-
test(parser): Change real comparison value to double (NOAA-GFDL#886)
Co-authored-by: rem1776 <Ryan.Mulhall@lscamd50-d.gfdl.noaa.gov>
Configuration menu - View commit details
-
Copy full SHA for 34831bc - Browse repository at this point
Copy the full SHA 34831bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ea6b0 - Browse repository at this point
Copy the full SHA 23ea6b0View commit details -
Make 'unsupported kind' error messages more descriptive. Change autho…
…r of constants4.F90
Configuration menu - View commit details
-
Copy full SHA for d8cb860 - Browse repository at this point
Copy the full SHA d8cb860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947a17d - Browse repository at this point
Copy the full SHA 947a17dView commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e2e3c31 - Browse repository at this point
Copy the full SHA e2e3c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9338a91 - Browse repository at this point
Copy the full SHA 9338a91View commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b959d2 - Browse repository at this point
Copy the full SHA 4b959d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c1d72 - Browse repository at this point
Copy the full SHA a9c1d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a5326 - Browse repository at this point
Copy the full SHA 49a5326View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1621638 - Browse repository at this point
Copy the full SHA 1621638View commit details
Commits on Feb 3, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 516a5ef - Browse repository at this point
Copy the full SHA 516a5efView commit details
Commits on Feb 4, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 12da128 - Browse repository at this point
Copy the full SHA 12da128View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d652777 - Browse repository at this point
Copy the full SHA d652777View commit details
Commits on Feb 10, 2022
-
test: Adds check_nml_error after reading a namelist, so it could cras…
…h only as expected (NOAA-GFDL#904)
Configuration menu - View commit details
-
Copy full SHA for b6b9554 - Browse repository at this point
Copy the full SHA b6b9554View commit details
Commits on Feb 17, 2022
-
Revert "feat: emc changes for mixedmode (NOAA-GFDL#857) (NOAA-GFDL#898)…
…" (NOAA-GFDL#914) This reverts commit 516a5ef.
Configuration menu - View commit details
-
Copy full SHA for 6c3d531 - Browse repository at this point
Copy the full SHA 6c3d531View commit details
Commits on Feb 24, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 28e8e3e - Browse repository at this point
Copy the full SHA 28e8e3eView commit details
Commits on Feb 25, 2022
-
docs: update function style and branch names
* Changes master to main in CONTRIBUTING.md * Claifies function return documentation in CODE_STYLE.md
Configuration menu - View commit details
-
Copy full SHA for dc11c3f - Browse repository at this point
Copy the full SHA dc11c3fView commit details
Commits on Mar 1, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 9eba8f1 - Browse repository at this point
Copy the full SHA 9eba8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1a483 - Browse repository at this point
Copy the full SHA 3f1a483View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ad5cf2e - Browse repository at this point
Copy the full SHA ad5cf2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d04eb9b - Browse repository at this point
Copy the full SHA d04eb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449e33c - Browse repository at this point
Copy the full SHA 449e33cView commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f19c926 - Browse repository at this point
Copy the full SHA f19c926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6deed0a - Browse repository at this point
Copy the full SHA 6deed0aView commit details
Commits on Mar 4, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7b78a73 - Browse repository at this point
Copy the full SHA 7b78a73View commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d05112 - Browse repository at this point
Copy the full SHA 0d05112View commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aec83ea - Browse repository at this point
Copy the full SHA aec83eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5c421 - Browse repository at this point
Copy the full SHA 7e5c421View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf22f3 - Browse repository at this point
Copy the full SHA eaf22f3View commit details
Commits on Mar 31, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for bf18b24 - Browse repository at this point
Copy the full SHA bf18b24View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 270c2a4 - Browse repository at this point
Copy the full SHA 270c2a4View commit details
Commits on Apr 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f11d8f - Browse repository at this point
Copy the full SHA 1f11d8fView commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 16003bb - Browse repository at this point
Copy the full SHA 16003bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6692f95 - Browse repository at this point
Copy the full SHA 6692f95View commit details
Commits on Apr 7, 2022
-
feat: add module for string utility routines (NOAA-GFDL#911)
Adds module and accompanying test for common string operations
Configuration menu - View commit details
-
Copy full SHA for 05ce12c - Browse repository at this point
Copy the full SHA 05ce12cView commit details
Commits on Apr 8, 2022
-
revert: reinstated the mpp_io routines and put them at the end for fu…
…ture elimination. (NOAA-GFDL#952)
Configuration menu - View commit details
-
Copy full SHA for af99d1e - Browse repository at this point
Copy the full SHA af99d1eView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7768ad1 - Browse repository at this point
Copy the full SHA 7768ad1View commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d3c464 - Browse repository at this point
Copy the full SHA 6d3c464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481cadf - Browse repository at this point
Copy the full SHA 481cadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1373464 - Browse repository at this point
Copy the full SHA 1373464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eceaa9 - Browse repository at this point
Copy the full SHA 3eceaa9View commit details
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64c7947 - Browse repository at this point
Copy the full SHA 64c7947View commit details