ocssw
V2022
|
landcover Module Reference
Functions/Subroutines | |
integer function, public | load_landcover (lc_file) |
subroutine, public | unload_landcover (status) |
integer function, public | get_landcover (lat, lon, status) |
Function/Subroutine Documentation
◆ get_landcover()
integer function, public landcover::get_landcover | ( | real, intent(in) | lat, |
real, intent(in) | lon, | ||
integer, intent(inout) | status | ||
) |
Definition at line 100 of file landcover_nc4.f95.
◆ load_landcover()
integer function, public landcover::load_landcover | ( | character(len=255), intent(in) | lc_file | ) |
Definition at line 15 of file landcover_nc4.f95.
◆ unload_landcover()
subroutine, public landcover::unload_landcover | ( | integer, intent(inout) | status | ) |
Definition at line 87 of file landcover_nc4.f95.