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
Commits
44ab5cca
Commit
44ab5cca
authored
5 years ago
by
Lavinia Baumstark
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
42c16b11
: delete rest of use of val_workspace
parent
42c16b11
No related branches found
No related tags found
1 merge request
!29
bugfix 42c16b1194a6fee88a78fc9854de67e1be4a5590: delete rest of use o…
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main.gms
+1
-1
1 addition, 1 deletion
main.gms
scripts/run_submit/submit.R
+0
-9
0 additions, 9 deletions
scripts/run_submit/submit.R
with
1 addition
and
10 deletions
main.gms
+
1
−
1
View file @
44ab5cca
...
...
@@ -74,7 +74,7 @@
*
* Input data revision: 5.936
*
* Last modification (input data):
Tue
Jan
07 17:33:0
8 2020
* Last modification (input data):
Mon
Jan
13 09:10:2
8 2020
*
*###################### R SECTION END (VERSION INFO) ###########################
...
...
This diff is collapsed.
Click to expand it.
scripts/run_submit/submit.R
+
0
−
9
View file @
44ab5cca
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment