Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

./convert_mpas—an error occurred

meteowang

New member
An error occurs when I execute the command: ./convert_mpas history.2021-06-29_00.00.nc history.2021-0* :

Reading MPAS mesh information from file 'history.2021-06-29_00.00.00.nc'

Target domain specification file 'target_domain' not found.
Default 0.5-degree global target domain will be used.

Error: Problems setting up MPAS mesh from file history.2021-06-29_00.00.00.nc
STOP 3

I used the same command a few days ago to successfully generate the latlon.nc file, I do not know why the use of the same command error today
 
Please issue the command: ncdump -h history.2021-06-29_00.00.00.nc > log, and send me the log file to take a look.

Meanwhile, can you try the command: ./convert_mpas init.nc history.2021-0* (here init.nc is the initial data of your case)

Let me know whether it works.
 
Top