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

**Description** Conversion of Monon Obukhov PostScript tech document to LaTeX. No issue yet. **How Has This Been Tested?** Only documentation, no real need to test ATT. **Checklist:** - [ ]...

**Describe the bug** When I call save_restart_border(), I always got `Program received signal SIGSEGV: Segmentation fault - invalid memory reference.` **To Reproduce** The same function works fine with Intel Fortran....

**Is your feature request related to a problem? Please describe.** Installing climate model software is complex. There are many choices and settings that must be correct. However, in the flow...

enhancement

PR #637 fixes building FMS without MPI. Once that PR and PR #339 have been merged, an additional action test with `--with-mpi=no` should be added to ensure updates don't break...

enhancement

**Describe the bug** test_mpp_io crashes with a floating point divide-by-zero error when a time axis is registered to a netcdf file via [mpp_write_meta](https://github.com/NOAA-GFDL/FMS/blob/4d38679c1e18e920feb03d69f8a9762eb6a047aa/test_fms/mpp_io/test_mpp_io.F90#L394), which calls [nf_def_var](https://github.com/NOAA-GFDL/FMS/blob/4d38679c1e18e920feb03d69f8a9762eb6a047aa/mpp/include/mpp_io_write.inc#L459). **To Reproduce** configure the...

bug

**Describe the bug** The error message for outputting monthly diagnostics when starting a model on the last day of the month is too vague and does not help users understand...

enhancement
feature request
suggestion

**Describe the bug** There is a very old MOM6 single column test case that crashes in FMS2020.02 like: ``` FATAL: input domain does not have an io_domain. Image PC Routine...

bug

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** When using a single thread, process placement should not need to occur **Describe alternatives...

enhancement

While writing tests I seem to find that the pelist is not really optional. There is code that tries to fill in the pelist but it ends up being (0),...

development

**Describe the bug** Mostly FMS builds without warnings, but here's one I see every time. ``` test_mpp_domains.F90:8384:35: 8384 | write(5000+mpp_pe(),*), "west buffer fine index = ", isw_f, iew_f, jsw_f, jew_f...

enhancement
help wanted
question