Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(KORC_PARAMS), | intent(in) | :: | params | |||
type(SPECIES), | intent(inout) | :: | spp | |||
type(PROFILES), | intent(in) | :: | P | |||
type(FIELDS), | intent(in) | :: | F | An instance of the KORC derived type FIELDS. |
SUBROUTINE get_Avalanche_4D(params,spp,P,F)
TYPE(KORC_PARAMS), INTENT(IN) :: params
TYPE(SPECIES), INTENT(INOUT) :: spp
TYPE(PROFILES), INTENT(IN) :: P
TYPE(FIELDS), INTENT(IN) :: F
!! An instance of the KORC derived type FIELDS.
call initialize_avalanche_params(params)
call save_avalanche_params(params)
call Avalanche_4D(params,spp,P,F)
END SUBROUTINE get_Avalanche_4D