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/interfacer.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,8 @@ be done in place. If this function isn't extended for a property,
109
109
that property will remain constant throughout the simulation
110
110
and a warning will be raised.
111
111
This function is expected to be extended for the
112
-
following properties:
112
+
following properties, and may also be extended for any additional
113
+
properties needed by a component model.
113
114
114
115
| Coupler name | Description | Units |
115
116
|-------------------|-------------|-------|
@@ -174,7 +175,8 @@ isn't extended for a property,
174
175
that property will remain constant throughout the simulation
175
176
and a warning will be raised.
176
177
This function is expected to be extended for the
177
-
following properties:
178
+
following properties, and may also be extended for any additional
179
+
properties needed by a component model.
178
180
179
181
| Coupler name | Description | Units |
180
182
|-------------------|-------------|-------|
@@ -183,8 +185,8 @@ following properties:
183
185
|`liquid_precipitation`| liquid precipitation at the surface | kg m^-2 s^-1 |
184
186
|`radiative_energy_flux_sfc`| net radiative flux at the surface | W m^-2 |
185
187
|`snow_precipitation`| snow precipitation at the surface | kg m^-2 s^-1 |
186
-
|`turbulent_energy_flux`| aerodynamic turbulent surface fluxes of energy (sensible and latent heat) | W m^-2 |
187
-
|`turbulent_moisture_flux`| aerodynamic turbulent surface fluxes of energy (evaporation) | kg m^-2 s^-1 |
188
+
|`turbulent_energy_flux`| aerodynamic turbulent surface fluxes of energy (sensible and latent heat); only required when using `CombinedStateFluxes` option - see our `FluxCalculator` module docs for more information | W m^-2 |
189
+
|`turbulent_moisture_flux`| aerodynamic turbulent surface fluxes of energy (evaporation); only required when using `CombinedStateFluxes` option - see our `FluxCalculator` module docs for more information| kg m^-2 s^-1 |
188
190
|`surface_direct_albedo`| bulk direct surface albedo; needed if calculated externally of the surface model (e.g. ocean albedo from the atmospheric state) ||
189
191
|`surface_diffuse_albedo`| bulk diffuse surface albedo; needed if calculated externally of the surface model (e.g. ocean albedo from the atmospheric state) ||
0 commit comments