Skip to content

Commit 2fc7e9f

Browse files
committed
It seems that there is no space in Watt-year symbol
1 parent 07f8f5d commit 2fc7e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/week12/our_first_climate_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ absorbed_solar_radiation = S*(1 - α)/4; # [W/m^2]
281281

282282
# ╔═╡ 91329865-f593-4388-a5d0-01af4be6e01d
283283
begin
284-
C = 51.; # atmosphere and upper-ocean heat capacity [W yr/m^2/°C]
284+
C = 51.; # atmosphere and upper-ocean heat capacity [Wyr/m^2/°C]
285285
temp₀ = 14.0 # preindustrial temperature [°C]
286286
end
287287

0 commit comments

Comments
 (0)