get_field Interface

public interface get_field

Contents


Module Procedures

private subroutine Get_Field_r1(Field_name, Field, found)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: Field_name
real, intent(inout) :: Field(:)
logical, intent(out), optional :: found

private subroutine Get_Field_r2(Field_name, Field, found)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: Field_name
real, intent(inout) :: Field(:,:)
logical, intent(out), optional :: found

private subroutine Get_Field_r3(Field_name, Field, found)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: Field_name
real, intent(inout) :: Field(:,:,:)
logical, intent(out), optional :: found