We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fce2dff + 74f60bb commit 81e4ffeCopy full SHA for 81e4ffe
experiments/ClimaEarth/leaderboard/data_sources.jl
@@ -242,7 +242,7 @@ function get_sim_var_in_pfull_dict(diagnostics_folder_path)
242
# pressure and altitude. To avoid that, we exclude everything below 80m.
243
# NOTE: This was empirically found.
244
pfull_var_windowed = ClimaAnalysis.window(pfull_var, "z", left = 80)
245
- sim_var_windowed = ClimaAnalysis.window(pfull_var, "z", left = 80)
+ sim_var_windowed = ClimaAnalysis.window(sim_var, "z", left = 80)
246
247
sim_in_pfull_var =
248
ClimaAnalysis.Atmos.to_pressure_coordinates(sim_var_windowed, pfull_var_windowed)
0 commit comments