@@ -133,12 +133,12 @@ Interfacer.get_field(sim::ClimaAtmosSimulation, ::Val{:ρq_tot}) =
133
133
Interfacer. get_field (sim:: ClimaAtmosSimulation , :: Val{:ρe_tot} ) = sim. integrator. u. c. ρe_tot
134
134
135
135
# additional BucketSimulation debug fields
136
- Interfacer. get_field (sim:: BucketSimulation , :: Val{:σS} ) = sim. integrator. u. bucket. σS
137
- Interfacer. get_field (sim:: BucketSimulation , :: Val{:Ws} ) = sim. integrator. u. bucket. Ws
138
- Interfacer. get_field (sim:: BucketSimulation , :: Val{:W} ) = sim. integrator. u. bucket. W
136
+ # Interfacer.get_field(sim::BucketSimulation, ::Val{:σS}) = sim.integrator.u.bucket.σS
137
+ # Interfacer.get_field(sim::BucketSimulation, ::Val{:Ws}) = sim.integrator.u.bucket.Ws
138
+ # Interfacer.get_field(sim::BucketSimulation, ::Val{:W}) = sim.integrator.u.bucket.W
139
139
140
140
# currently selected plot fields
141
141
plot_field_names (sim:: Interfacer.SurfaceModelSimulation ) = (:area_fraction , :surface_temperature , :surface_humidity )
142
- plot_field_names (sim:: BucketSimulation ) =
143
- (:area_fraction , :surface_temperature , :surface_humidity , :air_density , :σS , :Ws , :W )
142
+ # plot_field_names(sim::BucketSimulation) =
143
+ # (:area_fraction, :surface_temperature, :surface_humidity, :air_density, :σS, :Ws, :W)
144
144
plot_field_names (sim:: ClimaAtmosSimulation ) = (:w , :ρq_tot , :ρe_tot , :liquid_precipitation , :snow_precipitation )
0 commit comments