Subroutine Set_Orbital_Fluxes
Sets new values for solar flux, planet IR and albedo.
Calling convention:
call set_orbital_fluxes(solar_flux, planet_ir, albedo, ierr)
Arguments | Data type | Input/Output | Description |
---|---|---|---|
solar_flux |
Real | Input | New value of solar flux. |
planet_ir |
Real | Input | New value of planet IR flux. |
albedo |
Real | Input | New value of albedo |
ierr |
integer | Output | Error flag. Zero means no error, other values TBD. |