I'm currently trying to use the ARTS version of FASTEM via iySurfaceFastem in 
iy_surface_agenda. This used to work, but on the latest version of the ARTS 
trunk (2.3.1146) it fails with:
Run-time error in method: AgendaSet
The agenda iy_surface_agenda must generate the output WSV dsurface_rmatrix_dx,
but it does not. It only generates:
diy_dx
iy
auto_iySurfaceFastem_gin3_fastem_version

The section of my controlfile that sets the surface is:
NumericCreate(wind_speed)
NumericCreate(salinity)
NumericCreate(wind_dir)
ReadXML(wind_speed,"surface_wind_speed.xml")
ReadXML(wind_dir, "surface_wind_dir.xml")
ReadXML(salinity, "surface_salinity.xml")
AgendaSet(iy_surface_agenda){
iySurfaceFastem(salinity=salinity, wind_speed=wind_speed, 
wind_direction=wind_dir)
}

This used to work (certainly it worked at version 2.3.638), so I'm guessing 
something has changed (it looks like it's related to calculating surface 
jacobians). Is this a bug, or do I need to add something extra to 
iy_surface_agenda to calculate the required quantities?

Regards,

Stuart

_______________________________________________
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi

Reply via email to