In source/xolotl_comp.py: added option to specify migration parameters in the configuration file (ips.ftx.config). The parameters will be written to a file migration.txt during the call to init(). Falls back to default (no migration parameters) when the option is unspecified.
In source/xolotl_comp.py: added missing import keepLastTS
In source/ftridyn_comp.py: exposed the uncertain parameters in FTridyn. The parameters can be specified in the configuration file (ips.ftx.config). Falls back to default parameter values when these parameters are unspecified.
Removed source/ftridyn_comp_UQ.py (unnecessary, changed the file /project/projectdirs/atom/atom-install-cori/fractal-tridyn/utils/generate_ftridyn_input.py instead)
In source/xolotl-ftridyn_driver.py: re-exposed the parameter tridynDat_model to control the version of the tridyn.dat file independent of the xolotl version. Falls back to the default (same as xolotl version) when unspecified.
Overview of changes:
source/xolotl_comp.py
: added option to specify migration parameters in the configuration file (ips.ftx.config
). The parameters will be written to a filemigration.txt
during the call toinit()
. Falls back to default (no migration parameters) when the option is unspecified.source/xolotl_comp.py
: added missing importkeepLastTS
source/ftridyn_comp.py
: exposed the uncertain parameters in FTridyn. The parameters can be specified in the configuration file (ips.ftx.config
). Falls back to default parameter values when these parameters are unspecified.source/ftridyn_comp_UQ.py
(unnecessary, changed the file/project/projectdirs/atom/atom-install-cori/fractal-tridyn/utils/generate_ftridyn_input.py
instead)source/xolotl-ftridyn_driver_UQ.py
(obsolete)source/xolotl-ftridyn_driver.py
: re-exposed the parametertridynDat_model
to control the version of thetridyn.dat
file independent of the xolotl version. Falls back to the default (same as xolotl version) when unspecified.