ncdump_rivers - UK-FVCOM-Usergroup/uk-fvcom GitHub Wiki

netcdf aqua_v14_riv_ersem {
dimensions:
	namelen = 80 ;
	rivers = 118 ;
	time = UNLIMITED ; // (1096 currently)
	DateStrLen = 26 ;
variables:
	char river_names(rivers, namelen) ;
	float time(time) ;
		time:long_name = "time" ;
		time:units = "days since 1858-11-17 00:00:00" ;
		time:format = "modified julian day (MJD)" ;
		time:time_zone = "UTC" ;
	int Itime(time) ;
		Itime:units = "days since 1858-11-17 00:00:00" ;
		Itime:format = "modified julian day (MJD)" ;
		Itime:time_zone = "UTC" ;
	int Itime2(time) ;
		Itime2:units = "msec since 00:00:00" ;
		Itime2:time_zone = "UTC" ;
	char Times(time, DateStrLen) ;
		Times:time_zone = "UTC" ;
	float river_flux(time, rivers) ;
		river_flux:long_name = "river runoff volume flux" ;
		river_flux:units = "m^3s^-1" ;
	float river_temp(time, rivers) ;
		river_temp:long_name = "river runoff temperature" ;
		river_temp:units = "Celsius" ;
	float river_salt(time, rivers) ;
		river_salt:long_name = "river runoff salinity" ;
		river_salt:units = "PSU" ;
	float N1_p(time, rivers) ;
		N1_p:long_name = "phosphate phosphorus" ;
		N1_p:units = "mmol P/m^3" ;
	float N3_n(time, rivers) ;
		N3_n:long_name = "nitrate nitrogen" ;
		N3_n:units = "mmol N/m^3" ;
	float N4_n(time, rivers) ;
		N4_n:long_name = "ammonium nitrogen" ;
		N4_n:units = "mmol N/m^3" ;
	float N5_s(time, rivers) ;
		N5_s:long_name = "silicate silicate" ;
		N5_s:units = "mmol Si/m^3" ;
	float O2_o(time, rivers) ;
		O2_o:long_name = "dissolved Oxygen" ;
		O2_o:units = "mmol O_2/m^3" ;
	float O3_TA(time, rivers) ;
		O3_TA:long_name = "carbonate total alkalinity" ;
		O3_TA:units = "mmol C/m^3" ;
	float O3_c(time, rivers) ;
		O3_c:long_name = "carbonate total dissolved inorganic carbon" ;
		O3_c:units = "mmol C/m^3" ;
	float O3_bioalk(time, rivers) ;
		O3_bioalk:long_name = "carbonate bioalkalinity" ;
		O3_bioalk:units = "umol/kg" ;

// global attributes:
		:type = "FVCOM RIVER FORCING FILE" ;
		:title = "FVCOM river discharge climatology data derived from: NEMO v3.2 river input and the English Environment Agency Freshwater Temperature Archive" ;
		:info = "Units in the original NEMO input file were g/m^3 and have been converted to ERSEM units of mmol/m^3 (except alkalinity which is in umol/m^3). Flux data from www.ceh.ac.uk" ;
		:history = "File created using write_FVCOM_river_ERSEM from the MATLAB fvcom-toolbox" ;
}