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 , 11 years ago
Priority: | normal → trivial |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r4177.
Closing ticket.