You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/usage.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,15 +254,15 @@ Configure plotting routines all of these should be `true` or `false`.
254
254
255
255
*`execution.initial_state` describes the initial temperature profile applied to the atmosphere. This is a list of strings which are applied in the given order, which allows the user to describe a specific state as required. The descriptors are listed below, some of which take a single argument that needs to immediately follow the descriptor in the list order.
256
256
-`dry` : integrate the dry adiabatic lapse rate from the surface upwards
257
-
-`str`, `arg` : apply an isothermal stratosphere at `arg` kelvin
258
-
-`iso`, `arg` : set the whole atmosphere to be isothermal at `arg` kelvin
259
-
-`csv`, `arg` : set the temperature profile using the CSV file at the file path `arg`
260
-
-`sat`, `arg` : apply Clausius-Clapeyron saturation curve for the gas `arg`
261
-
-`ncdf`, `arg` : load profile from the NetCDF file located at `arg`
262
-
-`loglin`, `arg` : log-linear profile between `tmp_surf` at the bottom and `arg` at the top
257
+
-`str`, `tmp` : apply an isothermal stratosphere at temperature `tmp`
258
+
-`iso`, `tmp` : set the whole atmosphere to be isothermal at temperature `tmp`
259
+
-`csv`, `pth` : set the temperature profile using the CSV file at the file path `pth`
260
+
-`sat`, `gas` : apply Clausius-Clapeyron saturation curve for the gas `gas`
261
+
-`ncdf`, `pth` : load profile from the NetCDF file located at `pth`
262
+
-`loglin`, `tmp` : log-linear profile between `tmp_surf` at the bottom and `tmp` at the top
263
263
-`ana` : use the Guillot ([2010](https://arxiv.org/abs/1006.4702)) analytical temperature solution
264
264
265
-
For example, setting `initial_state = ["dry", "sat", "H2O", "str", "180"]` will set T(p) to follow the dry adiabat from the surface, the water condensation curve above that, and then to be isothermal at 180 K until the top of the model.
265
+
For example, setting `initial_state = ["dry", "sat", "H2O", "str", "180"]` will set T(p) to follow the dry adiabat from the surface, the water condensation curve above that, and then to be isothermal at 180 K until the top of the model. Provide `tmp="Teq"` to have AGNI automatically substitute-in the planet's radiative equilibrium temperature here.
266
266
267
267
*`physics.chemistry` enables a calculation of equilibrium thermochemistry in the atmosphere. This is handled externally by FastChem, so you must set the environment variable `FC_DIR` to point to the FastChem directory. More information on the chemistry is available on the [Equilibrium chemistry](@ref) page.
0 commit comments