Changes between Initial version and Version 1 of Ticket #181


Ignore:
Timestamp:
2009-09-29T08:10:21Z (15 years ago)
Author:
Huw Lewis
Comment:

See [2244].

New parameters ropp_MDFV, ropp_MDTV, ropp_ZERO, ropp_ZDTV have been defined in main ROPP_UTILS module file ropp_utils/ropp_utils.f90. These are now used by all other modules and routines. The ropp_MDFV value is set to a very large 'missing' value, and can be easily adjusted by the user in the one location at compile time if required. The ropp_MDTV is still set at -9000 to be suitable for use with any files generated using ROPP-3 or prior software.

The _FillValue attribute is now set to ropp_MDFV in writing a new netCDF file with routine ropp_io/ropp/ropp_io_write_ncdf_def.f90.

Ticket closed as fixed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #181

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #181 – Description

    initial v1  
    1 
    21Rename and move definitions of missing data (ropp_io_mdfv, ropp_io_mdtv etc) from each separate ROPP module to ropp_utils for greater module independence.
    32