- Jul 20, 2020
-
-
Johannes Koch authored
A bad regex pattern was being used to remove files ending with ".gdx".
-
- Apr 24, 2020
-
-
David Klein authored
-
- Apr 23, 2020
-
-
David Klein authored
Allow providing additional SLURM parameters via cfg$slurmConfig. Parameters that are later provided interactively via start.R overwrite the cfg values. Closing #139
-
- Apr 22, 2020
-
-
David Klein authored
-
- Apr 10, 2020
-
-
giannou authored
-
- Apr 07, 2020
-
-
David Klein authored
* Enable prepare_and_run.R to restart fixed runs (https://github.com/remindmodel/remind/issues/112) * Enable start.R to restart non-optimal runs
-
- Apr 01, 2020
-
-
David Klein authored
Reintroduce bound on biomass relative to reference scenario to prevent regions with large carbon storage potential from deploying BECCS in tight policy cases only to produce negative emissions rather then generating energy.
-
- Mar 26, 2020
-
-
Alois Dirnaichner authored
-
- Mar 10, 2020
-
-
David Klein authored
-
- Feb 11, 2020
-
-
Michaja Pehl authored
- makes it executable from the command line without invoking Rscript explicitly - saves on typing, makes for more relaxed REMIND work ;)
-
- Jan 30, 2020
-
-
David Klein authored
-
- Jan 29, 2020
-
-
David Klein authored
-
David Klein authored
-
- Jan 21, 2020
-
-
David Klein authored
-
- Jan 16, 2020
-
-
Michaja Pehl authored
- testOneRegi runs are useful for fast development iterations ("do these changes break the model, or does it still run"), so setting them up should be fast as well - supplying the parameter "--testOneRegi" to start.R will ignore any scenario_config file provided and modify the default configuration to start a testOneRegi run in the directory output/testOneRegi with no output processing - the old oneRegi.R script and oneRegi.cfg configuration are deleted - existing output/testOneRegi directories are overwritten
-
- Jan 14, 2020
-
-
David Klein authored
Refactoring start scripts: - delete start_functions.R because all it's functions have been replaced by new ones - fix bugs and correct formatting in other files
-
- Jan 13, 2020
-
-
David Klein authored
Refactoring start scripts: - moved the definition of the slurm strings from submit() in submit.R to choose_submit() in start.R - renamed the function choose_submit() to choose_slurmConfig() and moved it to the new file choose_slurmConfig.R
-
David Klein authored
-
David Klein authored
Refactoring: -start scripts (part 5): renamed submit_run(cfg) into submit.R(cfg), deleted conopt files
-
- Jan 10, 2020
-
-
David Klein authored
-
David Klein authored
-
David Klein authored
Refactoring: - part 2: restructure start scripts (try to minimize workload for the login node on the cluster when starting a REMIND run by moving code into scripts that are included in the slurm job)
-
- Jan 09, 2020
-
-
David Klein authored
Refactoring: - restructure start scripts (try to minimize workload for the login node on the cluster when starting a REMIND run by moving code into scripts that are included in the slurm job)
-