Commit 509038d18942703169e7e083512614dc0eaf4148
1 parent
7ba68c63
Exists in
master
and in
7 other branches
earth orbit new
Showing
2 changed files
with
18 additions
and
2 deletions
Show diff stats
PARAM_DEF/r_earth.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="r_earth"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="earth:orb:all"><baseParam name="R"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="r_earth"> | |
3 | + <get> | |
4 | + <vi name="earth:orb:all"> | |
5 | + <baseParam name="R_IAU_SUN"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$earth_orb_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
PARAM_DEF/xyz_earth_hci.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="xyz_earth_hci"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="earth:orb:all"><baseParam name="XYZ_HCI"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="xyz_earth_hci"> | |
3 | + <get> | |
4 | + <vi name="earth:orb:all"> | |
5 | + <baseParam name="HCI"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$earth_orb_all_HCI/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |