GSI code building problem

Submitted by amanwaheedkhan on Thu, 10/08/2020 - 06:11

Hi,

I am trying to build the comGSIv3.7 on my system. But I'm getting error during the build using make. I have attached the image containing error message. Kindly help me in this problem.

Thank you,

Aman

cmake.png , error_make.png

Hi Aman,

This looks like a problem with the compiler linking with NetCDF. If you use the verbose option with make VERBOSE = 1 it will give more details about the relevant paths and may lead you to the solution. Is the NETCDF environment variable set?

Thanks,

Will

Permalink

In reply to by wmayfield

Hi Will,

Thank you for the kind response. The error was due to the version of NETCDF (4.3.3.1). After switching to NETCDF-UCLA (4.3), the compilation runs successfully with generation of gsi.x and enkf_wrf.x.

Thank you,

Aman

Attach Files