weathertom
New member
I've been able to get a limited area mesh to work successfully with the default (double precision) configuration. However, when I recompiled in single precision and ran the double_to_float_grid program to convert the SCVT grid to a single precision grid it no longer worked. The log file indicated that the bdyMaskCell was zero and therefore would not work with the lbc function enabled. I did an ncdump on the grid.nc file, and it did not contain a bdyMaskCell variable (I did an ncdump on the original double precision grid.nc file and it included bdyMaskCell). I'm guessing (perhaps) double_to_float_grid may need to be updated to account for the limted area functionality?