Update Getting started authored by Doriann Blain's avatar Doriann Blain
......@@ -74,7 +74,7 @@ Copy and edit the file _inputs/example.nml_, rename it _corot-4b.nml_. An extend
```
6. Edit the species parameters accordingly:
```text
species_names = 'CH4', 'CO', 'CO2', 'H2O', 'H2S', 'HCN', 'K', 'Na', 'NH3', 'PH3' ! absorbing species in atmosphere
species_names = 'CH4', 'CO', 'CO2', 'H2O', 'H2S', 'HCN', 'K', 'Na', 'NH3', 'PH3' ! absorbing species in atmosphere (the complete list of available species is displayed in Table 5 of Blain et al. 2020)
species_at_equilibrium = False, False, False, False, False, False, False, False, False, False ! if True, the species is at thermochemical equilibrium, else it is out of equilibrium
```
7. The CoRot-4 is quite a hot star, so we will increase the wavenumber range in order to correctly take into account its spectrum.:
......
......