-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redefine Evap and Trap arrays #273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MostafaGomaa93 please note when the changes are related to BMI, we need a new release of the model (in Semmus_scope repo). After release, a new docker image will be created, automatically. Then the version of the image should be fixed in EcoExtreML/STEMMUS_SCOPE_Processing#116
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MostafaGomaa93 please also add changes to changelog file, it is one of the items in the pull request todo list, see here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request changes is done
@bobzsu @yijianzeng relates #90, In this version, some of the large output files will no longer be saved anymore. Should we delete all those outputs? @EcoExtreML/developers If anyone needs some of these outputs for a specific analysis, please comment here. Thank you very much for all your cooperation. |
|
Hi @Crystal-szj & @EcoExtreML/developers, the principle is to keep all the original outputs of the current latest version, and if the new pull request is submitted for being merged, we just add new output to the original outputs. |
The large output files prevent the model from being finalised in BMI, so that's why we want to remove them. Especially, as Bob also mentioned in #90 , those large outputs are probably not used by anyone |
@yijianzeng and @Crystal-szj do you have suggestions on how to fix issues #90 and EcoExtreML/STEMMUS_SCOPE_Processing#111? Currently, all the outputs are stored in |
@MostafaGomaa93 If this is only for BMI, for the time being, you can put a switch to comment out the output. However, for those who are not using BMI, this option should not be removed. If you read carefully Bob's comments, there is a line |
@SarahAlidoost Hi Sarah, if all are stored in 'output.mat' file, then it is fine. We can indeed skip saving those mentioned variables as csv files. |
Hi @SarahAlidoost, thank you for your comments. Could we set a specific storage option only when BMI is opened? |
@Crystal-szj thanks for explaining. yes, as you suggested, it is possible to set an option for saving large files in csv format. @MostafaGomaa93 will help to implement this. Please note that this suggestion does not resolve issue #90, as the storage of large files (initially in binary format and later in CSV format) will remain unchanged. |
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MostafaGomaa93 thanks for the fixes. 👍
@SarahAlidoost |
We (I and @SarahAlidoost) added a new option called |
@MostafaGomaa93 @SarahAlidoost Great! Thanks for your efforts. Should I merge this |
Hi @MostafaGomaa93 , I checked your changes, and I found that the new option |
The |
@Crystal-szj in addition to Mostafa's comment, a documentation has been added, see here |
@MostafaGomaa93 Thanks for your explanation.
Hi @MostafaGomaa93 and @SarahAlidoost , thanks for the explanation. That makes sense. I have no further questions. Feel free to merge it into the |
Description
Please add a description of the changes proposed in the pull request.
closes #271
closes #274
relates #90
relates EcoExtreML/STEMMUS_SCOPE_Processing#115
relates EcoExtreML/STEMMUS_SCOPE_Processing#111
Checklist
linter, below the pull request, are
successful (green).
Unreleased
.