I am trying to use Spatial Allocator to convert a emission file’s projection into another format. Both these format are lambert conformal projection, but has the different horizontal resolution and parameters such as true latitude, standard longitude and center lat and lon. Both emission file are IOAPI format. So I write the projection’s parameters into the GRIDDESC.Just like this :
. But then error occour:
EV: INPUT_FILE_TYPE=IoapiFile EV: INPUT_FILE_ELLIPSOID=+a=6370000.0,+b=6370000.0 Ellipsoid=+a=6370000.0,+b=6370000.0 EV: INPUT_FILE_MAP_PRJN=LAM_36N WARNING: Could not find grid LAM_36N in GRIDDESC file H��I��tIH��tEH�I)�A� ERROR in /home/ljy152/SA_v4.3.1/Spatial-Allocator-master/bin/64bits/allocator.exe: Error in GRIDDESC file for gridname "LAM_36N". Exiting... 0.006u 0.008s 0:00.01 0.0% 0+0k 0+0io 0pf+0w
.Here is my Spatial Allocator running scripts content:
setenv INPUT_FILE_NAME $DATADIR/caqiei_all_2019_Dec.ncf 33 setenv INPUT_FILE_TYPE IoapiFile 34 setenv INPUT_GRID_NAME CAQIEI15KM 35 setenv INPUT_FILE_MAP_PRJN LAM_36N 36 setenv INPUT_FILE_ELLIPSOID "+a=6370000.0,+b=6370000.0" 37 setenv ALLOCATE_ATTRS ALL 38 39 setenv ALLOC_MODE_FILE ALL_AGGREGATE
.Can someone help me
