File: ECMWF_ERA-40_subset.nc.hyrax

package info (click to toggle)
netcdf-parallel 1%3A4.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116,192 kB
  • sloc: ansic: 279,265; sh: 14,143; cpp: 5,971; yacc: 2,612; makefile: 2,075; lex: 1,218; javascript: 280; xml: 173; awk: 2
file content (23 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
netcdf ECMWF_ERA-40_subset {
dimensions:
	time = UNLIMITED ; // (1 currently)
	latitude = 1 ;
	longitude = 1 ;
variables:
	short tcw.tcw(time, latitude, longitude) ;
		tcw.tcw:scale_factor = 0.0013500981745481 ;
		tcw.tcw:add_offset = 44.3250482744756 ;
		tcw.tcw:_FillValue = -32767s ;
		tcw.tcw:missing_value = -32767s ;
		tcw.tcw:units = "kg m**-2" ;
		tcw.tcw:long_name = "Total column water" ;

// global attributes:
		:Conventions = "CF-1.0" ;
		:history = "2004-09-15 17:04:29 GMT by mars2netcdf-0.92" ;
		:DODS_EXTRA.Unlimited_Dimension = "time" ;
data:

 tcw.tcw =
  _ ;
}