Using the MAPL Orbital Component with SatSim: Difference between revisions
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
Long Name - this parameter is not read but you can place additional text after the Halo for information | Long Name - this parameter is not read but you can place additional text after the Halo for information | ||
The second resource file you need is called SatSim.rc and an example SatSim.rc is shown below: | |||
<pre> | |||
Masked_Exports:: | |||
MDSOPTHCKWTRLG MISR MASK_MDSOPTHCKWTRLG | |||
MDSOPTHCKTTLLG MISR MASK_MDSOPTHCKTTLLG | |||
:: | |||
</pre> | |||
The file must have a Masked_Exports label. Following the label each line has the following three entries. | |||
1. Name of export in SatSim. This is the name of the export in SatSim you want to mask. | |||
2. Name of the mask to apply to export. This must be one of the instrument names in the corresponding MAPL_OrbGridComp.rc file. | |||
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. |