[MITgcm-devel] Small bug in ecco pkg?

David Ferreira dfer at mit.edu
Sun Sep 13 17:13:20 EDT 2015


Hi,
I was trying to run the ECCOv4 verification experiment global_oce_llc90. 
It compiles fine but crashes with useECCO=.TRUE. because of this line in 
ecco_summary.F:

          write(msgbuf,'(a,L2)') ' gencost_flag = ',gencost_flag(k)

gencost_flag is an integer and something like this works better:

          write(msgbuf,'(a,I2)') ' gencost_flag = ',gencost_flag(k)

Obviously this wasn't a problem before, but for some reason, Cray 
compiler/Archer is very picky about this.

Any objection with me fixing it?

cheers,
david




More information about the MITgcm-devel mailing list