Opened 11 years ago
Closed 7 years ago
#370 closed defect (fixed)
Modifications to eum2ropp
Reported by: | Stig Syndergaard | Owned by: | Stig Syndergaard |
---|---|---|---|
Priority: | normal | Milestone: | DMI ROPP developments |
Component: | ropp_pp | Version: | 7.1 |
Keywords: | Cc: |
Description
eum2ropp.f90 needs revision in many places, in particular in the level1a part. Comments are in the attached file. It also needs update to be able to read updated group structure in EUMETSATs NetCDF4 files. It currently does not work on recent nc files.
Change history (5)
comment:1 by , 11 years ago
Milestone: | 8.0 → DMI ROPP developments |
---|---|
Status: | new → accepted |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
When merging the dmi_trunk and ROPP 7.1, we took the Met Office solution, which is not back compatible. Thus, the current version in dmi_trunk_7.1 is not back compatible (the version in dmi_trunk_6.1 is). This is okay. We don't expect to use the back compatibility.
comment:4 by , 8 years ago
List of code revisions:
- Issue when cl and ol/rs records overlap. How is LCF used later on?
- Why is the phase accumulated before navbits are removed. Is this a bug?
- Why use ATAN2 instead of 'ATAN3' as recommended by MDID document.
- Do we want a switch to read EUMETSATs ol/rs excess phase or do we want to construct it from I's and Q's (as is hardcoded now)?
- Revise the use of internal navigation bits when external ones are missing. What happens in the occ_tool pre-processing?
- Is removing data with tracking state = 2 okay? Check MDID.
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
eum2ropp now works on recent NetCDf4 files from EUMETSAT (back compatible) and with a switch to choose either cl, cl+ol, cl+rs, or none.
The code can be used for GPAC 0.4.0. See http://websat.dmi.dk/trac/ticket/730
Still there are further revisions to do before it is ready for GPAC 2.2.0 and 2.3.0 etc, so the ticket stays open.