Skip to content

Commit

Permalink
change number of processors (fails > 18)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-becker committed Nov 18, 2023
1 parent 304d763 commit 2f85c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f85c6b

Please sign in to comment.