Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

definesurf Error

weit08@lzu_cn

New Member
Hi,

When I carry on "make" in definesurf directory, there is a error and it would not appear the executable file "definesurf". My Error is following :

Code:
1501-510  Compilation successful for file interplandm.f90.
xlf90 -c -I/usr/local/include -qsuffix=f=f90 map2f.f90
** map2f   === End of Compilation 1 ===
** polavg   === End of Compilation 2 ===
** setrig   === End of Compilation 3 ===
** ymap   === End of Compilation 4 ===
** ppm_lat   === End of Compilation 5 ===
** xmap   === End of Compilation 6 ===
** ppm_cycle   === End of Compilation 7 ===
** lmppm   === End of Compilation 8 ===
** huynh   === End of Compilation 9 ===
"map2f.f90", line 926.29: 1513-041 (S) Arguments of the wrong type were specified for the INTRINSIC procedure "min".
"map2f.f90", line 951.29: 1513-041 (S) Arguments of the wrong type were specified for the INTRINSIC procedure "min".
** plft2d   === End of Compilation 10 ===
** lpft   === End of Compilation 11 ===
1501-511  Compilation failed for file map2f.f90.
make: *** [map2f.o] Error 1


Any suggestion will be appreciated. Thanks a lot!
 
Top