NOAA-GFDL / FMS

GFDL's Flexible Modeling System
Other
87 stars 128 forks source link

Simplify argument lists of subroutines in `get_grid_version_mod` #1514

Open J-Lentz opened 2 months ago

J-Lentz commented 2 months ago

Description Remove compute domain indices from the argument lists of get_grid_version_1 and get_grid_version_2. Query compute domain indices from mpp_domains_mod and check the lower bounds of lon(:,:) and lat(:,:) at runtime.

Fixes #1371

How Has This Been Tested? Builds on the AMD box with Intel compiler version 2024.1.0.

Checklist: