Fortuna 2.4 User's Guide: Difference between revisions

Line 234: Line 234:
===What exports are available?===
===What exports are available?===


To add export fields to the <code>HISTORY.rc</code> you will need to know what fields the model provides, which gridded component provides them, and their name.  There are two ways to do this:
To add export fields to the <code>HISTORY.rc</code> you will need to know what fields the model provides, which gridded component provides them, and their name.  There are two ways to do this: running the model with the proper <code>PRINTSPEC</code> value, and running <code>mapl_vlist.pl</code> on the relevant gridded component.


====Using <code>PRINTSPEC</code>====
====Using <code>PRINTSPEC</code>====
The setting for  <code>PRINTSPEC</code> is in the file <code>CAP.rc</code>.  By default the line looks like so:
PRINTSPEC: 0  # (0: OFF, 1: IMPORT & EXPORT, 2: IMPORT, 3: EXPORT)
====Using <code>mapl_vlist.pl</code>====
====Using <code>mapl_vlist.pl</code>====