Skip to content

Releases: GEOS-ESM/FMS

Version 2019.01 with GEOS Constants

11 Feb 14:29
Compare
Choose a tag to compare

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

04 Dec 14:52
f7f47e6
Compare
Choose a tag to compare

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

01 Oct 18:12
9c81ce5
Compare
Choose a tag to compare

This moves GFDL_fms in CMake files to fms