@@ -62,7 +62,7 @@ return `nothing`. To check conservation throughout a simulation, these
6262functions must be extended for all models being run.
6363
6464| Coupler name | Description | Units | Default value |
65- | --------------+ -----------------------------------------------+ --------+ ---------------|
65+ | --------------| -----------------------------------------------| --------| ---------------|
6666| ` energy ` | vertically integrated energy per surface area | J m⁻² | ` nothing ` |
6767| ` water ` | vertically integrated water per surface area | kg m⁻² | ` nothing ` |
6868
@@ -82,7 +82,7 @@ The default coupler exchange fields are the following, defined in
8282` default_coupler_fields() ` in the Interfacer module:
8383
8484| Coupler name | Description | Units |
85- | -------------------+ -----------------------------------------------------+ ------------|
85+ | -------------------| -----------------------------------------------------| ------------|
8686| ` z0m_sfc ` | momentum roughness length | m |
8787| ` z0b_sfc ` | buoyancy roughness length | m |
8888| ` beta ` | factor to scale evaporation from the surface | - |
@@ -128,7 +128,7 @@ in its current state. For an `AtmosModelSimulation`, it must be extended
128128for the following properties:
129129
130130| Coupler name | Description | Units |
131- | -----------------------------+ ---------------------------------------------------------------------------+ ------------|
131+ | -----------------------------| ---------------------------------------------------------------------------| ------------|
132132| ` air_density ` | air density at the bottom cell centers of the atmosphere | kg m⁻³ |
133133| ` air_pressure ` | air pressure at the bottom cell centers of the atmosphere | Pa |
134134| ` air_temperature ` | air temperature at the bottom cell centers of the atmosphere | K |
@@ -155,7 +155,7 @@ following properties, and may also be extended for any additional
155155properties needed by a component model.
156156
157157| Coupler name | Description | Units |
158- | --------------------------+ ----------------------------------------------------------+ -------|
158+ | --------------------------| ----------------------------------------------------------| -------|
159159| ` emissivity ` | surface emissivity | |
160160| ` surface_direct_albedo ` | bulk direct surface albedo over the whole surface space | |
161161| ` surface_diffuse_albedo ` | bulk diffuse surface albedo over the whole surface space | |
@@ -164,7 +164,7 @@ properties needed by a component model.
164164
165165ClimaAtmos should also add the following coupler fields for Monin-Obukhov similarity theory:
166166| Coupler name | Description | Units |
167- | -----------------+ -------------------+ --------|
167+ | -----------------| -------------------| --------|
168168| ` ustar ` | friction velocity | m s⁻¹ |
169169| ` L_MO ` | Obukhov length | m |
170170| ` buoyancy_flux ` | flux of buoyancy | m⁻²s⁻³ |
@@ -180,7 +180,7 @@ This getter function must be extended
180180for the following properties:
181181
182182| Coupler name | Description | Units |
183- | ---------------------+ ----------------------------------------------------------------+ ---------|
183+ | ---------------------| ----------------------------------------------------------------| ---------|
184184| ` co2 ` | global mean co2 | ppm |
185185| ` diffuse_fraction ` | fraction of downwards shortwave flux that is direct | |
186186| ` LW_d ` | downwards longwave flux | W m⁻² |
@@ -199,7 +199,7 @@ the current time. For a `SurfaceModelSimulation`, it must be extended
199199for the following properties:
200200
201201| Coupler name | Description | Units |
202- | --------------------------+ ----------------------------------------------------------------+ ---------|
202+ | --------------------------| ----------------------------------------------------------------| ---------|
203203| ` area_fraction ` | fraction of the simulation grid surface area this model covers | |
204204| ` roughness_buoyancy ` | aerodynamic roughness length for buoyancy | m |
205205| ` roughness_momentum ` | aerodynamic roughness length for momentum | m |
@@ -222,7 +222,7 @@ following properties, and may also be extended for any additional
222222properties needed by a component model.
223223
224224| Coupler name | Description | Units |
225- | -----------------------------------------------+ ------------------------------------------------------------------------------+ ------------|
225+ | -----------------------------------------------| ------------------------------------------------------------------------------| ------------|
226226| ` area_fraction ` | fraction of the simulation grid surface area this model covers | |
227227| ` liquid_precipitation ` | liquid precipitation at the surface | kg m⁻² s⁻¹ |
228228| ` radiative_energy_flux_sfc ` OR ` LW_d ` , ` SW_d ` | net radiative flux at the surface OR downward longwave, shortwave radiation | W m⁻² |
@@ -240,7 +240,7 @@ For some quantities, default `get_field` functions are provided, which may be
240240overwritten or used as-is. These currently include the following:
241241
242242| Coupler name | Description | Units | Default value |
243- | ---------------+ ---------------------------------------------------------------------------+ -------+ ---------------|
243+ | ---------------| ---------------------------------------------------------------------------| -------| ---------------|
244244| ` beta ` | factor that scales evaporation based on its estimated level of saturation | | 1 |
245245| ` emissivity ` | measure of how much energy a surface radiates | | 1 |
246246| ` height_disp ` | displacement height relative to the surface | m | 0 |
0 commit comments