forked from ESCOMP/CDEPS
-
Notifications
You must be signed in to change notification settings - Fork 8
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
CDEPS time logic is flawed for GEFS forcing files #38
Comments
@hyunchul386 I think the time units should be changed to "seconds since 1970-01-01 00:00:00.0". Also, the time values need to be recalculated for the GEFS dataset. |
@bin Li - NOAA Affiliate ***@***.***> In GFS_DATM, the time unit has
been changed to "seconds since 1970-01-01 00:00:00.0". In GEFS, I will
change the time unit also.
…On Wed, Oct 27, 2021 at 5:28 PM BinLi-NOAA ***@***.***> wrote:
@hyunchul386 <https://github.com/hyunchul386> I think the time units
should be changed to "seconds since 1970-01-01 00:00:00.0". Also, the time
values need to be recalculated for the GEFS dataset.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADQ73E645APENBOIVGGGFQTUJBVF3ANCNFSM5GY57ADQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@hyunchul386 Thanks! |
@hyunchul386 I have regenerated the GEFS input data used in the current ufs-weather-model regression tests (from 2011100100 to 2011100600). |
@binli The GEFS_DATM has been updated for the time stamp issue,
and the updated GEFS_DATM can be found at HPSS,
/5year/NCEPDEV/marineda/DATM_INPUT/GEFS_new/
Let me know if there are any issues for the data
…On Fri, Mar 4, 2022 at 4:22 PM BinLi-NOAA ***@***.***> wrote:
@hyunchul386 <https://github.com/hyunchul386> I have regenerated the GEFS
input data used in the current ufs-weather-model regression tests (from
2011100100 to 2011100600).
—
Reply to this email directly, view it on GitHub
<#38 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADQ73EZ67NTNZXUULEN7NELU6J5KNANCNFSM5GY57ADQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The issue is fixed. |
binli2337
pushed a commit
that referenced
this issue
Jan 30, 2023
remove shr_mpi_mod Description of changes Remove shr_mpi_mod and replace with ESMF_VM operations. Specific notes Contributors other than yourself, if any: CDEPS Issues Fixed: #38 Are there dependencies on other component PRs (if so list): Are changes expected to change answers: bfb Any User Interface Changes (namelist or namelist defaults changes): no Testing performed (e.g. aux_cdeps, CESM prealpha, etc): aux_cdeps on cheyenne intel, all pass.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see that the time coming out of the model is not consistent with the time-stamp in the netcdf files for the GEFS forcing files.
If you look at the log files from the regression tests, the cfsr forcing test works correctly:
(shr_strdata_readstrm) reading file lb: DATM_INPUT/cfsr.201110.nc 1
(shr_strdata_readstrm) reading file ub: DATM_INPUT/cfsr.201110.nc 2
but the GEFS forcing shows:
(shr_strdata_readstrm) reading file lb: DATM_INPUT/gefs.201110.nc 21
(shr_strdata_readstrm) reading file ub: DATM_INPUT/gefs.201110.nc 1
I believe this is because of a possible calendar bug, the GEFS files have a time unit of:
time:units = "hours since 1-1-1 00:00:00" ;
time:calendar = "gregorian" ;
I put in a bunch of print statements, and the figuring out out of times is not returning the correct dates.
please see on hera: /scratch2/BMC/gsienkf/Philip.Pegion/stmp2/Philip.Pegion/FV3_RT/rt_86678/datm_cdeps_control_gefs/out.5
The text was updated successfully, but these errors were encountered: