-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cmorized TRMM_3hourly #28
Comments
@chengzhuzhang Thanks for pointing this out. The bounds were set at t,t+3 rather than t-1.5,t+1.5, and cmor appears to have shifted t. a new version is being run here: |
Thank you @gleckler1 ! The time bounds are fixed. After a closer examination, I think there is also unit conversion problem, and minor issues in the global attribute of the metadata. The values in the cmorized files are too large for precipitation flux with units [km/m2/s]. The original files don't have a units attribute for precipitation, which might cause the problem? I should have checked it earlier...In the meantime, I downloaded the latest version of TRMM 3hourly, which has the unit attributes [mm/hr] and includes year span (2000-2019), I think I will try include it into PCMDIobs2.0 |
@chengzhuzhang Can you confirm that this is still fixed (v20200707) after all of the changes made? |
I was looking at the original TRMM 3hourly files and cmorized version, it appears that the original data was generated at 0Z, 3Z, 6Z while after cmorization, the time was shifted back for 1.5 hour.
To look at the time stamps:
Original:
ncdump -ct /p/user_pub/pmp/pmp_obs_preparation/orig/data/TRMM_3hr_ccovey/gpfs/fs1/p/cgd/cas/zhangyx/TRMM.3HRLY/3B42.201312.3hr_V7.nc
Cmorized:
ncdump -ct /p/user_pub/PCMDIobs/PCMDIobs2/atmos/3hr/pr/TRMM-3B43v-7/gn/v20200402/pr_3hr_TRMM-3B43v-7_BE_gn_v20200402_201312010130-201312312230.nc
The text was updated successfully, but these errors were encountered: