Releases: GEOS-ESM/FMS
Releases · GEOS-ESM/FMS
Version 2019.01 with GEOS Constants
This release is equivalent to the NOAA 2019.01 Release but with the addition of GEOS constants controlled by -DMAPL_MODE
Workaround fix for macOS building
In macOS Mojave (or perhaps XCode 11), there is an odd issue with compiling with GCC. The real fix is for GCC to fix internally, but until then, there is a solution as seen in this post where if one changes:
#include <stdlib.h>
#include <stdio.h>
to:
#include <stdio.h>
#include <stdlib.h>
it then works.
Rename GFDL_fms to fms
This moves GFDL_fms
in CMake files to fms