iucm configure

Configure the project and experiments

usage: iucm configure [-h] [-g] [-p] [-i str] [-f str] [-s] [-n int or 'all']
                      [-update-from str]

Named Arguments

-g, --globally

If True/set, the configuration are applied globally (already existing and configured experiments are not impacted)

Default: False

-p, --project

Apply the configuration on the entire project instance instead of only the single experiment (already existing and configured experiments are not impacted)

Default: False

-i, --ifile The input file for the project. Must be a netCDF file with population data
-f, --forcing The input file for the project containing variables with population evolution information. Possible variables in the netCDF file are movement containing the number of people to move and change containing the population change (positive or negative)
-s, --serial

Do the parameterization always serial (i.e. not in parallel on multiple processors). Does automatically impact global settings

Default: False

-n, --nprocs Maximum number of processes to when making the parameterization in parallel. Does automatically impact global settings and disables serial
-update-from Path to a yaml configuration file to update the specified configuration with it