[MITgcm-cvs] MITgcm/pkg/cost CVS Commit

Martin Losch mlosch at mitgcm.org
Fri Jan 14 03:11:15 EST 2005


Update of /u/gcmpack/MITgcm/pkg/cost
In directory forge:/tmp/cvs-serv31149/pkg/cost

Modified Files:
	cost_check.F 
Log Message:
fix format specifiers:
      WRITE(msgBuf,'(A)') 
     &     'Must have both ',
     &     'ALLOW_HFLUX_CONTROL & ALLOW_HFLUX_COST_CONTRIBUTION'
to 
      WRITE(msgBuf,'(A,A)') 
     &     'Must have both ',
     &     'ALLOW_HFLUX_CONTROL & ALLOW_HFLUX_COST_CONTRIBUTION'
Obviously, a lot of compiler swallow wrong format, but not ifort.




More information about the MITgcm-cvs mailing list