Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

An issue of writing restart files

milicak

Mehmet Ilicak
New Member
Hi,

I am trying to run a MOM6 simulation in a new HPC machine.
The setup was OK in my HPC.
I used gfortran compiler (GCC/11.3.0), somehow intel compiler is incredibly slow in that hpc.
The model runs normally but at the end of the simulation there is always issue with writing restart files.
It writes the MOM6 netcdf files but not the ice restart file and also

coupler.res file.

The output log shows the following error;


Error termination. Backtrace:
At line 298 of file ../../../../src/MOM6/src/parameterizations/lateral/MOM_spherical_harmonics.F90
Fortran runtime error: Attempt to DEALLOCATE unallocated 'cs'


TIDES are off explicity, so it shouldn't be due to that, I also check parameter_all file, tides are false.

I am almost sure this is a compiler issue, I thought someone else had this before.

Thanks,
Mehmet
 

milicak

Mehmet Ilicak
New Member
Yes, thanks this is the issue, because when I comment it out that subroutine, the code works fine.
 
Top