File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ Further documentation can be found at https://clima.github.io/ClimaCalibrate.jl/
1313=#
1414using Distributed
1515import ClimaCalibrate as CAL
16- using ClimaCalibrate
17- import ClimaAnalysis: SimDir, get, slice, average_xy
16+ import ClimaAnalysis: SimDir, get, slice
1817
1918const days = 86_400
2019
@@ -39,12 +38,13 @@ function process_member_data(simdir::SimDir)
3938 isempty (simdir. vars) && return NaN
4039 rsut =
4140 get (simdir; short_name = " rsut" , reduction = " average" , period = " 30d" )
42- return slice (average_xy ( rsut) ; time = 30 days). data
41+ return slice (rsut; time = 30 days). data
4342end
4443
4544addprocs (CAL. SlurmManager ())
4645
4746@everywhere begin
47+ ENV [" CLIMACOMMS_CONTEXT" ] = " SINGLETON"
4848 import ClimaCalibrate as CAL
4949 import ClimaAtmos as CA
5050 import JLD2
You can’t perform that action at this time.
0 commit comments