dm_geocom_api_request_set_atmospheric_correction Subroutine

public pure subroutine dm_geocom_api_request_set_atmospheric_correction(request, lambda, pressure, dry_temp, wet_temp)

Request of BAP_SetAtmCorr procedure. Creates request for setting the atmospheric correction parameters.

The argument lambda should be queried with API call TMC_GetAtmCorr.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,2028:<lambda>,<pressure>,<dry_temp>,<wet_temp>
ASCII response %R1P,0,0:<grc>

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(out) :: request

Prepared request.

real(kind=r8), intent(in) :: lambda

Wave-length of EDM transmitter [m].

real(kind=r8), intent(in) :: pressure

Atmospheric pressure [mbar].

real(kind=r8), intent(in) :: dry_temp

Dry temperature [°C].

real(kind=r8), intent(in) :: wet_temp

Wet temperature [°C].


Calls

proc~~dm_geocom_api_request_set_atmospheric_correction~~CallsGraph proc~dm_geocom_api_request_set_atmospheric_correction dm_geocom_api_request_set_atmospheric_correction proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_atmospheric_correction->proc~dm_geocom_api_request