Opened 9 years ago
Last modified 7 years ago
#437 new defect
Unit conversion when range checking is off
Reported by: | Stig Syndergaard | Owned by: | Stig Syndergaard |
---|---|---|---|
Priority: | minor | Milestone: | DMI ROPP developments |
Component: | ropp_io | Version: | 8.0 |
Keywords: | Cc: | Johannes K. Nielsen |
Description
Problem in ropp_io/ncdf/ncdf_putvar.f90
See http://www.romsaf.org/view_admin_enquiry.php?id=267
Seems that it could be fixed by:
! Only convert valid data
where (values < ropp_MDTV) rvalues = ropp_MDFV
Note:
See TracTickets
for help on using tickets.