@@ -73,7 +73,6 @@ for the following properties:
7373| Coupler name | Description | Units |
7474| -------------------| -------------| -------|
7575| ` air_density ` | air density of the atmosphere | kg m^-3 |
76- | ` air_temperature ` | air temperature at the surface of the atmosphere | K |
7776| ` energy ` | globally integrated energy | J |
7877| ` height_int ` | height at the first internal model level | m |
7978| ` height_sfc ` | height at the surface (only required when using ` PartitionedStateFluxes ` ) | m |
@@ -120,7 +119,6 @@ for the following properties:
120119
121120| Coupler name | Description | Units |
122121| -------------------| -------------| -------|
123- | ` air_density ` | surface air density | kg m^-3 |
124122| ` area_fraction ` | fraction of the simulation grid surface area this model covers | |
125123| ` beta ` | factor that scales evaporation based on its estimated level of saturation | |
126124| ` roughness_buoyancy ` | aerodynamic roughness length for buoyancy | m |
@@ -170,7 +168,6 @@ which is extended by `SurfaceStub`
170168in the ` surface_stub.jl ` file, with
171169the cache variables specified as:
172170```
173- get_field(sim::AbstractSurfaceStub, ::Val{:air_density}) = sim.cache.ρ_sfc
174171get_field(sim::AbstractSurfaceStub, ::Val{:area_fraction}) = sim.cache.area_fraction
175172get_field(sim::AbstractSurfaceStub, ::Val{:beta}) = sim.cache.beta
176173get_field(sim::AbstractSurfaceStub, ::Val{:energy}) = nothing
0 commit comments