Skip to content

Instantly share code, notes, and snippets.

@ottbot
Created September 20, 2009 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottbot/189768 to your computer and use it in GitHub Desktop.
Save ottbot/189768 to your computer and use it in GitHub Desktop.
rob@cosmo kiva (master) $ gfortran -o kiva3v *.F
begin.F:51.18:
call second(tstart)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
exitk.F:32.19:
call second (tfinish)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
kiva3.F:152.34:
if(irest.gt.0) call second (tbegin)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
kiva3.F:154.19:
10 call second (tbegin)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
kiva3.F:238.19:
call second (tcycle)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
kiva3.F:241.19:
call second (tbegin)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
newcyc.F:55.18:
call second(time)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
newcyc.F:245.18:
call second(tnow)
1
Error: 'time' argument of 'second' intrinsic at (1) must be of kind 4
pltgmv.F:71.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
pltgmv.F:77.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
pltgmv.F:83.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
pltgmv.F:111.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
pltgmv.F:118.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
pltgmv.F:164.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
velocity.F:58.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
velocity.F:65.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
velocity.F:72.34:
if(Dabs(work(i4)).lt.1.0e-90) work(i4)=0.0
1
Warning: Real constant underflows its kind at (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment