SURFEX v8.1
General documentation of Surfex
convout.F90
Go to the documentation of this file.
1 INTEGER FUNCTION convout(KCOUNT,KTYPE)
2 REAL ZCONV(0:5)
3 INTEGER KCOUNT,KTYPE
4 zconv=(/0.25,1.0,2.0,2.0,1.0,1.0/)
5 convout=ceiling(kcount/zconv(ktype))
6 RETURN
7 END FUNCTION convout
integer function convout(KCOUNT, KTYPE)
Definition: convout.F90:2