Skip to content

Commit

Permalink
Sort parameter names for consistent folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
burggraaff committed Apr 19, 2024
1 parent 5c286ce commit 82aa035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wofost_ensemble_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# Generate output folder name from parameters
if args.output_dir is None:
variable_names = args.parameter_names + ["DOS"] if args.sowdates else args.parameter_names
variable_names = sorted(variable_names)
args.output_dir = fpcup.settings.DEFAULT_OUTPUT / "-".join(variable_names)

### Load constants
Expand Down

0 comments on commit 82aa035

Please sign in to comment.