libsim  Versione 7.1.7

◆ dbanetwork_enq()

subroutine dballe_class::dbanetwork_enq ( class(dbanetwork), intent(out)  network,
type(dbasession), intent(in)  session 
)
private

query parameters from dballe API

Parametri
[in]sessiondballe session

Definizione alla linea 1920 del file dballe_class.F03.

1921 !! TODO utilizzare dataonly ? direi di no
1922 
1923 if (this%contextana .and. c_e(that%timerange%vol7d_timerange)) return
1924 if (this%contextana .and. c_e(that%datetime%datetime)) return
1925 if (this%contextana .and. c_e(that%level%vol7d_level)) return
1926 
1927 if (c_e(this%level%vol7d_level) .and. .not. this%level%vol7d_level == that%level%vol7d_level ) return

Generated with Doxygen.