GFDL's Flexible Modeling System

116 stars 153 forks 116 watchers Fortran Apache License 2.0
climate climate-model fms fortran gfdl infrastructure netcdf
2 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
help wanted suggestion

GFDL's Flexible Modeling System

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

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