You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the case where a stream has multiple files to go over, I have discovered a significant memory growth that occurs each time a new stream file is open. This became evident in longer runs. I have a fix for this in dshr_stream_mod.F90 that involves the addition of two additional closefile calls. This is the branch mvertens/dynfrac which I will be issuing a PR for soon. However I wanted to make everyone aware of this - particular for the HAFS use cases.
The text was updated successfully, but these errors were encountered:
@mvertens thanks that is good to know. Since I have only two stream file for ERA5 and one for OISST at this point, I did not realize any issue in the HAFS application.
For the case where a stream has multiple files to go over, I have discovered a significant memory growth that occurs each time a new stream file is open. This became evident in longer runs. I have a fix for this in dshr_stream_mod.F90 that involves the addition of two additional closefile calls. This is the branch mvertens/dynfrac which I will be issuing a PR for soon. However I wanted to make everyone aware of this - particular for the HAFS use cases.
The text was updated successfully, but these errors were encountered: