Versions Compared

Key

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

...

Code Block
File  = donar.open_file({'a1.dia','a2.dia',...,'a11.dia'})
        donar.disp(File)     % show contents of 1 or many files
-----+----+------+--------+--------+-----------------------------------------------------------------+...
File |WNS | # of |   # of |   DONAR|                                                              CF |
index|code|blocks|  values|    name|                                         standard_name [UDunits] |
-----+----+------+--------+--------+-----------------------------------------------------------------+...
    1|1926|    11|   46414|   INSLG|               downwelling_radiance_in_sea_water [microEinstein] |
    2| 209|    11|   69671|     %O2|             fractional_saturation_of_oxygen_in_sea_water [0.01] |
    3|2392|    11|   52981|  GELDHD|                        sea_water_electrical_conductivity [mS/m] |
    4| 360|    11|  167320|      O2|                mass_concentration_of_oxygen_in_sea_water [mg/l] |
    5| 377|    11|  162096|      pH|                        sea_water_ph_reported_on_total_scale [1] |
    6|  44|    11|   81036|       T|                          sea_water_temperature [degree_Celsius] |
    7|5108|    11|  143827| TROEBHD|                                       sea_water_turbidity [NTU] |
    8| 555|    11|  166163|FLUORCTE|                                      sea_water_fluorescence [1] |
    9| 559|    11|  167318|  SALNTT|                                          sea_water_salinity [1] |
   10|7647|    11|    2259|  GELSHD|                               speed_of_sound_in_sea_water [m/s] |
   11|7788|    11|   46392|   INSLG|            downwelling_longwave_radiance_in_air [microEinstein] |
-----+----+------+--------+--------+-----------------------------------------------------------------+...

[Data,...
Meta] = donar.read(File,1,6) % variable resides in 6th column
[CTD,...
CTDm] = donar.ctd_struct(Data,Meta)

...