Changing input data #250
-
Hello team, I have done this in the past and have succeeded. However, this time around it's not working and when starting the model it's not able to find the patch file. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could be an issue with zipping the file or setting the location of this patch. |
Beta Was this translation helpful? Give feedback.
-
Thanks Abhi. I realized that I had not added the path to the patched input
data in cfg$repositories. It is fixed and working now.
Thanks!
…On Fri, Feb 19, 2021 at 1:27 PM Abhijeet Mishra ***@***.***> wrote:
Could be an issue with zipping the file or setting the location of this
patch.
Can you check if the correct tgz file (your patch) is added to cfg$input
in default.cfg and if the correct location is added to cfg$repositories?
Also these tgz files have a particular structure - The files is tgz
extension but contain a tar file beneath and then the actual patch file
should sit inside this tar file. Line 68 and line 118
<https://github.com/magpiemodel/tutorials/blob/master/6_AdvancedChangeInputs.Rmd>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#250 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMIRTYPFBGQBZHVVOZDO3NLS7YKYNANCNFSM4X2MMGVQ>
.
|
Beta Was this translation helpful? Give feedback.
Could be an issue with zipping the file or setting the location of this patch.
Can you check if the correct tgz file (your patch) is added to
cfg$input
indefault.cfg
and if the correct location is added tocfg$repositories
? Also these tgz files have a particular structure - The files is tgz extension but contain a tar file beneath and then the actual patch file should sit inside this tar file. Line 68 and line 118.