-
Notifications
You must be signed in to change notification settings - Fork 157
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
Bugfixes #8
Bugfixes #8
Conversation
…eflectivity to restart file and restart reproducibility for regional fv3,3)ufs issue #5, Updates to WW3, 4)vlab #69735, update netcdf time units attribute when iau_offset
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.
The bugfixes for ufs issue #5 (resolve land mask and tsfco issue when cplflx=true) code is here.
The .gitmodules are pointing to your forks for ccpp and GFDL_atmos_cubed_sphere but I'm assuming those will be updated before this PR actually goes in?
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.
Everything looks good.
Jessica, Yes, once we have the pull request approved and the RT passed, we will update the submodules. |
! if (lprnt) write(0,*) 'in wrt initial, io_baseline time=',idate,'rc=',rc | ||
idate(7) = 1 | ||
wrt_int_state%idate = idate | ||
wrt_int_state%fdate = idate |
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.
add a comment here since it's not obvious what's going on. Something like "update idate when IAU is enabled to reference center of IAU window"
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.
Added comments "! update IO-BASETIME and idate on write grid comp when IAU is enabled"
io/module_wrt_grid_comp.F90
Outdated
@@ -867,6 +891,17 @@ subroutine wrt_initialize(wrt_comp, imp_state_write, exp_state_write, clock, rc) | |||
|
|||
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, line=__LINE__, file=__FILE__)) return | |||
|
|||
! add iau here |
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.
more informative comment please
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.
added comments "! update the time:units when idate on write grid component is changed"
io/module_wrt_grid_comp.F90
Outdated
@@ -1251,9 +1264,10 @@ subroutine wrt_run(wrt_comp, imp_state_write, exp_state_write,clock,rc) | |||
! | |||
nf_seconds = nf_hours*3600+nf_minuteS*60+nseconds+real(nseconds_num)/real(nseconds_den) | |||
! shift forecast hour by iau_offset if iau is on. | |||
nf_seconds = nf_seconds - iau_offset*3600 | |||
!nf_seconds = nf_seconds - iau_offset*3600 |
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.
can delete this commented out line
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.
done
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.
Tested with IAU and netcdf output and time units attribute is written correctly.
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.
Changes for satmedmfvdifq look fine.
…AR ccpp physics repo
CCPP/physics v6 documentation updates + empty CCPP phase subroutine c…
restart reproducibility fix for regional fv3
This pull request has several code changes:
Related PR:
NOAA-EMC/GFDL_atmos_cubed_sphere#8
NCAR/ccpp-physics#351