-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I build LNFL but it failed, the folder named lnfl_v3.2_linux_gnu_sgl.obj hsa been created but is empty. I use gfortan on linux, take make -f make_lnfl linuxGNUsgl.
The gcc and gfortran version is 11 at first, it failed, I changed it to 9 both, it occured like this:
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
../src/lnfl.f:580:30:
579 | DO 10 I = 1, mol_max LN03130
| 2
580 | MINDC(I) = MOLCPL(I)
| 1
Warning: Array reference at (1) out of bounds (47 > 38) in loop beginning at (2)
make[1]: *** [makefile.common:404: lnfl.o] Error 1
make[1]: Leaving directory '/home/zhang/LBLRTM/LNFL/build'
make: *** [makefile.common:213: linuxGNUsgl] Error 2