AIX HELP

oxide
11 years ago

0

ok i have some data from an aix machine and allot of code how can i run it i dont have an aix machine is this possible i heard power vm by ibm is there any way to do this?

9replies
4voices
218views
Scott [scopes20]
11 years ago

0

Can you even get an AIX VM? I havnt heard of AIX in years.

[deleted user]
11 years ago

0

IBM was porting AIX to Intel for Itanium back in 2000-2001 (Project Monterey), but delays in the chip release got IBM to shelve the project. AIXv3 had an Intel version, if you can find a copy! I think that would run in a VMWare appliance.

Scott [scopes20]
11 years ago
[deleted user]
11 years ago

0

The answer is 3 ducks hehehe!!!

oxide
11 years ago

0

ok well put it this way im programming sattelite stuff and i need an aix machine to run the code i have

oxide
11 years ago

0

look
```C
C..Fraction of a century since 1975.0
FCENT = (NDYREF + NSEC/DAYSEC) / 36525.D0
C..Eccentricity of earth’s orbit
EC = 0.01671962D0 - 4.199D-5 * FCENT - 1.26D-7 * FCENT2
ECC = EC*EC
ECA = (1.+EC)/DSQRT(1.-ECC)
C..Mean longitude of solar perigee, = true anomaly of vernal equinox
PERIGE = 282.510407D0 + 1.7198579D0 * FCENT + 4.975D-4 * FCENT
2
PERIGE = PERIGE * DG2R
C..Mean anomaly of sun, = 2pi/Year (t - time of perigee (Jan 4))
NYR = 100 * FCENT
AMEAN = -3.4689418D0 + 360.D0
(100.FCENT-NYR) -0.95047796D0FCENT
. - 1.568D-4*FCENT**2
IF (AMEAN .LT. -90.) AMEAN = AMEAN + 360.
AMEAN = AMEAN * DG2R

C..Eccentric anomaly, to order e2; -pi <= ecc anom <= +pi
AECCEN = AMEAN + EC
DSIN(AMEAN) + 0.5
ECCDSIN(2.AMEAN)
IF (AECCEN .GT. PI) AECCEN = AECCEN - TWOPI
C..True anomaly
ATRUE = 2. * DATAN (ECA * DTAN(0.5*AECCEN))

C..Angle between sun and celestial x-axis (in radians)
SUNANG = DMOD (ATRUE + PERIGE, TWOPI)```

oxide
11 years ago

0

i found sattelite code but its from 95 to 2000 i assume it all still works

[IAmDevil]
11 years ago

0

Where did you find those codes ???

oxide
11 years ago

0

ya right lol i have alot more than codes bro i have full programs etc i cannot say how i got these but i love google and thats about it lol its all proprietary so i cant release it

You must be logged in to reply to this discussion. Login
1 of 10

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss