SatellitePhenologyMod Module



Subroutines

public subroutine lai_advance(bounds)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds

public subroutine SatellitePhenologyInit(bounds)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds

public subroutine SatellitePhenology(bounds, num_nolakep, filter_nolakep, waterstate_inst, canopystate_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
integer, intent(in) :: num_nolakep
integer, intent(in) :: filter_nolakep(bounds%endp-bounds%begp+1)
type(waterstate_type), intent(in) :: waterstate_inst
type(CanopyState_type), intent(inout) :: canopystate_inst

public subroutine interpMonthlyVeg(bounds, canopystate_inst)

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
type(CanopyState_type), intent(inout) :: canopystate_inst

public subroutine readAnnualVegetation(bounds, canopystate_inst)

loop over months and read vegetated data

Read more…

Arguments

Type IntentOptional Attributes Name
type(bounds_type), intent(in) :: bounds
type(CanopyState_type), intent(inout) :: canopystate_inst