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

Error during read LANDUSE.TBL, when run v 7.0

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.

huangwei5934

New member
Hello, there,

I tried compile MPAS-Model-7.0, as:

make ifort CORE=atmosphere OPENMP=true USE_PIO2=true PRECISION=single

When I run it, I got error:

forrtl: severe (24): end-of-file during read, unit 15, file /hpelustre/whuang/mpas/run/LANDUSE.TBL
Image PC Routine Line Source
libifcoremt.so.5 00002AAAAEBE4622 for__io_return Unknown Unknown
libifcoremt.so.5 00002AAAAEC2437D for_read_seq_fmt Unknown Unknown
atmosphere_model 000000000060D0C1 Unknown Unknown Unknown
atmosphere_model 00000000005F4612 Unknown Unknown Unknown
atmosphere_model 00000000004F37E6 Unknown Unknown Unknown
atmosphere_model 00000000004F4845 Unknown Unknown Unknown
atmosphere_model 000000000040ADF2 Unknown Unknown Unknown
atmosphere_model 0000000000407E96 Unknown Unknown Unknown
atmosphere_model 0000000000407E2E Unknown Unknown Unknown
libc-2.17.so 00002AAAB0EB03D5 __libc_start_main Unknown Unknown
atmosphere_model 0000000000407D39 Unknown Unknown Unknown


ls -l /hpelustre/whuang/mpas/run/LANDUSE.TBL
-rw-r--r-- 1 whuang users 29820 Oct 31 10:55 /hpelustre/whuang/mpas/run/LANDUSE.TBL

more streams.atmosphere
<streams>
<immutable_stream name="input"
type="input"
filename_template="x1.655362.init.nc"
input_interval="initial_only" />

<stream name="output"
type="output"
filename_template="history.$Y-$M-$D_$h.$m.$s.nc"
output_interval="6:00:00" >

<file name="stream_list.atmosphere.output"/>
</stream>

<stream name="diagnostics"
type="output"
filename_template="diag.$Y-$M-$D_$h.$m.$s.nc"
output_interval="3:00:00" >

<file name="stream_list.atmosphere.diagnostics"/>
</stream>

</streams>

Anyone can help?

Thanks,

Wei
 
Apologies for not replying long ago -- I've been thinking about this issue, and I don't think I have any good ideas as to why this might be happening. One test to try might be to clean and re-compile the model without OpenMP (i.e., to omit OPENMP=true from your make command).

Have you cloned a clean copy of the MPAS-Model source, or have you updated a clone from a previous release? The LANDUSE.TBL file did change in MPAS-Atmosphere v7.0.
 
Top