-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feature/1.2.0 updates #206
Feature/1.2.0 updates #206
Conversation
Hi ESMF has done a formal 8.1.0 release does it make sense to just move to this? This is for @junwang-noaa with regards to ufs-weather-model |
Yes, it would be nice to have ESMF 8.1.0 release in hpc-stack/1.2.0 so that
the UFS model can use the release version.
…On Mon, Apr 12, 2021 at 12:08 PM arun chawla ***@***.***> wrote:
Hi ESMF has done a formal 8.1.0 release does it make sense to just move to
this? This is for @junwang-noaa <https://github.com/junwang-noaa> with
regards to ufs-weather-model
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TLURDOAR2L5A63D3STTIMLHXANCNFSM42ZQV4OA>
.
|
Ok, I'll change that to the 8.1.0 release then. |
The Boost download site is down which is causing the build errors. |
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.
Just one comment in CDO.
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.
looks good.
Fix DOWNLOAD_ONLY option by removing
git fetch
, using autotools build of PIO, and usinggit reset --hard && git clean
to clean ESMF instead of re-downloading it.Fix test options by swapping
make check
withmake test
for PNG and JasperUpdate ESMF to bs 47 which is what the weather model currently uses
Update PIO to 2.5.3 to fix a bug with
make check
Remove nceppost. I don't think this it is needed anymore.