SURFEX v8.1
General documentation of Surfex
convin.F90
Go to the documentation of this file.
1 INTEGER FUNCTION convin(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 convin=ceiling(kcount*zconv(ktype))
6 RETURN
7 END FUNCTION convin
integer function convin(KCOUNT, KTYPE)
Definition: convin.F90:2