Hi all,
Just a few words about some recent changes.
Decided to place all documentation in the sub-folder that Gerrit started
(but using sub-folders). That is, the Qpack user guide is now found as:
atmlab/documentation/qpack2/qpack2.pdf
I also made a very basic user guide for qarts itself (so far just
ascii): atmlab/documentation/qarts/qarts.txt
A main reason to start this stub to an user guide was to document a new
qarts feature. From qarts.txt:
-----
For vectors and more complex variables, you have several options.
...
You can also define control file text, that in the ARTS language should
work as
an include file. That is, a set of workspace method calls, embraced of
'Arts2{'
and '}'. The text is given as an array of strings. One common application of
this option:
>> Q.Z_SURFACE = { 'Arts2{', ...
'Extract( z_surface, z_field, 0 )' , ...
'}' };
There exists a small help function that avoids specifying the start and end
string:
>> Q.Z_SURFACE = text2cfile( 'Extract( z_surface, z_field, 0 )' );
-----
(The setting of agendas is not affected by this addition.)
Bye,
Patrick
_______________________________________________
qpack mailing list
[email protected]
https://www.sat.ltu.se/mailman/listinfo/qpack