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.
 
Back
Top