Declared in SolarSystem
Declaration
void CreateAlbedoPlanetAverage(
string planet,
double average,
int numLat,
int numLon
);Description
Creates a new Albedo configuration around a certain planet using the average albedo planet model.
Parameters
| Name | Description |
|---|---|
| planet | The name of the planet to add the albedo to |
| average | [-] The average albedo value between 0 and 1 |
| numLat | The number of latitude divisions |
| numLon | The number of longitude divisions |