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

how to solve 'Input SCRIP grid file does NOT exist: ../mkmapgrids/SCRIPgrid_1x1_Beijing_nomask_240419.nc\n'

wanz9876

zmwang
New Member
Dear Scientist of NCAR

When I was making mapping file for mksurfdata_map, there was an error like
Input SCRIP grid file does NOT exist: ../mkmapgrids/SCRIPgrid_1x1_Beijing_nomask_240419.nc\n’ 'Make sure CSMDATA environment variable is set correctly'
How do I find input scrip grid file?
The following is my operation steps, can you help me to see where the problem?

1.png
2.png
3.png
 

slevis

Moderator
A couple of troubleshooting ideas come to mind:
1) To see if the file is there, try:
ls ../mkmapgrids/SCRIPgrid...
2) If it is there, try using the full explicit path in the export command rather than a relative path.
 
Top