Opened 11 years ago

Closed 11 years ago

#361 closed defect (fixed)

Fix typo in ropp_qc_cutoff.f90

Reported by: Ian Culverwell Owned by: Ian Culverwell
Priority: trivial Milestone: 8.0
Component: ropp_1dvar Version: 7.1
Keywords: Cc:

Description

Replace

    WRITE (rstr, '(F5.1)') config%min_1dvar_height

by

    WRITE (rstr, '(F5.1)') config%max_1dvar_height

in Sec 2.3.1 of ropp_qc_cutoff.f90.

Change history (2)

comment:1 by Ian Culverwell, 11 years ago

Priority: normaltrivial

comment:2 by Ian Culverwell, 11 years ago

Resolution: fixed
Status: newclosed

Fixed at r4177.

Closing ticket.

Note: See TracTickets for help on using tickets.