phyetat0_get Interface

public interface phyetat0_get

Called by

interface~~phyetat0_get~~CalledByGraph interface~phyetat0_get phyetat0_get proc~phyetat0 phyetat0 proc~phyetat0->interface~phyetat0_get proc~scm scm proc~scm->interface~phyetat0_get proc~physiq physiq proc~scm->proc~physiq proc~phyetat0~2 phyetat0 proc~phyetat0~2->interface~phyetat0_get proc~physiqex physiqex proc~physiqex->proc~phyetat0 proc~physiqex~2 physiqex proc~physiqex~2->proc~phyetat0 proc~physiq->proc~phyetat0 proc~physiq->proc~physiqex proc~physiq~2 physiq proc~physiq~2->proc~phyetat0 proc~physiq~2->proc~physiqex program~lmdz1d lmdz1d program~lmdz1d->proc~scm proc~old_lmdz1d old_lmdz1d program~lmdz1d->proc~old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents


Module Procedures

private function phyetat0_get10(field, name, descr, default) result(lFound)

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: field(:)
character(len=*), intent(in) :: name
character(len=*), intent(in) :: descr
real, intent(in) :: default

Return Value logical

private function phyetat0_get20(field, name, descr, default) result(lFound)

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: field(:,:)
character(len=*), intent(in) :: name
character(len=*), intent(in) :: descr
real, intent(in) :: default

Return Value logical

private function phyetat0_get11(field, name, descr, default) result(lFound)

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: field(:)
character(len=*), intent(in) :: name(:)
character(len=*), intent(in) :: descr
real, intent(in) :: default

Return Value logical

private function phyetat0_get21(field, name, descr, default, tname) result(lFound)

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: field(:,:)
character(len=*), intent(in) :: name(:)
character(len=*), intent(in) :: descr
real, intent(in) :: default
character(len=*), intent(out), optional :: tname

Return Value logical