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

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

  • log.init_atmosphere.0000.out.txt
    13.7 KB · Views: 2
  • namelist.init_atmosphere.txt
    1.5 KB · Views: 0
  • streams.init_atmosphere.txt
    965 bytes · Views: 1
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

  • x1.10242_static.tar.gz
    5.4 MB · Views: 0
  • x1.10242.tar .gz
    6 MB · Views: 0
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?
 
Top