domain_checksame ERROR: output domain lon and gridmap lon not the same

Status
Not open for further replies.

liren

Liren
Member
Hello everyone,

I am making surfdata using the command "./mksurfdata_map < surfdata_xxxx.namelist", it prompts the following message:

Code:
 Attempting to make %glacier .....
 domain_read_dims_2d read lon and lat dims from lon/lat
 domain_read initialized domain
 domain_read read LANDMASK
 Open glacier file:
 /xxx/CESM-release-cesm2.1.3/cime/output/inputdata/lnd/clm2/rawd
 ata/mksrf_glacier_3x3min_simyr2000.c120926.nc
(gridmap_map_read) reading mapping matrix data...
(gridmap_map_read) * file name                  : ../mkmapdata/map_3x3min_nomask_to_1x1_Umpqua_nomask_aave_da_c230907.nc
 * matrix dimensions rows x cols :    25920000  x           1
 * number of non-zero elements:            6
 domain_checksame ERROR: input domain lon and gridmap lon not the same at ni =
    19145960
  domain  lon=   0.000000000000000E+000
  gridmap lon=   -122.025000000000
abort:

This error message has also been recorded in domain_checksame ERROR: output domain lon and gridmap lon not the same.

According to this thread, I checked the "xc_b" variable in the file pointed to "mksrf_fgrid" in namelist:
"../mkmapdata/map_0.25x0.25_nomask_to_1x1_Umpqua_nomask_aave_da_c230907.nc" with file "../mkmapdata/map_3x3min_nomask_to_1x1_Umpqua_nomask_aave_da_c230907.nc". However, this value is the same in both files

I also checked the corresponding domain file, there is no obvious problem. Thank you for your help!
 

liren

Liren
Member
This Error message may arise due to incompletely downloaded data. I will try to re-download it now and re-try the process again!
 
Status
Not open for further replies.
Back
Top