We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is found that the time stamp at fh00 in inline POST has minutes in it. The following change is to fix the problem: in io/post_gfs.F90
@@ -133,6 +133,7 @@ module post_gfs ! ifhr = mynfhr ifmin = mynfmin
if (ifhr == 0 ) ifmin = 0 if(mype==0) print *,'bf set_postvars,ifmin=',ifmin,'ifhr=',ifhr call set_postvars_gfs(wrt_int_state,mpicomp,setvar_atmfile, & setvar_sfcfile)
The text was updated successfully, but these errors were encountered:
Code is committed, close ticket.
Sorry, something went wrong.
Merge pull request #13 from climbfuji/gsd-dev-clouds_thompson-no-aero…
2a05c53
…_dom Bug fixes for/update of "Changes in cloud/radiation interaction in GSD physics suite", bug fixes for non-aerosol-aware Thompson MP
Merge pull request NOAA-EMC#13 from NOAA-EMC/develop
69b7a01
No branches or pull requests
It is found that the time stamp at fh00 in inline POST has minutes in it. The following change is to fix the problem:
in io/post_gfs.F90
@@ -133,6 +133,7 @@ module post_gfs
!
ifhr = mynfhr
ifmin = mynfmin
The text was updated successfully, but these errors were encountered: