Published April 29, 2022
| Version 2022.02
Software
Open
NOAA-GFDL/FMS: 2022.02
Authors/Creators
- colingladueNOAA
- Seth Underwood1
- Tom Robinson2
- uramirez8707
- Ryan Mulhall2
- Rusty Benson
- Jess
- Zhi Liang
- menzel-gfdl
- Ed Hartnett3
- Edward Hartnett4
- MiKyung Lee
- gbw-gfdl
- slm7826
- Eric
- Miguel R Zuniga
- Rahul Mahajan
- Robert Hallberg5
- Niki Zadeh
- fpaulot
- Marshall Ward6
- laurenchilutti
- Christopher Dupuis7
- lharris4
- Matthew Harrison8
- Tara McQueen
- Tom
- Dusan Jovic9
- Samuel Trahan (NOAA contractor)10
- Nic Hannah
- 1. NOAA - GFDL
- 2. @NOAA-GFDL
- 3. CIRES, University of Colorado
- 4. NOAA GSD/CIRES
- 5. NOAA/GFDL
- 6. @noaa-gfdl
- 7. Columbia University
- 8. USDOC/NOAA/GFDL
- 9. NOAA NCEP EMC
- 10. NOAA ESRL GSL (CIRES)
Description
[2022.02] - 2022-04-29
Known Issues
- If using GCC 10 or higher as well as MPICH, compilation errors will occur unless
-fallow-argument-mismatchis included in the Fortran compiler flags - GCC 11.1.0 is unsupported due to compilation issues with select type. The issue is resolved in later GCC releases. ### Added
- STRING_UTILS: Adds a module,
fms_string_utils_mod, for common string operations throughout FMS - LIBFMS: makes recently added routines available through the global
fmsmodule - CMAKE: Adds build option for position independent code
- CONSTANTS: Adds macros to load constants for different modeling systems/uses between GFDL, GEOS and GFS. Can be selected in cmake with
-DCONSTANTS=<GEOS|GFDL|GFS>### Changed - STRING_UTILS: Refactored string routine definitions from fms_mod and fms2_io_mod to be located in fms_string_utils_mod
- CONSTANTS: Makes fmsconstants.F90 contain the constant definitions, with constants_mod refactored to hold the same values
- MOSAIC2: changes grid 'version' names and documentation to be more descriptive ### Removed
- FMS_MOD: Removes fms_c.c and fms_c.h files from the fms directory ### Fixed
- FMS2_IO: Fixed bug casuing non-root pe's to fail during the flush_file routine ### Tag Commit Hashes
- 2022.02-alpha1 270c2a4e1a94229a2ae6b1e431c473589b6e15c3
- 2022.02-alpha2 7768ad1d4941b92ec8f40d34b1b517f5bde3df4e
- 2022.02-beta1 689579eea6bf7a25c64e8b823551ec588be90984
Files
NOAA-GFDL/FMS-2022.02.zip
Files
(1.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:097d6b59880aa4d379b9c8de124928e2
|
1.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/NOAA-GFDL/FMS/tree/2022.02 (URL)