Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
data:solar_satire [2016/08/08 17:25] – Added warning about the time axis jypeter | data:solar_satire [2019/11/18 11:58] (current) – Replaced files links with sharebox links jypeter | ||
---|---|---|---|
Line 5: | Line 5: | ||
* 14C data for the last 9000 years (6754.5 BC to December 2015) | * 14C data for the last 9000 years (6754.5 BC to December 2015) | ||
* 10Be data for the years 885 CE to December 2015 | * 10Be data for the years 885 CE to December 2015 | ||
+ | |||
+ | * In both cases, the data is daily, starting on January 1st 1850, and yearly before | ||
The **14C-based data set** scaled to the CMIP6 historical forcing is the **recommended forcing for the PMIP4-CMIP6 //tier-1// past1000 experiment**. | The **14C-based data set** scaled to the CMIP6 historical forcing is the **recommended forcing for the PMIP4-CMIP6 //tier-1// past1000 experiment**. | ||
Line 26: | Line 28: | ||
* 1st array: **wavelength array** in [nm], listing the center of each wavelength bin\\ '' | * 1st array: **wavelength array** in [nm], listing the center of each wavelength bin\\ '' | ||
* 2nd array: **wavelength bin** in [nm], listing the bin width of each wavelength bin\\ '' | * 2nd array: **wavelength bin** in [nm], listing the bin width of each wavelength bin\\ '' | ||
- | * 3rd array: **time** in [year] (floating numbers)\\ For 14C: '' | + | * 3rd array: **time** in [year] (floating numbers) |
+ | * 69235 time steps for 14C: '' | ||
+ | * 61595 time steps for 10Be: '' | ||
+ | 2015.995, 2015.997]'' | ||
* 4th array: **SSI reconstruction** in [W m-2 nm-1]. SSI is average SSI in corresponding bin. | * 4th array: **SSI reconstruction** in [W m-2 nm-1]. SSI is average SSI in corresponding bin. | ||
Line 52: | Line 57: | ||
</ | </ | ||
- | * The following python code shows how to deal with the original compressed text data. You can also check the {{: | + | * The following python code shows how to deal with the original compressed text data. You can also check the {{: |
+ | * <code python># Get directly the data from the bz2 compressed file | ||
file_in = bz2.BZ2File(input_full_path) | file_in = bz2.BZ2File(input_full_path) | ||
Line 86: | Line 92: | ||
tsi = np.dot(ssi, wl_bin) | tsi = np.dot(ssi, wl_bin) | ||
</ | </ | ||
+ | * The following python example shows how to determine the indices of specific years, before Jan 1850 1st and after. Once you know the indices of Jan 1st and Dec 31st, and if a year is a leap year or not | ||
+ | * <code python> # 1 value per day, AFTER (and including) Jan 1st 1850 | ||
+ | >>> | ||
+ | >>> | ||
+ | >>> | ||
+ | (8605, 8970) | ||
+ | >>> | ||
+ | 365 | ||
+ | >>> | ||
+ | >>> | ||
+ | (1850.0, 1850.9973, 1851.0) | ||
+ | |||
+ | # 1 value per year, strictly BEFORE Jan 1st 1850 | ||
+ | >>> | ||
+ | >>> | ||
+ | (6805, 50.5)</ | ||
+ | * You can use the following if you want to do a weighted average over the time axis | ||
+ | * <code python>>>> | ||
+ | >>> | ||
+ | array([[8605]]) | ||
+ | >>> | ||
+ | 1850.0 | ||
+ | >>> | ||
+ | 1849.5 | ||
+ | # Note: it would be nicer to assign 366 to leap years below... | ||
+ | >>> | ||
+ | >>> | ||
+ | array([ 365., 365., 365., 365., 365., 1., 1., 1., 1., | ||
+ | 1., 1., 1., 1., 1., 1., 1., 1., 1., | ||
+ | 1., 1.]) | ||
+ | >>> | ||
+ | </ | ||
+ | |||
===== References ===== | ===== References ===== | ||
Line 118: | Line 157: | ||
You will find below a table with all the available data files, and their md5sum checksum (if you want to check that you download was OK, you can just type '' | You will find below a table with all the available data files, and their md5sum checksum (if you want to check that you download was OK, you can just type '' | ||
- | If you want to download a file, click on the [[https://files.lsce.ipsl.fr/ | + | If you want to download a file, click on the [[https://sharebox.lsce.ipsl.fr/ |
+ | |||
+ | /* The files are currently protected by a password. Get in touch with [[johann.jungclaus@mpimet.mpg.de|Johann Jungclaus]] or [[pmip3web@lsce.ipsl.fr|Jean-Yves Peterschmitt]] if you need to access them. */ | ||
^ md5sum output ^ Data file ^ Size ^ | ^ md5sum output ^ Data file ^ Size ^ |