GFDL's Flexible Modeling System

climate climate-model fms fortran gfdl infrastructure netcdf
1 Open Issue Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Climate Modeling Climate Modeling System

AI Summary: The task is to debug and fix a bug in the FMS (Flexible Modeling System) code. The bug occurs in the `grid2_init` function, where the absence of a `grid_spec.nc` file leads to undefined behavior in subsequent function calls like `get_grid_ntiles`. The solution involves modifying `grid2_init` and related functions to handle the missing file gracefully, potentially by raising an error or ensuring proper initialization before proceeding. This requires understanding Fortran 90 code and the FMS framework.

Complexity: 4/5
help wanted

GFDL's Flexible Modeling System

Fortran
#climate#climate-model#fms#fortran#gfdl#infrastructure#netcdf