Skip to content

Version 3.07

Compare
Choose a tag to compare
@mkavulich mkavulich released this 14 Mar 01:20
· 79 commits to master since this release

Highlights:

  • Reduced total test time (~11000 seconds to ~10000 seconds)
  • Fixed bug for tests that are re-run after compilation failure
  • New tests
    • WRFDA PGI tests
    • New tests for mp_physics=5 and 95

Bug fixes:

  • Fixed problem where compilation failure will result in incorrectly-created run directories that will always fail

New/updated tests:

  • WRFDA PGI tests (now that WRFDA works properly with PGI)
  • WRFDA 4DVAR and WRFPLUS tests are simplified to run in a reasonable time with -d compile
  • New em_real test (73): adds mp_physics=5 capability
  • Change existing em_real test (57): adds mp_physics=95 capability
  • Modified em_real test 12 and 12 GRIB to remove problematic Grell scheme combination, remove 36 all together

Enhancements:

  • WRFPLUS and WRFDA compilations are now built with -d option; this reduces total test time by 20-30 minutes on average
  • clean script now accepts "--name" argument so that you can clear all tests of a given name
  • run_from_github.py uses new clean script functionality to clean old build of same name if prompted by the user
  • Old result reports (from the same tar-file name) are now moved to Runs/RESULTS/old
  • The "Data" directory now has a text file to track which WTF version it works with; WTF will fail if the file is wrong or does not exist

Other updates:

  • Namelist option reporting script now checks real8 options, deletes temporary files
  • Properly link double-precision data tables where necessary; this allows the above-mentioned RRTM REAL8 tests to work
  • REAL8 is no longer specifiable in .wtf files; it was causing trouble, and now we have specific real8 tests so this capability is pretty much obsolete