Re: Surface properties

2024-02-05 Thread leopio . dadderio
y([-90, 90]), np.array([-180, 360])]     gf2.data = np.full((2, 2), value)     gf2.name = "Generated by easy arts function gf2_constant_set"     setattr(ws, name, gf2) On 2024-01-17 10:08, leopio.dadde...@artov.isac.cnr.it wrote: Dear ARTS community, within my simulation, I am setting the

Re: Surface properties

2024-01-19 Thread Patrick Eriksson
ta = np.full((2, 2), value)     gf2.name = "Generated by easy arts function gf2_constant_set"     setattr(ws, name, gf2) On 2024-01-17 10:08, leopio.dadde...@artov.isac.cnr.it wrote: Dear ARTS community, within my simulation, I am setting the surface properties. In particul

Re: Surface properties

2024-01-18 Thread leopio . dadderio
;Longitude"] gf2.grids = [np.array([-90, 90]), np.array([-180, 360])] gf2.data = np.full((2, 2), value) gf2.name = "Generated by easy arts function gf2_constant_set" setattr(ws, name, gf2) On 2024-01-17 10:08, leopio.dadde...@artov.isac.cnr.it wrote: Dear A

Re: Surface properties

2024-01-18 Thread leopio . dadderio
rote: 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

Re: Surface properties

2024-01-17 Thread Patrick Eriksson
alue) gf2.name = "Generated by easy arts function gf2_constant_set" setattr(ws, name, gf2) On 2024-01-17 10:08, leopio.dadde...@artov.isac.cnr.it wrote: Dear ARTS community, within my simulation, I am setting the surface properties. In particular, when I use Tessem and Telsem mo

Surface properties

2024-01-17 Thread leopio . dadderio
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