What is the parameter which to pass to the nfdr_wriflx?

I found that in the nfdr_pred.F at line 301 it pass with 6 parameter but in the subroutine
nfdr_wriflx need 7 parameter

nfdr_pred.F
line 301 call nfdr_wriflx(88,iyear,month,iday,ihour,ahour)

The model will segmentation fault at this point, if it change at line 301 to
call nfdr_wriflx(88,iyear,month,iday,ihour,ithr,ahour).

Is it correct?

---

The text above was deleted by mistake (system mulfunction??) and is recovered now. Sorry for the incovenience.
Here's my answer.

In short, you are correct. We found this error last week and fixed it and uploaded the corrected version to our CVS server.
you can type
cvs update nfdr_pred.F
to get the fixed version.

Hideki

Discussions