Opened 6 years ago

Closed 3 years ago

#590 closed task (fixed)

Changing maximum data gap size to 0.8 [1 h]

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

Description

Change history (1)

comment:1 by Ian Culverwell, 3 years ago

Resolution: fixed
Status: newclosed
Version: 9.011.0

No justification given, so we'll just take Stig's (or really Hallgeir's) word for it.

Checks out OK. (Note that we say gap = 0.8_wp rather than the less precise gap = 0.8 in the ticket.) Has no effect on the rs core test because for that dataset BTEST(mg_LCF(i),3) is always .FALSE., so the condition that can lead to gap-filling, namely

IF (.NOT. BTEST(mg_LCF(i),3) .AND. BTEST(mg_LCF(i-1),3)) THEN
...
ENDIF

is never met. Could affect test folder results, of course.

Max data gap size in this tool is not documented in the PP user guide, so no changes needed there.

Change committed at r6828.

Closing ticket.

Note: See TracTickets for help on using tickets.