Hi, I met the following error when I was using mksurfdata_map to create my surface data. I have successfully creating surface data before, but this time when I was basically doing the same thing it says:
Attempting to make %lake and %wetland .....
domain_read_dims_2d read lon and lat dims from lon/lat
domain_read initialized domain
domain_read read LANDMASK
Open lake file:
/glade/p/cesm/cseg/inputdata/lnd/clm2/rawdata/mksrf_LakePnDepth_3x3min_simyr200
4_csplk_c151015.nc
(gridmap_map_read) reading mapping matrix data...
(gridmap_map_read) * file name : /glade/scratch/keerzhang/cesm2.1.2_ver3/components/clm/tools/mkmapdata/map_3x3min_MODIS-wCsp_to_0.23x0.31_nomask_aave_da_c200322.nc
* matrix dimensions rows x cols : 25920000 x 885888
* number of non-zero elements: 12627054
(gridmap_map_read) ERROR: frac_src out of bounds
max = 2.99453311816327 min = 0.000000000000000E+000
abort:
ERROR in mksurfdata_map: 34304
There is another thread on this frac_src out of bounds ERROR. I tried to revise the NCL script to make it generate the latCorners and LonCorners
counterclockwisely in SCRIP file. However, it still does not work.
Do you have any suggestions on how to solve this problem?
Thank you very much!
Attempting to make %lake and %wetland .....
domain_read_dims_2d read lon and lat dims from lon/lat
domain_read initialized domain
domain_read read LANDMASK
Open lake file:
/glade/p/cesm/cseg/inputdata/lnd/clm2/rawdata/mksrf_LakePnDepth_3x3min_simyr200
4_csplk_c151015.nc
(gridmap_map_read) reading mapping matrix data...
(gridmap_map_read) * file name : /glade/scratch/keerzhang/cesm2.1.2_ver3/components/clm/tools/mkmapdata/map_3x3min_MODIS-wCsp_to_0.23x0.31_nomask_aave_da_c200322.nc
* matrix dimensions rows x cols : 25920000 x 885888
* number of non-zero elements: 12627054
(gridmap_map_read) ERROR: frac_src out of bounds
max = 2.99453311816327 min = 0.000000000000000E+000
abort:
ERROR in mksurfdata_map: 34304
There is another thread on this frac_src out of bounds ERROR. I tried to revise the NCL script to make it generate the latCorners and LonCorners
counterclockwisely in SCRIP file. However, it still does not work.
Do you have any suggestions on how to solve this problem?
Thank you very much!