Hello @bbaek @cjcoats
Using GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) compiler, I successfully installed and compiled Netcdf4.7.4 and IOPAI3.2.
But when I tried to install SMOKEv4.81, I am getting following error:
AUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DNEED_ARGS=1 -DIOAPI_NCF4=1 -c /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/smkinven/rddatantifr.f
cd /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/…/Linux2_x86_64gfort; gfortran -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/ioapi/fixed_src -I/home/Iqbal/Documents/SMOKE481/subsys/smoke/src/inc -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/Linux2_x86_64gfort -ffixed-line-length-132 -fno-backslash -O3 -ffast-math -funroll-loops -m64 -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DNEED_ARGS=1 -DIOAPI_NCF4=1 -c /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/smkinven/rddatantimb.f
cd /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/…/Linux2_x86_64gfort; gfortran -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/ioapi/fixed_src -I/home/Iqbal/Documents/SMOKE481/subsys/smoke/src/inc -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/Linux2_x86_64gfort -ffixed-line-length-132 -fno-backslash -O3 -ffast-math -funroll-loops -m64 -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DNEED_ARGS=1 -DIOAPI_NCF4=1 -c /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/smkinven/rddatantinp.f
cd /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/…/Linux2_x86_64gfort; gfortran -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/ioapi/fixed_src -I/home/Iqbal/Documents/SMOKE481/subsys/smoke/src/inc -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/Linux2_x86_64gfort -ffixed-line-length-132 -fno-backslash -O3 -ffast-math -funroll-loops -m64 -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DNEED_ARGS=1 -DIOAPI_NCF4=1 -c /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/smkinven/rddatantipt.f
cd /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/…/Linux2_x86_64gfort; gfortran -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/ioapi/fixed_src -I/home/Iqbal/Documents/SMOKE481/subsys/smoke/src/inc -I/home/Iqbal/Documents/SMOKE481/subsys/ioapi/Linux2_x86_64gfort -ffixed-line-length-132 -fno-backslash -O3 -ffast-math -funroll-loops -m64 -DAUTO_ARRAYS=1 -DF90=1 -DFLDMN=1 -DFSTR_L=int -DIOAPI_NO_STDOUT=1 -DNEED_ARGS=1 -DIOAPI_NCF4=1 -c /home/Iqbal/Documents/SMOKE481/subsys/smoke/src/smkinven/rdemspd.f
/home/Iqbal/Documents/SMOKE481/subsys/smoke/src/smkinven/rdemspd.f:304.15:LFIP = '' 1
Error: Can’t convert CHARACTER(1) to INTEGER(4) at (1)
make: *** [rdemspd.o] Error 1
Would you please help me? I don’t understand what changes to make in rdemspd.f file. I can see three LFIP occurance.
Thanks in advance
Note: I did install v4.7 using the same setting last year.