-
Notifications
You must be signed in to change notification settings - Fork 11
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
libglissade IO issues #32
Comments
Hi Jim,
I'll talk to Bill about this and get back to you.
Thanks
Gunter
…On Tue, Oct 6, 2020 at 11:27 AM jedwards4b ***@***.***> wrote:
l've been trying to clean up cesm IO issues and found that libglissade
does not use the normal
cesm logging mechanism and instead does print * for log messages.
print * should be replaced with write(stdout, *) throughout this library.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6QV6BMAM5ZKJVMF4M2FVLSJNHO5ANCNFSM4SGKK4EA>
.
--
Gunter Leguy, Ph.D
(he/him)
Project Scientist
National Center for Atmospheric Research
cell: (575) 418 1021
desk: (303) 497 1790
|
@jedwards4b, How soon do you need this to happen? This is a straightforward change, but it touches a lot of code and could create some conflicts between the main trunk and various development branches. |
It's not urgent, but it would be a nice cleanup. Thanks for considering. |
@jedwards4b, This is definitely something we can do. @gunterl and I are wrapping up a couple of papers now. Once that's done, we're planning to do some cleanups and mergers, and we'll add this to the list. |
l've been trying to clean up cesm IO issues and found that libglissade does not use the normal
cesm logging mechanism and instead does print * for log messages.
print * should be replaced with write(stdout, *) throughout this library.
The text was updated successfully, but these errors were encountered: