Connect flare events with proton events on Earth via propagation model
This workflow uses flares listed in any HELIO HEC flare catalogue (using the semantic mapping service), checks whether these flares are connected to Earth via the Parker spiral, and looks for proton events at earth listed in the goes_proton_event list.
The flare listing and the proton listing are combinded into a list of VOTable outputs (one VOTable per flare catalogue with results).
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://myexperiment.org/workflows/2566/download?version=3
[ More Info ]
Taverna is available from http://taverna.sourceforge.net/
If you are having problems downloading it in Taverna, you may need to provide your username and password in the URL so that Taverna can access the Workflow:
Replace http:// in the link above with http://yourusername:yourpassword@
Workflow Components
![header=[] body=[This is the author information extracted from the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
Anja Le Blanc |
![header=[] body=[These are the descriptive titles embedded within the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
Connect flare events with proton events on Earth via propagation model |
![header=[] body=[These are the descriptions embedded within the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
This workflow uses flares listed in any HELIO HEC flare catalogue (using the semantic mapping service), checks whether these flares are connected to Earth via the Parker spiral, and looks for proton events at earth listed in the goes_proton_event list. The flare listing and the proton listing are combinded into a list of VOTable outputs (one VOTable per flare catalogue with results). |
![header=[] body=[These are the listed dependencies of the workflow] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
None
Name | Description |
---|---|
STARTTIME | start time of time period |
ENDTIME | end time of time period |
solar_wind_speed | assumed speed of the solar wind |
error_solar_wind | assumed error of the solar wind speed in km/s |
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Propagation_of_the_Solar_Wind_from_the_Sun | workflow | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FindEarthHits | beanshell |
Scriptvoid findETA(String votable){ String[] parts = votable.split(" | ")));
org_id.add(pos_list.get(pos));
}
}
}
}
earthhit=new ArrayList();
org_id=new ArrayList();
int eta_pos=-1;
if(propagation.size()<0){
return;
}
findETA(propagation.get(0));
for(int i=0; i||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HEC_proton | wsdl |
Wsdlhttp://festung1.oats.inaf.it:8080/helio-hec/HelioTavernaService?WSDLWsdl OperationQuery |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Query_query_2 | xmlsplitter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
construct_input | beanshell |
Scriptimport java.text.SimpleDateFormat; lists = new ArrayList(); end = new ArrayList(); start = new ArrayList(); long offset = Integer.parseInt(dt)*60*60*1000; SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss"); for(int i=0; i |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createOutput | beanshell |
Scriptint findLastNode(String VOTable, String node) { int pos = VOTable.lastIndexOf("<"+node); int pos2 = VOTable.indexOf(">",pos); if(VOTable.charAt(pos2-1)=='/'){ return pos2+1; } return (VOTable.lastIndexOf(new String(""+node+">"))+node.length()+3); } void modifyFieldnames(String VOTable, String name) { String fields=VOTable.substring(VOTable.indexOf("
Beanshells (8)
Outputs (1)
Datalinks (24)
Coordinations (0)
None
Log in to add Tags
(Workflows/Files)
Citations (1)
1. D. Pérez-Suárez, S. A. Maloney, P. A. Higgins, D. S. Bloomfield, P. T. Gallagher, G. Pierantoni, X. Bonnin, B. Cecconi, V. Alberti, K. Bocchialini, M. Dierckxsens, A. Opitz, A. Le Blanc, J. Aboudarham, R. B. Bentley, J. Brooke, B. Coghlan, A. Csillaghy, C. Jacquey, B. Lavraud and M. Messerotti, Studying Sun–Planet Connections Using the Heliophysics Integrated Observatory (HELIO), Paper, 27 September 2012, http://link.springer.com/article/10.1007%2Fs11207-012-0110-x/fulltext.html, Accessed at: 01 July 2013 Version History
In chronological order:
|
No comments yet
Log in to make a comment