Opened 6 years ago

Closed 5 years ago

#582 closed task (fixed)

Metadata adjustments for eum2ropp [2 h]

Reported by: Ian Culverwell Owned by: Ian Culverwell
Priority: normal Milestone: ROPP9.1 carry over
Component: ropp_io Version: 9.0
Keywords: Cc:

Description

Change history (1)

comment:1 by Ian Culverwell, 5 years ago

Resolution: fixed
Status: newclosed

OK - slight clash with r4793 and r4993, which unset the PCD_offline bit if the environment is Operational or Validation, so at r5983 I've just done made a check that environment = Offline before setting the PCD_offline bit.

This has the expected null impact on the test dataset, which has environment = Offline anyway. And if I run eum2ropp with the -x option, so that level 1b data are not extracted, then it changes the global attribute

		:thin_method = "Local polynomial regression with default variable bandwidth on 247 impact height" ;

to

		:thin_method = "NONE (Thinning disabled) [v3.1]" ;
  • again, as expected. (ropp_io/thin.ropp_io_thin.f90 converts thin_method = "UNKNOWN" to the latter.)

r5983 also has the effect of changing

 stn_id =
  "UNKN" ;

to

 stn_id =
  "" ;

Apparently this is preferable.

Closing ticket.

Note: See TracTickets for help on using tickets.