The issue of "Interpolating atmospheric and land-surface fields" in the MPAS tutorial practice guide

meteowang

New member
Hello everyone! I am practicing the tutorial about interpolating real-data. I can successfully generate the static file--x1.10242.static.nc, but when I interpolate the atmospheric data, an error occur.I have seen someone else run into a similar bug, he modified config_extrap_airtemp=linear and then it worked, but I still got the same error. I posted my error message, can you help me to see how to modify it?
 

Attachments

Thanks for your reply. I used MPAS-8.2.1, my PIO version is 2.5.9, I didn't save my compilation results, but it is identical to the one in the following image.: MPAS.png
I used the data from the 240km-mesh in the tutorial.
 

Attachments

Your log file didn't show any error messages. At the end of the log file, it states that:

Code:
-----------------------------------------
 Total log messages printed:
    Output messages =                  423
    Warning messages =                   0
    Error messages =                     0
    Critical error messages =            0
 -----------------------------------------
 Logging complete.  Closing file at 2024/09/11 21:50:36

I suppose that init_atmosphere ran successfully. Can you check whether "x1.10242.init.nc" was created?
 
Back
Top