matthias_demuzere@ees_kuleuven_be
New Member
Hi all, I am currently creating my own surfdata set for a high-resolution regional domain centered over Belgium. I managed to created all the mapdata, and now I am iterating over all input files using the mksurfdata_map routine. This is currently done for -phys clm4_0 from cesm1_2_2.The namelist I use for this is attached.Now, after a while the script fails with the following message:calling mklai Attempting to make LAIs/SAIs/heights ..... domain_read read lon and lat dims domain_read initialized domain domain_read read LANDMASK Open LAI file: /scratch/leuven/300/vsc30061/cesm/inputdata/lnd/clm2/rawdata/pftlandusedyn.0.5x 0.5.simyr1850-2005.c090630/mksrf_lai_global_c090506.nc(gridmap_map_read) reading mapping matrix data...(gridmap_map_read) * file name : ../../shared/mkmapdata/map_0.5x0.5_MODIS_to_0.025x0.025_nomask_aave_da_c160323.nc * matrix dimensions rows x cols : 259200 x 48400 * number of non-zero elements: 41163 Successfully made LAIs/SAIs/heights for month 1 Successfully made LAIs/SAIs/heights for month 2 Successfully made LAIs/SAIs/heights for month 3 Successfully made LAIs/SAIs/heights for month 4 Successfully made LAIs/SAIs/heights for month 5 Successfully made LAIs/SAIs/heights for month 6 Successfully made LAIs/SAIs/heights for month 7 Successfully made LAIs/SAIs/heights for month 8 Successfully made LAIs/SAIs/heights for month 9 Successfully made LAIs/SAIs/heights for month 10 Successfully made LAIs/SAIs/heights for month 11 Successfully made LAIs/SAIs/heights for month 12 domain_clean: cleaning 259200------------------------------------------------------------ land model surface data set successfully created for grid of size 48400 creating dynamic land use dataset netcdf error from mkharvest_init rcode = -49 error = NetCDF: Variable not found All listed files are available, including the pftdyn_hist_simyr1850-2005.txt file. Here, all links are adjusted. Since I only use year 2000, I only have this file locally. I did try to replace pftdyn_hist_simyr1850-2005.txt with pftdyn_hist_simyr2000.txt containing only the line for year 2000, but that also did not work. In addition, in this namelist, I have:mksrf_fvegtyp = '/scratch/leuven/300/vsc30061/cesm/inputdata/lnd/clm2/rawdata/pftlanduse.3minx3min.simyr2000.c110913/mksrf_landuse_rc2000_c110913.nc'But this file does not contain any info on harvest. On the other hand, cesm/inputdata/lnd/clm2/rawdata/pftlandusedyn.0.5x0.5.simyr1850-2005.c090630/mksrf_landuse_rc2000_c090630.nc does contain this information. Unfortunately, using this file directly gives a domain checksame error.Any ideas on how to solve this issue?