Dear all,
I am wondering do we still have any using precip_converter from here for Stage IV data. It was written by Junmei Ban.
I ran into this issue: undefined reference to functions (see below). I have linked g2 and w3 without issue but the write_rainobs.exe can't be made.
gfortran -o write_rainobs.exe write_rainobs.o /gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a /gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libg2_4.a
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libg2_4.a(gbytesc.o): In function `gbytes_':
gbytesc.f.text+0x220): multiple definition of `gbytes_'
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a(gbytes.o):gbytes.f.text+0x0): first defined here
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libg2_4.a(gbytesc.o): In function `sbyte_':
gbytesc.f.text+0x4d0): multiple definition of `sbyte_'
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a(sbyte.o):sbyte.f.text+0x0): first defined here
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a(baciof.o): In function `baread_':
baciof.f.text+0x471): undefined reference to `_intel_fast_memcpy'
baciof.f.text+0x5c4): undefined reference to `_intel_fast_memcpy'
baciof.f.text+0x6c4): undefined reference to `_intel_fast_memcpy'
Many thanks in advance,
Haochen
I am wondering do we still have any using precip_converter from here for Stage IV data. It was written by Junmei Ban.
I ran into this issue: undefined reference to functions (see below). I have linked g2 and w3 without issue but the write_rainobs.exe can't be made.
gfortran -o write_rainobs.exe write_rainobs.o /gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a /gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libg2_4.a
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libg2_4.a(gbytesc.o): In function `gbytes_':
gbytesc.f.text+0x220): multiple definition of `gbytes_'
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a(gbytes.o):gbytes.f.text+0x0): first defined here
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libg2_4.a(gbytesc.o): In function `sbyte_':
gbytesc.f.text+0x4d0): multiple definition of `sbyte_'
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a(sbyte.o):sbyte.f.text+0x0): first defined here
/gpfs/fs1/home/htan/WRF4.3/WPS/ungrib/src/ngl/libw3.a(baciof.o): In function `baread_':
baciof.f.text+0x471): undefined reference to `_intel_fast_memcpy'
baciof.f.text+0x5c4): undefined reference to `_intel_fast_memcpy'
baciof.f.text+0x6c4): undefined reference to `_intel_fast_memcpy'
Many thanks in advance,
Haochen