-
Notifications
You must be signed in to change notification settings - Fork 249
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
Create ESMF field attributes using the same kind as field data values #1566
Create ESMF field attributes using the same kind as field data values #1566
Conversation
@DusanJovic-NOAA we can start working on this pr. Can you sync up branch? we are considering to add regional_control to ci.test. @zach1221 can you create a pr to Dusan's branch to add in ci.test change? |
I just synced my branches with develop. |
* Update Jenkinsfile * Update ci.test
@zach1221 thanks! @DusanJovic-NOAA can you merge in Zach's pr to your branch? |
Merged. |
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
@jkbk2004 Please don't forget, we now require that upstream PR's are reviewed PRIOR to being allowed in the commit queue. This PR has not passed that requirement! |
Also, we should be getting the UFSWM PR reviewed prior to commit queue as well. |
Sure! Thanks for reminding! |
Code change only on fv_nggps_diag.f90 at the cubed sphere fvGFS driver level. The dependency NOAA-GFDL/GFDL_atmos_cubed_sphere#236 was approved. We can go ahead to review and approve for the pr. |
On Dogwood there is an issue with compiles going over the wallclock, but when I run them manually they run in 10-15 minutes, well before the wallclock. |
I will try one last time. Then I will skip and we can merge. It seems a random issue server side, not from the code. |
sure! |
It seems the transition to dogwood or cactus seems to make RT's run a little weird. Please skip Dogwood and Acorn. I need to look into what's going on with more time available. |
@DusanJovic-NOAA NOAA-EMC/fv3atm#618 was merged. |
Description
This PR fixes the mismatch between ESMF field attributes and field data values types in fv3atm history files, and prevents model failure when ESMF v8.4.0 is used due to type mismatch check in underlying PIO library.
Top of commit queue on: TBD
Input data additions/changes
Anticipated changes to regression tests:
Netcdf filed attributes (_FillValue and missing_value) will be changed but regression tests should pass with
ALT_CHECK......OK
. No changes in actual data values are expected.Subcomponents involved:
Combined with PR's (If Applicable):
Commit Queue Checklist:
Linked PR's and Issues:
Depends on NOAA-EMC/fv3atm#618
Closes #1564
Testing Day Checklist:
Testing Log (for CM's):