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 in running ./init_atmosphere_model

frfajary

New member
I am beginner in using MPAS, I install MPAS 7.3 and run the CORE=init_atmosphere.
I think it is successfull.
###
MPAS was built with default single-precision reals.
Debugging is on.
Parallel version is on.
Papi libraries are off.
TAU Hooks are off.
MPAS was built without OpenMP support.
MPAS was built with .F files.
The native timer interface is being used
Using the PIO 1.x library.
###

The, I try to run the ./init_atmosphere but I got this error:
forrtl: severe (408): fort: (2): Subscript #1 of the array EDGESONCELL has value 11 which is greater than the upper bound of 10

Image PC Routine Line Source
init_atmosphere_m 00000000011C5C5F Unknown Unknown Unknown
init_atmosphere_m 0000000000A80535 mpas_block_decomp 387 mpas_block_decomp.F
init_atmosphere_m 0000000000DC7266 mpas_block_creato 315 mpas_block_creator.F
init_atmosphere_m 0000000000C419AD mpas_bootstrappin 251 mpas_bootstrapping.F
init_atmosphere_m 00000000004136CA mpas_subdriver_mp 293 mpas_subdriver.F
init_atmosphere_m 000000000040F9A5 MAIN__ 14 mpas.F
init_atmosphere_m 000000000040F922 Unknown Unknown Unknown
libc-2.17.so 00002AB61AB61555 __libc_start_main Unknown Unknown
init_atmosphere_m 000000000040F829 Unknown Unknown Unknown
 
If you're new to MPAS-A, I would firstly suggest using the current release, MPAS v8.0.1, if at all possible.

Can you attach your namelist.init_atmosphere and streams.init_atmosphere files? Which mesh are you working with, and what initial conditions (real-data, idealized) are you trying to create with the init_atmosphere_model program?
 
If you're new to MPAS-A, I would firstly suggest using the current release, MPAS v8.0.1, if at all possible.

Can you attach your namelist.init_atmosphere and streams.init_atmosphere files? Which mesh are you working with, and what initial conditions (real-data, idealized) are you trying to create with the init_atmosphere_model program?
Thank you for the reply, I have installed the current release MPAS v.8.0.1:

make[2]: Leaving directory `/home/faiz/Build_MPAS/MPAS-Model-8.0.1/src/core_init_atmosphere'
*******************************************************************************
MPAS was built with default single-precision reals.
Debugging is on.
Parallel version is on.
Papi libraries are off.
TAU Hooks are off.
MPAS was built without OpenMP support.
MPAS was built without OpenMP-offload GPU support.
MPAS was built without OpenACC accelerator support.
Position-dependent code was generated.
MPAS was built with .F files.
The native timer interface is being used
Using the PIO 1.x library.
*******************************************************************************
make[1]: Leaving directory `/home/faiz/Build_MPAS/MPAS-Model-8.0.1'


I try to learn from the basic tutorial with uniform mesh (x1.10242.grid.nc), I got the dataset from this website:
https://www2.mmm.ucar.edu/projects/mpas/tutorial/Boulder2019/input_data/mpas_tutorial.tar.gz

I still got this error for running ./init_atmosphere:
#---------------------------------
forrtl: severe (408): fort: (2): Subscript #1 of the array EDGESONCELL has value 11 which is greater than the upper bound of 10

Image PC Routine Line Source
init_atmosphere_m 00000000010DDF9F Unknown Unknown Unknown
init_atmosphere_m 000000000098F3FE mpas_block_decomp 388 mpas_block_decomp.F
init_atmosphere_m 0000000000CDA63A mpas_block_creato 318 mpas_block_creator.F
init_atmosphere_m 0000000000B5459F mpas_bootstrappin 261 mpas_bootstrapping.F
init_atmosphere_m 000000000041424D mpas_subdriver_mp 330 mpas_subdriver.F
init_atmosphere_m 000000000040FA74 MAIN__ 18 mpas.F
init_atmosphere_m 000000000040F9A2 Unknown Unknown Unknown
libc-2.17.so 00002B4FC06FA555 __libc_start_main Unknown Unknown
init_atmosphere_m 000000000040F8A9 Unknown
#-----------------------------------
These I attached my namelist and streams files, and also log.init_atmosphere.0000.out in folder MPASfiles.zip. However, no file log.init_atmosphere.0000.err .

Best regards.
 

Attachments

  • MPASfiles.zip
    2 KB · Views: 1
Top