@wong.david-c @cjcoats @cgnolte @lizadams @tlspero @bbaek @Akhila @hogrefe.christian
Hello!
I’m trying to run Megan 2.1 using the user guide. I have installed ioapi, netcdf libraries and built the Megan code. The section 3.1.1 specifies to make changes to the paths and run the make command. I have errors while running the makefile. The mcip file that I have is MCIP5.4 which I downloaded it from cmas.org github repository, where as in the user guide it is mentioned to use the tar file mcip_v3.6.tar.gz.
This is from the user guide:
Installing the MCIP:
Untar mcip_v3.6.tar.gz downloaded from http://www.cmascenter.org/
Go to src directory to make changes in Makefile to include correct paths for
NETCDF
IOAPI_ROOT
FC
LIBS
Type “make” to compile all the programs. After a successful compilation, you should see a file named “mcip.exe”.
There are many errors as follows:
/CMAQ/PREP/mcip/src/chkwpshdr.f90:114:(.text+0x437): undefined reference to graceful_stop_' /CMAQ/PREP/mcip/src/metvars2ctm.f90:422: more undefined references to
graceful_stop_’ follow
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:153: mcip.exe] Error 1
I need help resolving these errors and I also want to know is this because of the version difference or because mcip5.4 is a repository and mcip3.6 which is required is a tar file? Is it possible to download mcip_v3.6.tar.gz and get a location from where I can download mcip_v3.6.tar.gz file?
Your help for resolving these errors would be greatly appreciated.
Thank you in advance