iucm preproc forcing¶
Create a forcing file from a predescribed population path
usage: iucm preproc forcing [-h] [-df str] [-o str]
[-t col1,col2,col3,... [col1,col2,col3,... ...]]
[-steps int] [-m float] [-trans float] [-p str]
[-nd]
Named Arguments¶
| -df, --development-file | |
| The path to a csv file containing (at least) one column with the projected population development | |
| -o, --output | The name of the ouput forcing netCDF file. By default:
'<expdir>/input/forcing.nc' |
| -t, --date-cols | |
| The names of the date columns in the development_file that shall be used to generate the date-time information. If not given, the date will simply be a range from 1 to steps times the length of the projected population development from development_file | |
| -steps | The numbers of model steps between on step of the projected development in development_file Default: 1 |
| -m, --movement | The people moving randomly during on model step Default: 0 |
| -trans, --trans-size | |
The forced size of the transformation additionally to the development from development_file Default: 0 | |
| -p, --population-col | |
| The name of the column with population data. If not given, the last one is used | |
| -nd, --no-date-parsing | |
If True, then date_cols is simply interpreted as an index and no date-time information is parsed Default: False | |