Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
remind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jerome Hilaire
remind
Merge requests
!29
bugfix
42c16b11
: delete rest of use o…
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugfix
42c16b11
: delete rest of use o…
github/fork/LaviniaBaumstark/develop
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Jerome Hilaire
requested to merge
github/fork/LaviniaBaumstark/develop
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Created by: LaviniaBaumstark
…f val_workspace
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
44ab5cca
1 commit,
4 years ago
2 files
+
1
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
scripts/run_submit/submit.R
+
0
−
9
Options
@@ -409,18 +409,9 @@ if(no_subsequent_runs){
#=================== END - Subsequent runs ========================
# Reload the REMIND run configuration
load
(
cfg
$
val_workspace
)
# Print REMIND runtime
cat
(
"\n gams_runtime is "
,
gams_runtime
,
"\n"
)
# Save runtime for REMIND validation
validation
$
technical
$
time
$
full.gms
<-
gams_runtime
save
(
validation
,
file
=
cfg
$
val_workspace
)
# Remove unused variables
rm
(
gams_runtime
,
validation
)
# Copy important files into output_folder (after REMIND execution)
for
(
file
in
cfg
$
files2export
$
end
)
file.copy
(
file
,
cfg
$
results_folder
,
overwrite
=
TRUE
)
Loading