16#define DESCRIPTION(x) x
31 agenda_data.resize(0);
40 NAME(
"propmat_clearsky_agenda"),
42 "Calculate the absorption coefficient matrix.\n"
44 "This agenda calculates the absorption coefficient matrix for all\n"
45 "absorption species as a function of the given atmospheric state for\n"
46 "one point in the atmosphere. The result is returned in\n"
47 "*propmat_clearsky*. The atmospheric state has to be specified by\n"
48 "*rtp_pressure*, *rtp_temperature*, *rtp_mag*, and *rtp_vmr*.\n"
50 "The methods inside this agenda may require a lot of additional\n"
51 "input variables, such as *abs_species*, etc.\n"
53 "The include file 'agendas.arts' predefines some possible agendas\n"
54 "that can be used here.\n"),
57 "dpropmat_clearsky_dx",
59 INPUT(
"jacobian_quantities",
69 agenda_data.push_back(
71 DESCRIPTION(
"Calculations to perform for each batch case.\n"
73 "See also: *DOBatchCalc*\n"),
74 OUTPUT(
"spectral_radiance_field",
77 "spectral_irradiance_field"),
78 INPUT(
"ybatch_index")));
81 NAME(
"doit_conv_test_agenda"),
83 "Compute the convergence test.\n"
85 "The method *cloudbox_field_monoIterate* solves the VRTE iteratively."
86 "This method requires \n"
87 "a convergence test. The user can choose different convergence tests\n"
88 "which are to be defined in this agenda.\n"
90 "Possible workspace methods are:\n"
91 " - *doit_conv_flagAbs*: Calculates the absolute differences \n"
92 " for each Stokes component separately.\n"
93 " - *doit_conv_flagAbsBT*: Same as above, but the convergence limit\n"
94 " can be specified in Kelvin BT (Rayleigh Jeans).\n"
95 " - *doit_conv_flagLsq*: Least square convergence test. Not recommended\n"
96 " because result can be inaccurate.\n"),
97 OUTPUT(
"doit_conv_flag",
"doit_iteration_counter"),
98 INPUT(
"doit_conv_flag",
99 "doit_iteration_counter",
100 "cloudbox_field_mono",
101 "cloudbox_field_mono_old")));
104 NAME(
"doit_mono_agenda"),
106 "Performs monochromatic DOIT calculation."
108 "This agenda includes for example the following methods:\n"
110 "1. *DoitScatteringDataPrepare* \n"
111 "2. *cloudbox_field_monoIterate*\n"
113 "The result of the agenda is the radiation field inside the \n"
114 "cloudbox and on the cloudbox boundary, which can be used \n"
115 "as radiative background for a clearsky radiative transfer \n"
118 "See the Arts online documentation\n"
119 "for more information about the methods.\n"),
120 OUTPUT(
"cloudbox_field_mono"),
121 INPUT(
"cloudbox_field_mono",
"f_grid",
"f_index")));
124 NAME(
"doit_scat_field_agenda"),
126 "Calculation of the scattering integral field (DOIT). \n"
128 "This agenda is called repeatedly in each DOIT iteration.\n"
129 "The following methods can be used for calculating the \n"
130 "scattering integral field: \n"
132 "- *doit_scat_fieldCalc*: This method calculates the scattering \n"
133 " integral field by using the angular grids *za_grid* \n"
134 " and *aa_grid*, which are also used in the update of the \n"
135 " radiation field (*doit_rte_agenda*).\n"
137 "- *doit_scat_fieldCalcLimb*: This method calculates the scattering \n"
138 " integral field. The difference to the previous method is that \n"
139 " the data is interpolated on equidistant angular grids. \n"
140 " Especially for limb, where a very fine zenith angle grid \n"
141 " resolution is required for the RT transfer part, this method \n"
142 " is much faster than *doit_scat_fieldCalc*. \n"),
143 OUTPUT(
"doit_scat_field"),
144 INPUT(
"doit_scat_field",
"cloudbox_field_mono")));
147 NAME(
"doit_rte_agenda"),
149 "Radiative transfer calculations in cloudbox.\n"
151 "Agenda for radiative transfer step calculations with \n"
152 "fixed scattering integral term shoul be specified here.\n"
153 "Output is the updated radiation field in the cloudbox. \n"
154 "This agenda is called repeatedly in each DOIT iteration.\n"
156 "Normally one should use\n"
158 " - *cloudbox_fieldUpdateSeq1D* or *cloudbox_fieldUpdateSeq3D*:\n"
159 " Seqential update of the radiation field.\n"
160 " This method is the fastest and most accurate method.\n"
162 "A very similar method in plane parallel approximation is\n"
163 " - *cloudbox_fieldUpdateSeq1DPP*:\n"
164 " This method also includes the sequential update and is slightly\n"
165 " faster than the above one. The drawback is that it is less\n"
166 " accurate, especially for limb geometries and large off-nadir\n"
169 "The following method was used before the sequential update\n"
170 "was invented. It is very slow and should therefore only \n"
171 "be used for test cases:\n"
173 " - *cloudbox_fieldUpdate1D*: Old method.\n"),
174 OUTPUT(
"cloudbox_field_mono"),
175 INPUT(
"cloudbox_field_mono",
"doit_scat_field")));
178 NAME(
"forloop_agenda"),
180 "The body for a for loop.\n"
182 "This agenda contains the body of the for loop to be execute by the\n"
183 "method *ForLoop*.\n"),
185 INPUT(
"forloop_index")));
210 agenda_data.push_back(
212 DESCRIPTION(
"Calculation of the gas scattering extinction and phase matrix.\n"
214 "This agenda calculates the gas scattering cross\n"
215 "section and the normalized phase matrix for a specific\n"
216 "incoming ( *gas_scattering_los_in* ) and outgoing (*gas_scattering_los_out*) direction.\n"
217 "The scattering cross section is calculated along a\n"
218 "propagtion path given by the propagation path variables\n"
219 "*rtp_pressure*, *rtp_temperature*, and *rtp_vmr*."
220 "If *gas_scattering_los_in* and *gas_scattering_los_out* are empty vectors, then\n"
221 "*gas_scattering_mat* is set empty. If *gas_scattering_los_in* and *gas_scattering_los_out*\n"
222 "are not empty, then the phase matrix is calculated\n"
223 "for the define incoming and outgoing direction.\n"),
224 OUTPUT(
"gas_scattering_coef",
"gas_scattering_mat",
"gas_scattering_fct_legendre"),
229 "gas_scattering_los_in",
230 "gas_scattering_los_out",
231 "gas_scattering_output_type")));
233 agenda_data.push_back(
235 DESCRIPTION(
"Calculation of the gravity at zero altitude.\n"
237 "Returns *g0* for given geographical position.\n"),
239 INPUT(
"lat",
"lon")));
242 NAME(
"inversion_iterate_agenda"),
244 "Work in progress ...\n"
246 "The WSV *jacobian* is both in- and output. As input variable, *jacobian*\n"
247 "is assumed to be valid for the previous iteration. For the first iteration\n"
248 "the input *jacobian* shall be set to have size zero, to flag that there\n"
249 "is not yet any calculated Jacobian.\n"),
251 INPUT(
"x",
"jacobian_do",
"inversion_iteration_counter")));
254 NAME(
"iy_cloudbox_agenda"),
256 "Intensity at boundary or interior of the cloudbox.\n"
258 "The task of the agenda is to determine the intensity at some point\n"
259 "at the boundary of or inside the cloudbox. The actual calculations\n"
260 "inside the agenda differ depending on scattering solution method.\n"
261 "If DOIT is used, an interpolating of the intensity field should be\n"
262 "performed. Another option is to start backward Monte Carlo \n"
263 "calculations from this point.\n"
265 "A function calling this agenda shall set *rte_pos* and *rte_los* to\n"
266 "the position and line-of-sight for which the scattered radiation\n"
267 "shall be determined.\n"
269 "The include-file 'agendas.arts' pre-defines some agendas that can\n"
270 "either be used directly, or serve as examples.\n"),
272 INPUT(
"f_grid",
"rtp_pos",
"rtp_los")));
275 NAME(
"iy_independent_beam_approx_agenda"),
277 "Agenda dedicated to *iyIndependentBeamApproximation*.\n"
279 "If *iyIndependentBeamApproximation* is used, this agenda basically\n"
280 "replaces *iy_main_agenda*. Accordingly, this agenda has exactly the\n"
281 "same output as *iy_main_agenda*.\n"),
282 OUTPUT(
"iy",
"iy_aux",
"ppath",
"diy_dx"),
311 NAME(
"iy_loop_freqs_agenda"),
313 "Agenda dedicated to *iyLoopFrequencies*.\n"
315 "If *iyLoopFrequencies* is used, this agenda basically replaces\n"
316 "*iy_main_agenda*.Accordingly, this agenda has exactly the same\n"
317 "output as *iy_main_agenda*.\n"),
318 OUTPUT(
"iy",
"iy_aux",
"ppath",
"diy_dx"),
330 NAME(
"iy_main_agenda"),
332 "Calculation of a single monochromatic pencil beam spectrum.\n"
334 "The task of the agenda is to calculate the monochromatic pencil beam\n"
335 "spectrum for the position specified by *rte_pos* and the viewing\n"
336 "direction specified by *rte_los*.\n"
338 "Methods for this agenda can either handle the complete calculation,\n"
339 "make use of e.g. *iy_cloudbox_agenda* or be restricted to special\n"
340 "cases. See the documentation for the different methods.\n"
342 "The include-file 'agendas.arts' predefines some typical alternatives\n"
343 "that can be used directly, or adapted for specific applications.\n"),
344 OUTPUT(
"iy",
"iy_aux",
"ppath",
"diy_dx",
"geo_pos"),
360 NAME(
"iy_radar_agenda"),
362 "Calculation of pointwise backscattering.\n"
364 "This agenda has a similar role for *yRadar* as *iy_main_agenda*.\n"
366 OUTPUT(
"iy",
"iy_aux",
"ppath",
"diy_dx",
"geo_pos"),
375 NAME(
"iy_space_agenda"),
377 "Downwelling radiation at the top of the atmosphere.\n"
379 "Possible terms to include in this agenda include cosmic background\n"
380 "radiation and solar radiation.\n"
382 "A function calling this agenda shall set *rtp_pos* and *rtp_los* to\n"
383 "the position and line-of-sight for which the entering radiation \n"
384 "shall be determined. The position and line-of-sight must be known, \n"
385 "for example, when radiation from the sun is considered.\n"
387 "The include-file 'agendas.arts' predefines an agenda that can be\n"
388 "applied directly for most users.\n"),
390 INPUT(
"f_grid",
"rtp_pos",
"rtp_los")));
393 NAME(
"iy_surface_agenda"),
395 "Upwelling radiation from the surface.\n"
397 "The task of the agenda is to determine the upwelling intensity from\n"
398 "the surface, for given point and direction.\n"
400 "The standard choice should be to make use of *surface_rtprop_agenda*\n"
401 "through the WSM *iySurfaceRtpropAgenda*.\n"
403 "A function calling this agenda shall set *rtp_pos* and *rtp_los* to\n"
404 "the position and line-of-sight for which the upwelling radiation\n"
405 "shall be determined.\n"
407 "See also the include-file 'agendas.arts' for a predefined agenda\n"
408 "suitable to be used in most applications.\n"),
411 "dsurface_rmatrix_dx",
412 "dsurface_emission_dx",
424 "surface_props_data",
428 NAME(
"jacobian_agenda"),
430 "Pure numerical Jacobian calculations.\n"
432 "Parts of the Jacobian matrix can be determined by (semi-)analytical\n"
433 "expressions, while other parts are calculated in a pure numerical\n"
434 "manner (by perturbations). This agenda describes the calculations to\n"
435 "be performed in the later case.\n"
437 "This agenda is normally not set directly by the user, but is created\n"
438 "by calling the the jacobianAdd set of methods.\n"),
440 INPUT(
"jacobian",
"mblock_index",
"iyb",
"yb")));
445 "The agenda corresponding to the entire controlfile. This is\n"
446 "executed when ARTS is run.\n"),
451 NAME(
"met_profile_calc_agenda"),
453 "This agenda is used for metoffice profile calculations.\n"
455 "This agenda is called inside the method *ybatchMetProfiles* which is\n"
456 "used to make a batch calculation for the metoffice profiles. \n"
457 "See the documentation of *ybatchMetProfiles* for more information.\n"
459 "This agenda can be, for example, set up like this:\n"
461 "1. *AtmFieldsCalc*\n"
462 "2. *abs_lookupAdapt*\n"
464 "4. *DoitGetIncoming*\n"
465 "5. *cloudbox_fieldSetClearsky*\n"
480 NAME(
"pha_mat_spt_agenda"),
482 "Calculates the phase matrix for individual scattering elements.\n"
484 "Different options are possible for the usage of this agenda: \n"
485 "*pha_mat_sptFromData* or *pha_mat_sptFromDataDOITOpt*. \n"),
493 "rtp_temperature")));
496 NAME(
"pnd_agenda_array"),
498 "Returns particle number density data for each scattering species.\n"
500 "This variable is used when mapping data in *particle_bulkprop_field*\n"
501 "to *pnd_field*. The variable is also necessary when calculating\n"
502 "scattering species weighting functions.\n"
504 "Note that content of this agenda array, *scat_species* and\n"
505 "*pnd_agenda_array_input_names* must be consistent.\n"),
506 OUTPUT(
"pnd_data",
"dpnd_data_dx"),
507 INPUT(
"agenda_array_index",
508 "pnd_agenda_input_t",
510 "pnd_agenda_input_names",
511 "dpnd_data_dx_names")));
514 NAME(
"ppath_agenda"),
516 "Calculation of complete propagation paths.\n"
518 "In contrast to *ppath_step_agenda* that controls the ray tracing\n"
519 "inside each grid box, this agenda determines how complete paths are\n"
520 "determined. The standard choice is to do this in a step-by-step\n"
521 "manner using *ppath_step_agenda*, with this agenda set to call\n"
522 "*ppathStepByStep*.\n"
524 "The WSV *rte_los* is both input and output as in some cases it is\n"
525 "determined as part of the propagation path calculations (such as\n"
526 "radio link calculations).\n"),
534 "ppath_inside_cloudbox_do",
538 NAME(
"ppath_step_agenda"),
540 "Calculation of a propagation path step.\n"
542 "A propagation path step is defined as the path between some point \n"
543 "to a crossing with either the pressure, latitude or longitude grid,\n"
544 "and this agenda performs the calculations to determine such a \n"
545 "partial propagation path. The starting point is normally a grid \n"
546 "crossing point, but can also be an arbitrary point inside the \n"
547 "atmosphere, such as the sensor position. Only points inside the \n"
548 "model atmosphere are handled.\n"
550 "The communication between this agenda and the calling method is \n"
551 "handled by *ppath_step*. That variable is used both as input and \n"
552 "output to *ppath_step_agenda*. The agenda gets back *ppath_step* \n"
553 "as returned to the calling method and the last path point hold by \n"
554 "the structure is accordingly the starting point for the new \n"
555 "calculations. If a total propagation path shall be determined, this\n"
556 "agenda is called repeatedly until the starting point of the \n"
557 "propagation path is found and *ppath_step* will hold all path \n"
558 "steps that together make up *ppath*. The starting point is included\n"
559 "in the returned structure. \n"
561 "The path is determined by starting at the end point and moving \n"
562 "backwards to the starting point. The calculations are initiated by \n"
563 "filling *ppath_step* with the practical end point of the path. \n"
564 "This is either the position of the sensor (true or hypothetical), \n"
565 "or some point at the top of the atmosphere (determined by\n"
566 "geometrical calculations starting at the sensor). This \n"
567 "initialisation is not handled by *ppath_step_agenda* (but by \n"
568 "the internal function ppath_start_stepping). \n"
570 "The *ppath_step_agenda* put in points along the propagation path \n"
571 "at all crossings with the grids, tangent points and points of \n"
572 "surface reflection. It is also allowed to make agendas that put in \n"
573 "additional points to fulfil some criterion, such as a maximum \n"
574 "distance along the path between the points. Accordingly, the \n"
575 "number of new points of each step can exceed one.\n"
577 "The include file 'agendas.arts' defines some agendas that can be\n"
580 INPUT(
"ppath_step",
"ppath_lmax",
"ppath_lraytrace",
"f_grid")));
583 NAME(
"refr_index_air_agenda"),
585 "Calculation of the refractive index of air.\n"
587 "This agenda should calculate the summed refractive index for all\n"
588 "relevant atmospheric constituents, with respect to both phase and\n"
591 "The include file 'agendas.arts' predefines several agendas that\n"
592 "may either be used directly, or serve as inspiration.\n"),
593 OUTPUT(
"refr_index_air",
"refr_index_air_group"),
594 INPUT(
"rtp_pressure",
"rtp_temperature",
"rtp_vmr",
"f_grid")));
597 NAME(
"sensor_response_agenda"),
599 "This agenda shall provide *sensor_response* and associated variables.\n"
601 "So far only required when doing inversions involving some sensor variables.\n"),
604 "sensor_response_f_grid",
605 "sensor_response_pol",
606 "sensor_response_pol_grid",
607 "sensor_response_dlos",
608 "sensor_response_dlos_grid",
610 INPUT(
"f_backend")));
613 NAME(
"spt_calc_agenda"),
615 "Calculates single scattering properties for individual scattering\n"
616 "elements from the amplitude matrix.\n"
618 "This agenda sets up the methods, which should be used to calculate \n"
619 "the single scattering properties, i.e. the extinction matrix and the \n"
620 "absorbtion vector.\n "
622 "Normally you use:\n"
623 "*opt_prop_sptFromMonoData*\n"),
624 OUTPUT(
"ext_mat_spt",
"abs_vec_spt"),
635 NAME(
"surface_rtprop_agenda"),
637 "Provides radiative properties of the surface. \n"
639 "Provides surface emission and surface reflection coefficient matrix\n"
640 "(see user guide for closer definitions of the respective variables\n"
641 "*surface_emission*, *surface_los*, and *surface_rmatrix*) according\n"
642 "to the characteristics of the surface specified by the methods called\n"
643 "within the agenda. Typical methods include *surfaceBlackbody*,\n"
644 "*surfaceFlatScalarReflectivity*, *surfaceFlatReflectivity*,\n"
645 "*surfaceFlatRefractiveIndex*, and *surfaceLambertianSimple*.\n"),
650 INPUT(
"f_grid",
"rtp_pos",
"rtp_los")));
653 NAME(
"surface_rtprop_agenda_array"),
655 "Description of surface radiative properties, for each surface type.\n"
657 "Each of these agendas shall treat the radiative properties of a\n"
658 "surface type. The task of these agendas is equivalent to that of\n"
659 "*surface_rtprop_agenda*.\n"
661 "The order of the agendas shall match the coding used in\n"
662 "*surface_type_mask*.\n"),
667 INPUT(
"agenda_array_index",
672 agenda_data.push_back(
674 DESCRIPTION(
"Dummy agenda for testing purposes.\n"),
678 agenda_data.push_back(
680 DESCRIPTION(
"Agenda array for TestArrayOfAgenda test case.\n"),
682 INPUT(
"agenda_array_index",
"iy_unit")));
685 NAME(
"water_p_eq_agenda"),
686 DESCRIPTION(
"Calculation of the saturation pressure of water.\n"),
687 OUTPUT(
"water_p_eq_field"),
691 NAME(
"ybatch_calc_agenda"),
693 "Calculations to perform for each batch case.\n"
695 "Must produce a new spectrum vector (*y*) and Jacobi matrix (*jacobian*).\n"
696 "See further *ybatchCalc*.\n"),
697 OUTPUT(
"y",
"y_aux",
"jacobian"),
698 INPUT(
"ybatch_index")));
700 std::sort(agenda_data.begin(), agenda_data.end(), [](
auto&
a,
auto&
b) {
701 return a.Name() < b.Name();
Declarations for AgRecord, storing lookup information for one agenda.
void define_agenda_data()
Lookup information for one agenda.
This can be used to make arrays out of anything.
const Array< AgRecord > agenda_data
The lookup information for the agendas.