|
1 | 1 | =============================================================== |
| 2 | +Tag name: ctsm5.4.021 |
| 3 | +Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) |
| 4 | +Date: Fri Feb 20 08:19:42 PM MST 2026 |
| 5 | +One-line Summary: Bring b4b-dev to master |
| 6 | + |
| 7 | +Purpose and description of changes |
| 8 | +---------------------------------- |
| 9 | + |
| 10 | +Some fixes to use the ifx compiler. Added handling of gzipped files in the short term archiver |
| 11 | +needed for DART. Use a CMake funciton for the PfUnit build. Make sure mksurfdata_esmf PIO library is |
| 12 | +used as shared in the build. Fix to a typo in the Technical Note. |
| 13 | + |
| 14 | +Use pytest instead of unittest in our python unit test framework, which allows many modern features. |
| 15 | +One test file, test_unit_longitude.py, has been modified to use pytest's "parametrize" functionality as an example. Most of the changed lines in that file are just whitespace differences. |
| 16 | + |
| 17 | +Existing run_ctsm_py_tests arguments have been ported to replicate the same functionality in pytest. Unknown arguments will be passed to pytest directly. |
| 18 | + |
| 19 | +Also: Made it so that the tests can be called from anywhere in the checkout, instead of only python/. |
| 20 | + |
| 21 | +Significant changes to scientifically-supported configurations |
| 22 | +-------------------------------------------------------------- |
| 23 | + |
| 24 | +Does this tag change answers significantly for any of the following physics configurations? |
| 25 | +(Details of any changes will be given in the "Answer changes" section below.) |
| 26 | + |
| 27 | + [Put an [X] in the box for any configuration with significant answer changes.] |
| 28 | + |
| 29 | +[ ] clm6_0 |
| 30 | + |
| 31 | +[ ] clm5_0 |
| 32 | + |
| 33 | +[ ] ctsm5_0-nwp |
| 34 | + |
| 35 | +[ ] clm4_5 |
| 36 | + |
| 37 | + |
| 38 | +Bugs fixed |
| 39 | +---------- |
| 40 | + |
| 41 | +List of CTSM issues fixed (include CTSM Issue # and description) [one per line]: |
| 42 | + |
| 43 | +Resolves #3762 by Bill Sacks ifx issues |
| 44 | +Resolves #3763 by Bill Sacks Floating invalid with ifx |
| 45 | +Resolves #3774 by Erik Kluzek NaN's in Prigent and urbantv streams |
| 46 | +Resolves #3082 by Kevin Raeder st_archive for DART |
| 47 | +Resolves #3616 by Sam Rabin convert python unittests to pytest |
| 48 | +Resolves #3035 by Keith Oleson typo in LW documentation in tech. note |
| 49 | + |
| 50 | +Notes of particular relevance for users |
| 51 | +--------------------------------------- |
| 52 | + |
| 53 | +Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables): |
| 54 | + The Short Term archiver can now also save files that are g-zipped |
| 55 | + This is something that is needed for DART |
| 56 | + |
| 57 | +Changes to the datasets (e.g., streams, surface or initial files): |
| 58 | + New Prigent and urbantv streams datasets with NaN's removed |
| 59 | + |
| 60 | +Changes to documentation: Fix issue in tech. note |
| 61 | + |
| 62 | +Notes of particular relevance for developers: regular |
| 63 | +--------------------------------------------- |
| 64 | + |
| 65 | +Caveats for developers (e.g., code that is duplicated that requires double maintenance): |
| 66 | + The ctsm_pylib conda environment changed! Rerun py_env_create to update it |
| 67 | + |
| 68 | +Changes to tests or testing: |
| 69 | + Python unit test framework changed from unittest to pytest. So now pytest functionality can be used |
| 70 | + in tests |
| 71 | + |
| 72 | +Testing summary: regular |
| 73 | +---------------- |
| 74 | + [PASS means all tests PASS; OK means tests PASS other than expected fails.] |
| 75 | + |
| 76 | + build-namelist tests (if CLMBuildNamelist.pm has changed): |
| 77 | + |
| 78 | + derecho - OK |
| 79 | + |
| 80 | + python testing (if python code has changed; see instructions in python/README.md; document testing done): |
| 81 | + |
| 82 | + derecho - PASS |
| 83 | + |
| 84 | + regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): |
| 85 | + |
| 86 | + derecho ----- OK |
| 87 | + izumi ------- OK |
| 88 | + |
| 89 | +If the tag used for baseline comparisons was NOT the previous tag, note that here: |
| 90 | + |
| 91 | + |
| 92 | +Answer changes |
| 93 | +-------------- |
| 94 | + |
| 95 | +Changes answers relative to baseline: No bit-for-bit |
| 96 | + |
| 97 | +Other details |
| 98 | +------------- |
| 99 | + |
| 100 | +Pull Requests that document the changes (include PR ids): |
| 101 | +(https://github.com/ESCOMP/ctsm/pull) |
| 102 | + |
| 103 | +#3765 Fixes for ifx, from Bill Sacks |
| 104 | +#3084 Added code to make st-archive handle DART files, from Kevin Raeder |
| 105 | +#3761 Use pytest instead of unittest in run_ctsm_py_tests, from Sam Rabin |
| 106 | +#3582 Use a CMake function provided by CIME, from Bill Sacks |
| 107 | +#3700 Fix mksurfdata CMakeLists.txt: use SHARED for .so PIO libraries, from Cooper DeVane-Prugh |
| 108 | +#3220 Tech Note: Distinguish between time step and iteration level in vegetation longwave and fluxes, from Keith Oleson |
| 109 | + |
| 110 | +=============================================================== |
| 111 | +=============================================================== |
2 | 112 | Tag name: ctsm5.4.020 |
3 | 113 | Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) |
4 | 114 | Date: Thu Feb 19 08:28:59 AM MST 2026 |
|
0 commit comments