FMS icon indicating copy to clipboard operation
FMS copied to clipboard

GFDL's Flexible Modeling System

Results 137 FMS issues
Sort by recently updated
recently updated
newest added

**Describe the bug** MOM6-SIS2 tests crash under PGI with: ``` FATAL from PE 1: calc_mosaic_grid_area: invalid types given. Arguments must be all r4_kind or r8_kind ``` **To Reproduce** Steps to...

**Description** Adds a second job to test compilation of the coupler with PRs. This will fail until https://github.com/NOAA-GFDL/FMScoupler/pull/75 goes in. **How Has This Been Tested?** Tested on my forks **Checklist:**...

**Describe the bug** Fails compilation while using gcc 10/11 and mpich. Looks like the default kind sizes for the mpich mpi routines aren't matching up with the calls in mpp....

**Describe the bug** The typo of the variable 'success' throughout [yaml_parser.F90](https://github.com/NOAA-GFDL/FMS/blob/main/parser/yaml_parser.F90#L209) and the use of the Fortran keyword 'optional' as a [variable](https://github.com/NOAA-GFDL/FMS/blob/main/parser/yaml_parser.F90#L269) could be bothersome to certain users. Also, the...

**Is your feature request related to a problem? Please describe.** There is no coupled modeled being tested automatically by the CI **Describe the solution you'd like** Add an automated ESM4...

enhancement

**Is your feature request related to a problem? Please describe.** MOM6 uses FMS to manage its output frequency and time average. If model IC date is 03Z and we want...

enhancement

**Is your feature request related to a problem? Please describe.** The maximum number of variables allowed in a history file is controlled by: https://github.com/NOAA-GFDL/FMS/blob/9d55115a331685e4c6e01f2dfb3b770a9f80fa37/diag_manager/diag_data.F90#L124 If I'm not mistaken, diagnostics are...

enhancement
feature request

**Description** Changes the `max_fields_per_file` to a namelist variable, and allocated the `fields` with this value. Fixes #747 **How Has This Been Tested?** `make` run with intel **Checklist:** - [ ]...

feature request

**Describe the bug** Manually filling in the version of the code is unsustainable https://github.com/NOAA-GFDL/FMS/blob/main/diag_manager/diag_output.F90#L103 **To Reproduce** **Expected behavior** This should be filled in automatically **System Environment** Describe the system environment,...

**Is your feature request related to a problem? Please describe.** mpp_io has a namelist variable called [io_clocks_on](https://github.com/NOAA-GFDL/FMS/blob/2020.04/mpp/mpp_io.F90#L1051). This variable [turns clocks for the io routines](https://github.com/NOAA-GFDL/FMS/blob/2020.04/mpp/include/mpp_io_misc.inc#L188). Some sort of clock should...

enhancement
new fms io