chen1718@umn_edu
Member
Dear Sam:
I'm trying to use single site observation data to drive CLM, so that I can compare the model result with field observation. I've changed the data format to netcdf, but I still met a problem that I spend a lot of time but can not figure out:
MAP_SETMAPSAR: input field conserved
global sum output field = 0.2172657538E-03
global sum input field = 0.2172657538E-03
Successfully made atm -> srf interpolation
Successfully initialized area-averaging interpolation
Successfully set up atmospheric grid
(GETFIL): attempting to find local file 2008-01.nc
GPTLstop: thread 0 timer for init had not been started.
(GETFIL): using /data/04/chen1718/inputdata/Rosemount2008/2008-01.nc
------------------------------------------------------------
nstep= 1 date= 20080101 sec= 1800
ATMDRV: attempting to read data from
/data/04/chen1718/inputdata/Rosemount2008/2008-01.nc
------------------------------------------------------------
*** glibc detected *** free(): invalid next size (fast): 0x00000000015e9ee0 ***
rank 0 in job 1 compute04_34978 caused collective abort of all ranks
exit status of rank 0: killed by signal 9
Do you have any clue? Do you know other people that have experience of using single point data? Thanks a lot!
P.S. This is the header of the met data:
netcdf 2008-01 {
dimensions:
time = 1488 ;
lat = 1 ;
lon = 1 ;
ncl3 = 1 ;
variables:
float TBOT(time, lat, lon) ;
float WIND(time, lat, lon) ;
float QBOT(time, lat, lon) ;
float PRECTmms(time, lat, lon) ;
float FSDS(time, lat, lon) ;
float PSRT(time, lat, lon) ;
float EDGES(ncl3) ;
float EDGEN(ncl3) ;
float EDGEW(ncl3) ;
float EDGEE(ncl3) ;
float LONGXY(lat, lon) ;
LONGXY:title = "" ;
LONGXY:long_name = "longitude" ;
LONGXY:units = "degree E" ;
float LATIXY(lat, lon) ;
LATIXY:title = "" ;
LATIXY:long_name = "latitude" ;
LATIXY:units = "degree N" ;
float time(time) ;
// global attributes:
:creation_date = "Mon Nov 9 15:46:46 CST 2009" ;
:description = "2008 Met Data read in from Met2008-01.txt ASCII file." ;
Ming
I'm trying to use single site observation data to drive CLM, so that I can compare the model result with field observation. I've changed the data format to netcdf, but I still met a problem that I spend a lot of time but can not figure out:
MAP_SETMAPSAR: input field conserved
global sum output field = 0.2172657538E-03
global sum input field = 0.2172657538E-03
Successfully made atm -> srf interpolation
Successfully initialized area-averaging interpolation
Successfully set up atmospheric grid
(GETFIL): attempting to find local file 2008-01.nc
GPTLstop: thread 0 timer for init had not been started.
(GETFIL): using /data/04/chen1718/inputdata/Rosemount2008/2008-01.nc
------------------------------------------------------------
nstep= 1 date= 20080101 sec= 1800
ATMDRV: attempting to read data from
/data/04/chen1718/inputdata/Rosemount2008/2008-01.nc
------------------------------------------------------------
*** glibc detected *** free(): invalid next size (fast): 0x00000000015e9ee0 ***
rank 0 in job 1 compute04_34978 caused collective abort of all ranks
exit status of rank 0: killed by signal 9
Do you have any clue? Do you know other people that have experience of using single point data? Thanks a lot!
P.S. This is the header of the met data:
netcdf 2008-01 {
dimensions:
time = 1488 ;
lat = 1 ;
lon = 1 ;
ncl3 = 1 ;
variables:
float TBOT(time, lat, lon) ;
float WIND(time, lat, lon) ;
float QBOT(time, lat, lon) ;
float PRECTmms(time, lat, lon) ;
float FSDS(time, lat, lon) ;
float PSRT(time, lat, lon) ;
float EDGES(ncl3) ;
float EDGEN(ncl3) ;
float EDGEW(ncl3) ;
float EDGEE(ncl3) ;
float LONGXY(lat, lon) ;
LONGXY:title = "" ;
LONGXY:long_name = "longitude" ;
LONGXY:units = "degree E" ;
float LATIXY(lat, lon) ;
LATIXY:title = "" ;
LATIXY:long_name = "latitude" ;
LATIXY:units = "degree N" ;
float time(time) ;
// global attributes:
:creation_date = "Mon Nov 9 15:46:46 CST 2009" ;
:description = "2008 Met Data read in from Met2008-01.txt ASCII file." ;
Ming