Skip to content

Commit d47961f

Browse files
small change to trigger docs build
1 parent 2823180 commit d47961f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/flux_climatology/flux_climatology.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function compute_flux_climatology(earth)
109109
= FluxStatistics(net_fluxes.S)
110110

111111
atmos_ocean_fluxes = earth.model.interfaces.atmosphere_ocean_interface.fluxes
112-
Qc = FluxStatistics(atmos_ocean_fluxes.sensible_heat)
112+
Qc = FluxStatistics(atmos_ocean_fluxes.sensible_heat)
113113
Qv = FluxStatistics(atmos_ocean_fluxes.latent_heat)
114114
Qu = FluxStatistics(atmos_ocean_fluxes.upwelling_longwave)
115115
Qs = FluxStatistics(atmos_ocean_fluxes.downwelling_shortwave)

0 commit comments

Comments
 (0)