Changes between Initial Version and Version 1 of ESARIFA


Ignore:
Timestamp:
2013-05-23T14:32:54-04:00 (11 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ESARIFA

    v1 v1  
     1=== esarIfa ===
     2
     3Converts E2E messages in ERAM SAR into Host messages and dumps SDRR message file to stdout
     4
     5{{{
     6   Usage: esarIfa -f fdswac.xml -a local_adapt sarfile[s] [ options ]
     7     Converts interfacility messages from ERAM to Host-format messages and dumps SDRR message file to stdout
     8     -f    fdswac.xml file for national release that recorded the ERAM SAR
     9     -a    local adaptation to be used for TI/TU field23 coordinate conversions (adapt site must match ERAM sar site)
     10     -S    starttime
     11     -E    endtime
     12}}}
     13
     14example:
     15{{{
     16     esarIfa -f ../SAR/fdswac* -a b1205ur0 `cat sar_list` > ifa.out
     17     esarIfa -f ../SAR/fdswac* -a b1205sr0 `cat sar_list` > ifa.out
     18}}}
     19
     20notes:
     21{{{
     22     - output contains only injections from the ERAM-converted-to-Host neighbor(s)
     23     - ifa output will be merged into the main merge file, and can then be removed (grep on src) if desired
     24       (easiest way to maintain may be to keep the host injections in a separate rsi - run with or without)
     25     - still need to set starttime
     26     - still need to convert to atcoach
     27     - can probably use the resulting atcoach file as an rsi to include when running standalone mode
     28     - depending on how acid uniquify is going to work, you might not have to merge this together with main scenario
     29}}}