From 2f85c6b7ac0e42fb037ce0728cf8853074df788b Mon Sep 17 00:00:00 2001 From: charlie-becker Date: Fri, 17 Nov 2023 18:28:18 -0700 Subject: [PATCH] change number of processors (fails > 18) --- config/inference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/inference.yml b/config/inference.yml index 19d9351..4f385cf 100644 --- a/config/inference.yml +++ b/config/inference.yml @@ -5,7 +5,7 @@ input_scaler_file: "input.json" out_path: "/glade/work/username/ptype_real_time/2023-11-17/" drop_input_data: False add_interp_data: True -n_processors: 20 # Only used if use_dask=False (dask has its own parameters at bottom of config) +n_processors: 18 # Only used if use_dask=False (dask has its own parameters at bottom of config) use_dask: False save_format: "netcdf" # Supports "zarr" and "netcdf" extent: [-115, -110, 32, 35] # [min_lon, max_lon, min_lat, max_lat] or "full"