Dear ARTS community,

within my simulation, I am setting the surface properties. In particular, when I use Tessem and Telsem model to calculate emissivity and reflectivity of ocean and land, respectively, I need as input the wind at 10m, the skin temperature, a land/ocean mask (among the others). I read these variable from NetCDF files using python (i.e. NetCDF4 and Numpy). In the related agenda, I use "InterpGriddedField2ToPosition" which requires a "GriddedField2" variable (i.e. skin temperature, or wind) as input. To create this variable, I do the following (for instance eith skin temperature):

ws.GriddedField2Create("SkinTemperature")
ws.Copy(ws.skinTemperature,skinTemperature)

At this point, I get the following error:
"Could not convert input [here there are the values of the skin temperature matrix] to expected group GriddedField2."

Where am I wrong? "Copy" is a method to fill a GriddedField2 variable.

I hope I was clear, any help is welcomed. Thanks.

Leo Pio





Reply via email to