Setting calcemis.options as True

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49862
    SWADHIN SATAPATHYSWADHIN SATAPATHY
    Participant

    How do I set the calcemis() options in RTTOV as true? In am using the PyRTTOV wrapper and I tried using this: insatRttov.Options.caclemis = True which gave me : AttributeError: You are not allowed to assign the calcemis attribute.

    #49872
    James HockingJames Hocking
    Keymaster

    Hi,

    Please read the wrapper user guide (docs/rttov-wrapper.pdf), in particular section 6 which describes pyrttov interface, and section 6.4 which describes how to specify input emissivities and reflectances.

    By default pyrttov sets the RTTOV calcemis(:) input array to true, so you may not need to do anything. It is controlled by the SurfEmisRefl member array of the Rttov class. If the relevant elements are positive values then these are used as input emissivities, otherwise the corresponding elements of calcemis(:) are set to true. The wrapper user guide gives full details.

    Best wishes,
    James

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.