Using the MAPL Orbital Component with SatSim: Difference between revisions

Bmauer (talk | contribs)
No edit summary
Bmauer (talk | contribs)
No edit summary
Line 62: Line 62:


3. Name of new variable. This is what the new masked export will be name. The variable of this name can now be exported via the History from the SatSim component like any of the native exports of SatSim.
3. Name of new variable. This is what the new masked export will be name. The variable of this name can now be exported via the History from the SatSim component like any of the native exports of SatSim.
Finally any mask defined in the MAPL_OrbGridComp.rc file can be exported in History as a standard 2D field with the same name as the instrument from the 'ORBIT' component. For example to output TERRA and MOPITT masks defined in the example MAPL_OrbGridComp.rc define a collection with the fields attribute like so:
<pre>
collection_name.fields: 'TERRA'  ,  'ORBIT' ,
                        'MOPITT' ,  'ORBIT' ,
::
</pre>