swieneke@meteo_uni-koeln_de
New Member
Hello,
I converted meteorological data from csv to netcdf and tried to force my created surface data with this atmospheric data. Unfortunately the simulation stops with the error:
My netcdf looks like this:
I guess my NetCDF file is incorrect, anyone an idea where the error occur?
Another question:
My CASE is configured to start on 2012-05-01 and end after one month. Is it correct that even if i want to simulate one month i have to provide data for the whole year?
Cheers
Sebastian
I converted meteorological data from csv to netcdf and tried to force my created surface data with this atmospheric data. Unfortunately the simulation stops with the error:
HTML:
(datm_comp_init) atm_in = datm_atm_in
(datm_comp_init) decomp = 1d
(datm_comp_init) iradsw = 1
(datm_comp_init) factorFn = unused
(datm_comp_init) restfilm = undefined
(datm_comp_init) restfils = undefined
(datm_comp_init) presaero = T
(shr_strdata_readnml) reading input namelist file: datm_atm_in
(shr_stream_init) Reading file clm1PT.1x1_rollesbroich.stream.txt
(shr_sys_abort) ERROR: (shr_stream_getCalendar) ERROR: nf90_open file /home/swieneke/inputdata/atm/datm7/CLM1PT_data/1x1_rollesbroich/2012-01.nc
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
My netcdf looks like this:
HTML:
dimensions:
time = UNLIMITED ; // (4464 currently)
lat = 1 ;
lon = 1 ;
variables:
int time(time) ;
time:units = "minutes since 2012-01-01 00:00:00.0" ;
time:calendar = "gregorian" ;
float latitude(lat) ;
float longitude(lon) ;
float ZBOT(time) ;
ZBOT:units = "m" ;
float TBOT(time) ;
TBOT:units = "K" ;
float WIND(time) ;
WIND:units = "m/s" ;
float FSDS(time) ;
FSDS:units = "W/m^2" ;
float FLDS(time) ;
FLDS:units = "W/m^2" ;
float PSRF(time) ;
PSRF:units = "Pa" ;
float PRECTmms(time) ;
PRECTmms:units = "mm/s" ;
float RH(time) ;
RH:units = "%" ;
}
I guess my NetCDF file is incorrect, anyone an idea where the error occur?
Another question:
My CASE is configured to start on 2012-05-01 and end after one month. Is it correct that even if i want to simulate one month i have to provide data for the whole year?
Cheers
Sebastian