Skip to content
Hyo-Kyung Lee edited this page Jan 12, 2023 · 5 revisions

If you generate a DMR++ file with EnableCF=true option, it has extra information. We will explain it here.

File Size

Enabling CF option increases the DMR++ file size. Cloud storage cost will rise.

Name Default CF
20020602090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.h5 112K 114K
20220524080000-STAR-L2P_GHRSST-SSTsubskin-ABI_G17-ACSPO_V2.71-v02.0-fv01.0.nc.h5 46K 52K
20220607120000-STAR-L3S_GHRSST-SSTsubskin-LEO_PM_D-ACSPO_V2.80-v02.0-fv01.0.nc.h5 95K 100K
A-MO.GPM.GMI.GRID2014R1.20140601-S000000-E235959.06.V03A.h5 75K 73K
AMSR_2_L3_DailySnow_P00_20160831.he5 7.7K 20K
ATL08_20181014084920_02400109_003_01.h5 343K 370K
OMI-Aura_L2-OMNO2_2016m0215t0210-o61626_v003-2016m0215t200753.he5 156K 165K

Map

20020602090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.h5.cf.dmrpp produces <Map>.

         <Map name="/time"/>
         <Map name="/lat"/>
         <Map name="/lon"/>

Original Name

CF-enabled DMR++ has origname and fullnamepath attributes.

         <Attribute name="origname" type="String">
             <Value>analysis_error</Value>
         </Attribute>
         <Attribute name="fullnamepath" type="String">
             <Value>/analysis_error</Value>

Attribute Value

Value has extra 0s.

<             <Value>-180.</Value>
---
>             <Value>-180.0000000</Value>
...
<             <Value>0.001</Value>
---
>             <Value>0.0010000000000000000</Value>
Clone this wiki locally