landuse_deallocate_mp Subroutine

public subroutine landuse_deallocate_mp(mpx, ms, msn, nrb, mplant, mlitter, msoil, mwood, lucmp)

Deallocates the luc%var(mp) variables

WARNING: Need to deallocate in reverse order from the allocation.

Arguments

Type IntentOptional Attributes Name
integer :: mpx
integer :: ms
integer :: msn
integer :: nrb
integer :: mplant
integer :: mlitter
integer :: msoil
integer :: mwood
type(landuse_mp), intent(inout) :: lucmp

Called by

proc~~landuse_deallocate_mp~~CalledByGraph proc~landuse_deallocate_mp landuse_deallocate_mp proc~landuse_driver landuse_driver proc~landuse_driver->proc~landuse_deallocate_mp proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->proc~landuse_deallocate_mp proc~serialdrv serialdrv proc~serialdrv->proc~landuse_deallocate_mp program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv