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

kmt inconsistency in POP2

cheny@udel_edu

New Member
Hi all

I'm trying to run a case, but get errors "ERROR kmt inconsistency for overflows". This error comes from models/ocn/pop2/source/overflow.F90

my case setup is -res f19_g16 -compset B, using gcc 4.5
with the same setup, pgi 11.1 works without any problem. I know that gcc is not supported right now, but it's open source. Can someone enlighten me on this, so I can track down the problem. thank you

yuanfang
 

cheny@udel_edu

New Member
kula85 said:
Hi all

I'm trying to run a case, but get errors "ERROR kmt inconsistency for overflows". This error comes from models/ocn/pop2/source/overflow.F90

my case setup is -res f19_g16 -compset B, using gcc 4.5
with the same setup, pgi 11.1 works without any problem. I know that gcc is not supported right now, but it's open source. Can someone enlighten me on this, so I can track down the problem. thank you

yuanfang

Adding below options to FFLAGS, it seems that everything works just fine now.
-fconvert=swap -ffpe-trap=invalid,zero,overflow
 
Top