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

atmosphere_model "Internal List-Directed Read" error

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Dear mgduda,
After running init_atmosphere MPAS'core, I use ouput of this process to run atmosphere core. Unfortunately, when I run command "mpiexec -n 32 ./atmosphere_model", it fails:
Code:
forrtl: severe (64): input conversion error, unit -5, file Internal List-Directed Read
Image              PC                Routine            Line        Source             
atmosphere_model   000000000106427E  Unknown               Unknown  Unknown
atmosphere_model   0000000001087F9F  Unknown               Unknown  Unknown
atmosphere_model   0000000001086455  Unknown               Unknown  Unknown
atmosphere_model   0000000000A04C5F  Unknown               Unknown  Unknown
atmosphere_model   0000000000609E62  Unknown               Unknown  Unknown
atmosphere_model   00000000005105A2  Unknown               Unknown  Unknown
atmosphere_model   000000000051163C  Unknown               Unknown  Unknown
atmosphere_model   0000000000433979  Unknown               Unknown  Unknown
atmosphere_model   0000000000430E69  Unknown               Unknown  Unknown
atmosphere_model   0000000000430E1E  Unknown               Unknown  Unknown
libc.so.6          0000003D8181ED20  Unknown               Unknown  Unknown
atmosphere_model   0000000000430D29  Unknown               Unknown  Unknown
Additonally, namlist and stream file are introduced in the attachments. Please help me solve this problem.
 

Attachments

  • namelist.atmosphere.txt
    1.7 KB · Views: 56
  • streams.atmosphere.txt
    1.6 KB · Views: 58
I've moved your post to its own topic, since the error you're seeing seems to be different from the one being discussed in the other topic.

I don't see anything that looks incorrect in your streams.atmosphere and namelist.atmosphere files. Could you attach any log.atmosphere.* files that were generated when trying to run the model?

You could also try re-compiling the model with debugging options enabled to see whether that generates any additional information. After running
Code:
make clean CORE=atmosphere
you can recompile with the addition of
Code:
DEBUG=true
to your 'make' command.
 
I have reinstalled my model with your suggestion but it still error with the same problem.
The log file is introduced in the attachment.
Please give me some useful advice for this issue.
 

Attachments

  • make.log.txt
    144.5 KB · Views: 58
Can you attach a tar file with all of the log.* files that are produced when trying to run the model?
 
Top