Re: [arts-users] FASTEM in ARTS

2018-11-08 Thread Richard Larsson
Hi Stuart,

A development model problem.  I am not sure this will solve your issues
completely, but can you try adding SurfaceDummy at the start of your
iy_surface_agenda?

The new variables you are seeing are part of a method Patrick is working on
for calculating the Jacobian of surface features.  SurfaceDummy exists as a
method to ignore said feature and have ARTS work as before.

See line 180 in controlfiles/general/agendas.arts for an example.
Probably, ARTS-2.3.638 did not have said line because the feature is new
since ARTS-2-3-1010.

With hope,
//Richard

Den tors 8 nov. 2018 kl 17:40 skrev Fox, Stuart :

> 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
>
___
arts_users.mi mailing list
arts_users.mi@lists.uni-hamburg.de
https://mailman.rrz.uni-hamburg.de/mailman/listinfo/arts_users.mi


[arts-users] FASTEM in ARTS

2018-11-08 Thread Fox, Stuart
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