QSAT Interface

public interface QSAT

Contents


Module Procedures

public function QSATW_0D(PT, PP) result(PQSAT)

Arguments

Type IntentOptional AttributesName
real, intent(in) :: PT
real, intent(in) :: PP

Return Value real

public function QSATW_1D(PT, PP) result(PQSAT)

Arguments

Type IntentOptional AttributesName
real, intent(in), DIMENSION(:):: PT
real, intent(in), DIMENSION(:):: PP

Return Value real, DIMENSION(SIZE(PT))

public function QSATW_2D(PT, PP, KMASK, KL) result(PQSAT)

Arguments

Type IntentOptional AttributesName
real, intent(in), DIMENSION(:,:):: PT
real, intent(in), DIMENSION(:,:):: PP
integer, intent(in), optional DIMENSION(:):: KMASK
integer, intent(in), optional :: KL

Return Value real, DIMENSION(SIZE(PT,1),SIZE(PT,2))