Dear ARTS community,I need to get the outputs of surfaceTessem (Telsem) method. I am doing the following (for surface_rmatrix):
- in my python code, I create a Tensor4: ws.Tensor4Create('SurfMat')
- in the Agenda, after "surfaceTessem" (or Telsem) I write:
Copy(SurfMat,surface_rmatrix)
- in the python code, after "yCalc" I write: SurfMAt1=ws.SurfMat.value
but I get the following error: WorkspaceVariable SurfMat is uninitialized Can anyone help me on this? Many thanks. Best regards, Leo Pio
