Skip to content

Instantly share code, notes, and snippets.

@dlebauer
Created August 1, 2013 22:46
Show Gist options
  • Save dlebauer/6136021 to your computer and use it in GitHub Desktop.
Save dlebauer/6136021 to your computer and use it in GitHub Desktop.
int time(time) ;
time:long_name = "Time axis" ;
time:units = "seconds since YYYY-01-01 00:00:00" ;
time:calendar = "gregorian" ;
time:time_origin = "YYYY-01-01 00:00:00" ;
int timestp(time) ;
timestp:long_name = "Time step axis" ;
timestp:units = "timesteps since YYYY-01-01 00:00:00" ;
timestp:tstep_sec = 3600. ;
timestp:time_origin = "YYYY-01-01 00:00:00" ;
double lon(x) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
double lat(y) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
double level(z) ;
level:long_name = "Vertical levels" ;
level:units = "m" ;
double Tair(x, y, z, time) ;
Tair:axis = "XYZT" ;
Tair:long_name = "Near surface air temperature" ;
Tair:units = "K" ;
Tair:missing_value = -9999. ;
double Qair(x, y, z, time) ;
Qair:axis = "XYZT" ;
Qair:long_name = "Near surface specific humidity" ;
Qair:units = "kg/kg" ;
Qair:missing_value = -9999. ;
double Wind(x, y, z, time) ;
Wind:axis = "XYZT" ;
Wind:long_name = "Near surface module of the wind" ;
Wind:units = "m/s" ;
Wind:missing_value = -9999. ;
double Rainf(x, y, z, time) ;
Rainf:axis = "XYZT" ;
Rainf:long_name = "Rainfall rate" ;
Rainf:units = "kg/m2/s" ;
Rainf:missing_value = -9999. ;
double Psurf(x, y, z, time) ;
Psurf:axis = "XYZT" ;
Psurf:long_name = "Surface pressure" ;
Psurf:units = "Pa" ;
Psurf:missing_value = -9999. ;
double SWdown(x, y, z, time) ;
SWdown:axis = "XYZT" ;
SWdown:long_name = "Surface incident shortwave radiation" ;
SWdown:units = "W/m2" ;
SWdown:missing_value = -9999. ;
double LWdown(x, y, z, time) ;
LWdown:axis = "XYZT" ;
LWdown:long_name = "Surface incident longwave radiation" ;
LWdown:units = "W/m2" ;
LWdown:missing_value = -9999. ;
double CO2air(x, y, z, time) ;
CO2air:axis = "XYZT" ;
CO2air:long_name = "Near surface CO2 concentration" ;
CO2air:units = "ppmv" ;
CO2air:missing_value = -9999. ;
netcdf CA-SJ1forcing {
dimensions:
t = 70128 ;
x = 1 ;
y = 1 ;
z = 1 ;
variables:
int t(t) ;
t:long_name = "Time axis" ;
t:units = "seconds since 2002-01-01 00:00:00 -6:00" ;
t:calendar = "gregorian" ;
t:time_origin = "2002-01-01 00:00:00 -6:00" ;
int timestp(t) ;
timestp:long_name = "Time step axis" ;
timestp:units = "timesteps since 2002-01-01 00:00:00 -6:00" ;
timestp:tstep_sec = 1800. ;
timestp:time_origin = "2002-01-01 00:00:00 -6:00" ;
double lon(x) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
double lat(y) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
double level(z) ;
level:long_name = "Vertical levels" ;
level:units = "m" ;
double Tair(x, y, z, t) ;
Tair:long_name = "Near surface air temperature" ;
Tair:units = "K" ;
Tair:_FillValue = -9999. ;
int Tair_flag(x, y, z, t) ;
Tair_flag:long_name = "Near surface air temperature flag" ;
Tair_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
Tair_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double Qair(x, y, z, t) ;
Qair:long_name = "Near surface specific humidity" ;
Qair:units = "kg/kg" ;
Qair:_FillValue = -9999. ;
int Qair_flag(x, y, z, t) ;
Qair_flag:long_name = "Near surface specific humidity flag" ;
Qair_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
Qair_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double Wind(x, y, z, t) ;
Wind:long_name = "Near surface module of the wind" ;
Wind:units = "m/s" ;
Wind:_FillValue = -9999. ;
int Wind_flag(x, y, z, t) ;
Wind_flag:long_name = "Near surface module of the wind flag" ;
Wind_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
Wind_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double Rainf(x, y, z, t) ;
Rainf:long_name = "Rainfall rate" ;
Rainf:units = "kg/m2/s" ;
Rainf:_FillValue = -9999. ;
int Rainf_flag(x, y, z, t) ;
Rainf_flag:long_name = "Rainfall rate flag" ;
Rainf_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
Rainf_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double Psurf(x, y, z, t) ;
Psurf:long_name = "Surface pressure" ;
Psurf:units = "Pa" ;
Psurf:_FillValue = -9999. ;
int Psurf_flag(x, y, z, t) ;
Psurf_flag:long_name = "Surface pressure flag" ;
Psurf_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
Psurf_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double SWdown(x, y, z, t) ;
SWdown:long_name = "Surface incident shortwave radiation" ;
SWdown:units = "W/m2" ;
SWdown:_FillValue = -9999. ;
int SWdown_flag(x, y, z, t) ;
SWdown_flag:long_name = "Surface incident shortwave radiation flag" ;
SWdown_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
SWdown_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double LWdown(x, y, z, t) ;
LWdown:long_name = "Surface incident longwave radiation" ;
LWdown:units = "W/m2" ;
LWdown:_FillValue = -9999. ;
int LWdown_flag(x, y, z, t) ;
LWdown_flag:long_name = "Surface incident longwave radiation flag" ;
LWdown_flag:flag_values = 0, 1, 2, 3, 4, 6, 7, 8 ;
LWdown_flag:flag_meanings = "0_Original 1_Diurnal_mean_fill 2_Daymet 3_Daymet_and_dailyNCDC 4_dailyNCDC 6_hourlyNCDC 7_nearby_tower 8_multiple_var" ;
double CO2air(x, y, z, t) ;
CO2air:long_name = "Near surface CO2 concentration (from flask site)" ;
CO2air:flask_site = "Park Falls, WI " ;
CO2air:units = "ppmv" ;
CO2air:_FillValue = -9999. ;
// global attributes:
:institution = "Oak Ridge National Laboratory" ;
:history = "File Origin - This file was created at Oak Ridge National Laboratory for the site-level MDC in 2008" ;
:site_name = "Southern_OldJackPine1995 " ;
:nearby_site1 = "Southern_OldJackPine3 " ;
:nearby_site2 = "Southern_OldJackPine " ;
:site_location = "Latitude: 53.90800 Longitude: -104.65600 Elevation (masl): 30." ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment