Skip to content

File canopy_coord_mod.F90

File List > src > canopy_coord_mod.F90

Go to the documentation of this file

MODULE canopy_coord_mod
    use canopy_const_mod, ONLY: rk
    IMPLICIT NONE


    CHARACTER(LEN=24)  :: time_start
    CHARACTER(LEN=24)  :: time_end
    INTEGER            :: time_intvl
    integer            :: ntime



    integer            :: nlat
    integer            :: nlon



    integer            :: modlays
    real(rk)           :: modres



END MODULE canopy_coord_mod