next up previous contents
Next: 7.4.6.1.2 Source FORTRAN Up: 7.4.6.1 Scalaires : Previous: 7.4.6.1 Scalaires :

7.4.6.1.1 Fichier CDL

netcdf sc {
dimensions:
	time = UNLIMITED ; // (10 currently)
variables:
	float var_sc(time) ;
		var_sc:missing_value = -9999.f ;
		var_sc:long_name = "Variable scalaire" ;
	long base_time ;
	float time_offset(time) ;
	float lon(time) ;
	float lat(time) ;
	float alt(time) ;
data:
 var_sc = 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0  ;
 base_time = 720489600 ;
 time_offset = 5 , 10 , 15 , 20 , 25 , 30 , 35 , 40 , 45 , 50  ;
 lon = 101 , 102 , 103 , 104 , 105 , 106 , 107 , 108 , 109 , 110  ;
 lat = 2 , 4 , 6 , 8 , 10 , 12 , 14 , 16 , 18 , 20  ;
 alt = 10 , 20 , 30 , 40 , 50 , 60 , 70 , 80 , 90 , 100  ;
}



Catherine PIRIOU
2000-12-01