gwgen configureΒΆ

Configure the projects and experiments

usage: gwgen configure [-h] [-u str or dict] [-max int] [-d str] [-db str]
                       [-user str] [-host str] [-port int] [-chunksize int]
                       [-c str] [-g] [-p] [-i str] [-f str] [-s]
                       [-n int or 'all'] [-update-from str]
Optional Arguments
-u, --update-nml
 A python dict or path to a namelist to use for updating the namelist of the experiment
-max, --max-stations
 The maximum number of stations to process in one parameterization process. Does automatically impact global settings
-d, --datadir Path to the data directory to use (impacts the project configuration)
-db, --database
 The name of a postgres data base to write the data to
-user The username to use when logging into the database
-host the host which runs the database server
-port The port to use to log into the the database
-chunksize The chunksize to use for the parameterization and evaluation
-c, --compiler The path to the fortran compiler to use
-g=False, --globally=False
 If True/set, the configuration are applied globally (already existing and configured experiments are not impacted)
-p=False, --project=False
 Apply the configuration on the entire project instance instead of only the single experiment (already existing and configured experiments are not impacted)
-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=False, --serial=False
 Do the parameterization always serial (i.e. not in parallel on multiple processors). Does automatically impact global settings
-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