![]() |
ERDDAP
Easier access to scientific data |
log in |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | Historical Total Solar Irradiance Reconstruction
|
| Institution: | LISIRD (Dataset ID: earthCubeLisirdHistTsi) |
| Information: | Summary
| License
| ISO 19115
| Metadata
| Background
| Data Access Form
| Files
|
|
Attributes {
s {
year {
Float32 actual_range 1610.5, 2011.5;
String ioos_category "Time";
String long_name "Year";
String precision "1";
String resolution "P1Y";
String standard_name "time";
}
irradiance {
Float64 actual_range 1360.1374, 1361.821;
Float64 colorBarMaximum 1362.0;
Float64 colorBarMinimum 1360.0;
String ioos_category "Optical Properties";
String long_name "Total Solar Irradiance";
String precision "4";
String units "W/m^2";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String history
"2025-11-12T20:34:41Z http://lasp.colorado.edu/lisird/tss/historical_tsi.html
2025-11-12T20:34:41Z https://coastwatch.pfeg.noaa.gov/tabledap/earthCubeLisirdHistTsi.das";
String infoUrl "http://lasp.colorado.edu/lisird/";
String institution "LISIRD";
String keywords "data, historical, interactive, irradiance, LASP, local, reconstruction, solar, source, time, total, tsi";
String license
"The data may be used and redistributed for free but is not intended
for legal use, since it may contain inaccuracies. Neither the data
Contributor, ERD, NOAA, nor the United States Government, nor any
of their employees or contractors, makes any warranty, express or
implied, including warranties of merchantability and fitness for a
particular purpose, or assumes any legal liability for the accuracy,
completeness, or usefulness, of this information.";
String sourceUrl "http://lasp.colorado.edu/lisird/tss/historical_tsi.html";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Historical Total Solar Irradiance (TSI) Reconstruction econstruction from Wang, Lean, Sheeley (ApJ, 2005). Offset -4.8178 W/m^2 to match SORCE/TIM absolute value from Kopp, Lawrence, and Rottman (Solar Phys, 2005). Extended using SORCE/TIM annual averages from 2003 onward. Computed by Greg Kopp. From the LASP Interactive Solar Irradiance Data (LISIRD) Center";
String title "Historical Total Solar Irradiance Reconstruction";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.