Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Something wrong when creating mapping files for mksurfdata_map

jgx

jiagongxu
New Member
Rush rush rush! Seeking help

I want to create custom resolution surface data, first, I created a SCRIP grid file using ./mknoocnmap.pl -p 47.7333,88.0833 -dx 0.01 -dy 0.01 -n $GRIDNAME successfully
but when I run mkmapdata.sh to create mapping files, I get an error:
ERROR: Problem on processor 0
. Please see the PET*.RegridWeightGen.Log files for a traceback.
Abort(1) on node 0 (rank 0 in comm 496): application called MPI_Abort(comm=0x84000002, 1) - process 0
Error status returned from mkmapdata script


Next, I looked at the file, it shows:
20240910 060404.818 ERROR PET0 ESMF_Grid.F90:5532 ESMF_GridCreate Wrong argument specified - Couldn't find a consistent ordering of corners around each cell in file to be able to arrange them into a logically rectangular Grid.
20240910 060404.818 ERROR PET0 ESMF_Grid.F90:6925 ESMF_GridCreateFrmScrip Wrong argument specified - Internal subroutine call returned Error
20240910 060404.818 ERROR PET0 ESMF_Grid.F90:6520 ESMF_GridCreateFrmNCFile Wrong argument specified - Internal subroutine call returned Error
20240910 060404.818 ERROR PET0 ESMF_RegridWeightGen.F90:1384 ESMF_RegridWeightGenFile Wrong argument specified - Internal subroutine call returned Error
20240910 060404.819 INFO PET0 Finalizing ESMF


Thanks for all the help!

Attached is the log file
 

jgx

jiagongxu
New Member
Rush rush rush! Seeking help

I want to create custom resolution surface data, first, I created a SCRIP grid file using ./mknoocnmap.pl -p 47.7333,88.0833 -dx 0.01 -dy 0.01 -n $GRIDNAME successfully
but when I run mkmapdata.sh to create mapping files, I get an error:
ERROR: Problem on processor 0
. Please see the PET*.RegridWeightGen.Log files for a traceback.
Abort(1) on node 0 (rank 0 in comm 496): application called MPI_Abort(comm=0x84000002, 1) - process 0
Error status returned from mkmapdata script


Next, I looked at the file, it shows:
20240910 060404.818 ERROR PET0 ESMF_Grid.F90:5532 ESMF_GridCreate Wrong argument specified - Couldn't find a consistent ordering of corners around each cell in file to be able to arrange them into a logically rectangular Grid.
20240910 060404.818 ERROR PET0 ESMF_Grid.F90:6925 ESMF_GridCreateFrmScrip Wrong argument specified - Internal subroutine call returned Error
20240910 060404.818 ERROR PET0 ESMF_Grid.F90:6520 ESMF_GridCreateFrmNCFile Wrong argument specified - Internal subroutine call returned Error
20240910 060404.818 ERROR PET0 ESMF_RegridWeightGen.F90:1384 ESMF_RegridWeightGenFile Wrong argument specified - Internal subroutine call returned Error
20240910 060404.819 INFO PET0 Finalizing ESMF


Thanks for all the help!
Attached is the log file
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Unfortunately, these tools are no longer supported on our machines so I can't troubleshoot this. We have a different method for creating single point datasets, subset_data, which is available in the most recent version of CTSM.
 

jgx

jiagongxu
New Member
Unfortunately, these tools are no longer supported on our machines so I can't troubleshoot this. We have a different method for creating single point datasets, subset_data, which is available in the most recent version of CTSM.
Thanks, I want to create regional surface datasets, could you please tell me where I can find the guides of the tools for creating customized regional surface datasets? Thank you very much!
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
If you want to subset existing global datasets to regional or single point please see the README in tools/site_and_regional.
If you want to create your own regional datasets from scratch please see the README in tools/mksurfdata_esmf.
 
Top