Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

New  test versions will become 2.20.1 on OpenSuSE 11.3 workstations, Linux cluster LXAB  , ecgate (AIX) and the new ecgate (ecgb) and will be made available for download as development snapshot.

  • Magics can now visualise some HDF5 data. 
  • Improvements were done in handling dimension in the netcdf action routine.
    • netcdf_dimension_setting expects a vector of strings, each string defining a single value, or a range for the specific dimension :
      • "levels 850 100": extract from the level dimension the array between the values 850 and 1000
      • "time 10800' : fix the time dimension to  10800 
    • netcdf_dimension_setting_method [value/index] specify the way of defining the values for dimensions.
      • index : the user is giving the index in the dimension array.
      • value :  the user is giving the value for the dimension. 
  • Fix bugs in handling of some Lambert data.
  • Magics++ makes now use of NetCDF 4 on all ECMWF platforms.

   

Magics++ Version 2.20.0 (24 June 2013) 

New  test versions will become 2.20.0 on OpenSuSE 11.3 workstations, Linux cluster LXAB   and ecgate will be made available for download .   

New Features:
  • A contour_line_colour_rainbow parameter  has been introduced, allowing the user to specify a different colour for each isoline.There are 2 ways to specify the list of colours to use, the setting being very similar of the colour settings for shading:define the list, or let Magics computes the list given a max and min colour.

...