dm_geocom_api_request_get_atmospheric_correction Subroutine

public pure subroutine dm_geocom_api_request_get_atmospheric_correction(request)

Request of TMC_GetAtmCorr procedure. Creates request for getting the atmospheric correction parameters.

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • lambda – Wave length of the EDM transmitter [m].
  • pressure – Atmospheric pressure [mbar].
  • drytemp – Dry temperature [°C].
  • wettemp – Wet temperature [°C].
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,2029:
ASCII response %R1P,0,0:<grc>,<lambda>,<pressure>,<drytemp>,<wettemp>

Arguments

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

Prepared request.


Calls

proc~~dm_geocom_api_request_get_atmospheric_correction~~CallsGraph proc~dm_geocom_api_request_get_atmospheric_correction dm_geocom_api_request_get_atmospheric_correction proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_get_atmospheric_correction->proc~dm_geocom_api_request