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

errors when running the baroclinic wave case for MPAS-A

vanesamagar

New member
Hello,

I have had issues with the baroclinic wave idealized test case for MPAS-A. This happens every time I try to run in parallel.

"
Here are the errors I get in log.init_atmosphere.0000.out:
ERROR: Writing to stream 'output' would clobber file 'x1.40962.init.nc',
ERROR: but clobber_mode is set to 'never_modify'.
"

Here are the last few lines in the log.atmosphere.0000.out:

"
Reading streams configuration from file streams.atmosphere
Found mesh stream with filename template x1.40962.init.nc
Using default io_type for mesh stream
** Attempting to bootstrap MPAS framework using stream: input
Bootstrapping framework with mesh fields from input file 'x1.40962.init.nc'
"

And then nothing more. My slurm file gives me the following error:

"
At line 183 of file mpas_block_decomp.F
Fortran runtime error: Index '40962' of dimension 1 of array 'global_list' above upper bound of 40961
"

I have been getting this error for all the tests we have run so far. Any idea how to solve this?

I attach the slurm code and the out files.

Thanks,
Vanesa
 

Attachments

  • mpas_par_output_ntasks2.zip
    8.8 KB · Views: 0
Hello,

I have had issues with the baroclinic wave idealized test case for MPAS-A. This happens every time I try to run in parallel.

"
Here are the errors I get in log.init_atmosphere.0000.out:
ERROR: Writing to stream 'output' would clobber file 'x1.40962.init.nc',
ERROR: but clobber_mode is set to 'never_modify'.
"

This is because with the clobber_mode = "'never_modify", the output file cannot be overwritten. Please delete the file 'x1.40962.init.nc' from your previous run and rerun your case.
Here are the last few lines in the log.atmosphere.0000.out:

"
Reading streams configuration from file streams.atmosphere
Found mesh stream with filename template x1.40962.init.nc
Using default io_type for mesh stream
** Attempting to bootstrap MPAS framework using stream: input
Bootstrapping framework with mesh fields from input file 'x1.40962.init.nc'
"

And then nothing more. My slurm file gives me the following error:

"
At line 183 of file mpas_block_decomp.F
Fortran runtime error: Index '40962' of dimension 1 of array 'global_list' above upper bound of 40961
"
I am not sure yet what caused this issue. Please rerun this case with the fix of the 1st issue and let me know if you still get the same error.
I have been getting this error for all the tests we have run so far. Any idea how to solve this?

I attach the slurm code and the out files.

Thanks,
Vanesa
 
Top