From 5c607b890a2ae8684ac2aa26eb2e3a4a0cc3729c Mon Sep 17 00:00:00 2001 From: Liz Adams Date: Thu, 6 Jul 2023 10:20:11 -0400 Subject: [PATCH] Update config_cmaq.csh fix for the CMAQv5.4+ branch to address the following issue: https://github.com/USEPA/CMAQ/issues/199 --- config_cmaq.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_cmaq.csh b/config_cmaq.csh index 7d1fd4460..4e9b94ad8 100755 --- a/config_cmaq.csh +++ b/config_cmaq.csh @@ -148,7 +148,7 @@ setenv WRF_ARCH # [1-75] #> I/O API, netCDF, and MPI Library Locations -- used in CMAQ - setenv IOAPI_INCL_DIR iopai_inc_gcc #> I/O API include header files + setenv IOAPI_INCL_DIR ioapi_inc_gcc #> I/O API include header files setenv IOAPI_LIB_DIR ioapi_lib_gcc #> I/O API libraries setenv NETCDF_LIB_DIR netcdf_lib_gcc #> netCDF C directory path setenv NETCDF_INCL_DIR netcdf_inc_gcc #> netCDF C directory path