You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev/gfdl branch of the iceberg no longer compiles when USE_FMS2_IO is undefined, because the routine read_ice_sheet_basins() was only added to icebergs_fms2io.F90, and not to icebergs_fmsio.F90, but it is used regardless of which version of the FMS modules are being used.
This problem was introduced with #70, which was merged into the dev/gfdl branch of the icebergs code on August 21, 2024. The main branch of the icebergs code is not yet afflicted by this bug.
The text was updated successfully, but these errors were encountered:
The
dev/gfdl
branch of the iceberg no longer compiles when USE_FMS2_IO is undefined, because the routineread_ice_sheet_basins()
was only added toicebergs_fms2io.F90
, and not toicebergs_fmsio.F90
, but it is used regardless of which version of the FMS modules are being used.This problem was introduced with #70, which was merged into the
dev/gfdl
branch of the icebergs code on August 21, 2024. Themain
branch of the icebergs code is not yet afflicted by this bug.The text was updated successfully, but these errors were encountered: