File: saco1.nc.das

package info (click to toggle)
netcdf-parallel 1%3A4.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,352 kB
  • sloc: ansic: 229,114; sh: 11,180; yacc: 2,561; makefile: 1,390; lex: 1,173; xml: 173; awk: 2
file content (41 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Attributes {
    lat {
        String longname "latitude";
        String units "degrees_north";
    }
    lon {
        String longname "longitude";
        Float32 modulo 360.0000000;
        String units "degrees_east";
    }
    height {
        String longname "gage height";
        String units "meters";
        String positive "up"; 
        String C_format "%.2f";
        Float64 minimum 2.4100000000000001;
        Float64 maximum 3.7400000000000002;
    }
    time {
        String longname "time";
        String units "days since Sun Aug  6 00:15:00 2000";
        String C_format "%.6f";
    }
    river_discharge {
        String longname "River Discharge";
        String units "cubic feet per second";
        Float64 minimum 789.00000000000000;
        Float64 maximum 1780.0000000000000;
    }
    NC_GLOBAL {
        String Conventions "GDT 1.3";
        String history "Created Thu Aug 17 11:10:11 2000 by jevans";
        String institution "School of Marine Sciences, University of Maine";
        String production "gage height observation";
        Float64 starting_julian_day_number 2451762.6770833335;
        String starting_julian_day_str "Sun Aug  6 04:15:00 2000";
        Float64 ending_julian_day_number 2451771.0520833335;
        String ending_julian_day_str "Mon Aug 14 13:15:00 2000";
        String time_zone "UTC";
    }
}