Dear all,

I am using ARTS to perform some radiative transfer simulations for my master 
degree. Currently I am in the process to edit the script 
TestHIRS_reference.arts such that it computes the jacobian of the surface 
temperature.

This script copies surface_rtprop_agenda__Blackbody_SurfTFromt_field into 
surface_rtprop_agenda, and for what I understand I have to edit this agenda in 
agendas_surface.arts from

AgendaCreate( surface_rtprop_agenda__Blackbody_SurfTFromt_field )
AgendaSet( surface_rtprop_agenda__Blackbody_SurfTFromt_field ){
  InterpAtmFieldToPosition( out=surface_skin_t, field=t_field )
  surfaceBlackbody
to

AgendaCreate( surface_rtprop_agenda__Blackbody_SurfTFromt_field )
AgendaSet( surface_rtprop_agenda__Blackbody_SurfTFromt_field ){
  InterpAtmFieldToPosition( out=surface_skin_t, field=t_field )
SurfaceBlackbody

i.e. replacing the method surfaceBlackbody with SurfaceBlackbody

But if I edit like this, after running the controlfile I get this error:

Executing ARTS.
Command line:
/usr/local/ARTS/build/src/arts -I ../../../controlfiles/ TestHIRS_reference.arts
Version: arts-2.4.0 (compiled Mon Dec  6 16:20:24 2021)
This run took 0.08s (0.40s CPU time)
Run-time error in controlfile: TestHIRS_reference.arts
Unknown Method:
SurfaceBlackbody
File:   /home/arts_user/controlfiles/general/agendas_surface.arts
Line:   41
Column: 3

Am I doing something wrong?
In addition, is there the possibility to do the same using the method 
SurfaceFlatScalarReflectivity instead of 
SurfaceBlackbody?

Mattia
_______________________________________________
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