interp_multilevel_container_type Interface

public interface interp_multilevel_container_type

Module Procedures

private function constructor(ncid_source, ncid_dest, bounds_source, bounds_dest, pftindex, colindex) result(this)

Arguments

Type IntentOptional Attributes Name
type(file_desc_t), intent(inout), target :: ncid_source
type(file_desc_t), intent(inout), target :: ncid_dest
type(interp_bounds_type), intent(in) :: bounds_source
type(interp_bounds_type), intent(in) :: bounds_dest
integer, intent(in) :: pftindex(:)
integer, intent(in) :: colindex(:)

Return Value type(interp_multilevel_container_type)