-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fix line277 check icond.f90 #504
Conversation
Bugfixes and minor improvements
Fix: Changed part "(a,1x,i0)" to "(a,1x,i0,a,f5.3,a,f5.3)" in check_icond.f90 line 277 to print out error correctly. Before the fix, summa initial condition check (check_icond.f90) error print format does not comply with the transferred input, failed to print out the error message, with the warning: "Fortran runtime error: Expected INTEGER for item 4 in formatted transfer, got REAL" After the fix, summa can successfully print out the error message.
Hi Zhaoxin, thanks for the update. Can I ask you for one more small change? We prefer to merge new changes into the Fixing this would require:
|
Hi Wouter,
Sorry for the confusion and inconveniences, and thank you for the helpful
information! I just created a new PR from my local develop branch to
upstream develop branch, and cleaned the extra commit in the new PR.
Please feel free to let me know if there are any more issues with that,
thank you so much!
Best wishes,
Zhaoxin
…On Mon, Mar 14, 2022 at 12:14 PM Wouter Knoben ***@***.***> wrote:
Hi Zhaoxin, thanks for the update. Can I ask you for one more small change?
We prefer to merge new changes into the development branch and keep the
master branch for stable releases only. When I tried to change the target
branch of this PR it seems we have small merge conflict going on, and also
an extra commit that we do not need in this PR.
Fixing this would require:
1. Making sure your local copy has the correct remote set:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork
Typically you would call this remote upstream and have it point to
https://github.com/CH-Earth/summa
2. Update your local copy of the develop branch to match the version
that is available here:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
You'll probably want the text under the header Syncing a fork from the
command line and replace their use of the main branch with our develop.
3. Make sure your changes are still present and either update this PR
or make a new one (I'm a bit unsure about what will work here)
—
Reply to this email directly, view it on GitHub
<#504 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYNHWQPVRM2H5XTDATASMTU76FV7ANCNFSM5PYXWWKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Zhaoxin Ban
Ph.D. Candidate
Land Surface Hydrology Research Group <http://hydro.ucla.edu/>
University of California, Los Angeles
Phone (O): +1 (424)385-4256
|
No problem,thanks for the new PR. I'll close this one and we'll take it from there |
Make sure all the relevant boxes are checked (and only check the box if you actually completed the step):