NOAA-GFDL / FRE-NCtools

Tools for manipulating and creating netCDF inputs for FMS managed models
GNU Lesser General Public License v3.0
20 stars 28 forks source link

Include create_xgrid_util.h header file #263

Closed mlee03 closed 11 months ago

mlee03 commented 11 months ago

During the process of cleaning up FRE-NCTOOLS in gpu_dev, all miscellaneous non-create_xgrid* functions were moved to a new file called create_xgrid_util.c file.

This change requires changes to all tools/*.c files that contains #include "create_xgrid.h": these c files also need to include #include "create_xgrid_util.h"

Without this change, answers produced with make_coupler_mosaic will disagree with those from the main branch.

mlee03 commented 11 months ago

@ngs333, c works in mysterious ways. Just to double check, would you be able to test this branch to see if all agrees with the main branch?