lqtian@atmos_umd_edu
New Member
Hi,
I am a newer for CLM and working at a pc-Linux system. The compiler is PGI6.1.
Now I am going to do a single gridcell run using the newest CLM3.5.
When compiling the mksurfdata at the directory "~~tools/mksurfdata/", some warning message are like the following:
....
pgcc -c -DNO_SHR_VMATH -DOFFLINE -DLINUX -DFORTRANUNDERSCORE -fast -I. -I. -I../../src/csm_share/shr -I../../src/utils/mct/mpi-serial -I../../src/main -I/mnt/data/clm35/netcdf/include ../../src/utils/mct/mpi-serial/time.c
PGC-W-0114-More than one type specified (/misc/slackware_local/pgi/linux86/6.1/include/sys/types.h: 104)
PGC-W-0143-Useless typedef declaration (no declarators present) (/misc/slackware_local/pgi/linux86/6.1/include/sys/types.h: 104)
PGC/x86 Linux/x86 6.1-2: compilation completed with warnings
When running the mksurfdata, the following error occurs:
..........
Attempting to make LAIs/SAIs/heights .....
(GETFIL): attempting to find local file mksrf_lai.060929.nc
(GETFIL): using /mnt/data/clm35/inputdata/lnd/clm2/rawdata/mksrf_lai.060929.nc
(GETFIL): attempting to find local file mksrf_lai.060929.nc
(GETFIL): using /mnt/data/clm35/inputdata/lnd/clm2/rawdata/mksrf_lai.060929.nc
read_domain read lon and lat dims
read_domain initialized domain
read_domain read LONGXY and LATIXY fields
read_domain read EDGE[NESW]
read_domain read LANDMASK
read_domain compute lat[ns],lon[we] from edge[nesw]
celledge, using celledge_regional
read_domain compute cellarea with edge[nesw]
cellarea, using cellarea_global
AREAINI warning: conservation check not valid for
input grid of 720 x 360
output grid of 1 x 1
AREAINI warning: conservation check not valid for
input grid of 720 x 360
output grid of 1 x 1
areaini_pft error: w_ovr == nan!
FORTRAN STOP
Any clues and solutions to fix it will be appreciated.
I am a newer for CLM and working at a pc-Linux system. The compiler is PGI6.1.
Now I am going to do a single gridcell run using the newest CLM3.5.
When compiling the mksurfdata at the directory "~~tools/mksurfdata/", some warning message are like the following:
....
pgcc -c -DNO_SHR_VMATH -DOFFLINE -DLINUX -DFORTRANUNDERSCORE -fast -I. -I. -I../../src/csm_share/shr -I../../src/utils/mct/mpi-serial -I../../src/main -I/mnt/data/clm35/netcdf/include ../../src/utils/mct/mpi-serial/time.c
PGC-W-0114-More than one type specified (/misc/slackware_local/pgi/linux86/6.1/include/sys/types.h: 104)
PGC-W-0143-Useless typedef declaration (no declarators present) (/misc/slackware_local/pgi/linux86/6.1/include/sys/types.h: 104)
PGC/x86 Linux/x86 6.1-2: compilation completed with warnings
When running the mksurfdata, the following error occurs:
..........
Attempting to make LAIs/SAIs/heights .....
(GETFIL): attempting to find local file mksrf_lai.060929.nc
(GETFIL): using /mnt/data/clm35/inputdata/lnd/clm2/rawdata/mksrf_lai.060929.nc
(GETFIL): attempting to find local file mksrf_lai.060929.nc
(GETFIL): using /mnt/data/clm35/inputdata/lnd/clm2/rawdata/mksrf_lai.060929.nc
read_domain read lon and lat dims
read_domain initialized domain
read_domain read LONGXY and LATIXY fields
read_domain read EDGE[NESW]
read_domain read LANDMASK
read_domain compute lat[ns],lon[we] from edge[nesw]
celledge, using celledge_regional
read_domain compute cellarea with edge[nesw]
cellarea, using cellarea_global
AREAINI warning: conservation check not valid for
input grid of 720 x 360
output grid of 1 x 1
AREAINI warning: conservation check not valid for
input grid of 720 x 360
output grid of 1 x 1
areaini_pft error: w_ovr == nan!
FORTRAN STOP
Any clues and solutions to fix it will be appreciated.