| 30 | |
| 31 | No observations available for this period so we need to use simulations. We will use AR5 simulations from the IPSL ESM IPSL-CM. Archives of these simulations can be found at the IPSL contact the CMIP team to learn the difference between the different simulations. |
| 32 | We used v3.rcp45.1 +++ WHY +++ |
| 33 | /ccc/store/cont003/dsm/p86denv/dmf_import/IGCM_OUT/IPSLCM5A/PROD/rcp45/v3.rcp45.1/ATM/Analyse/TS_MO |
| 34 | |
| 35 | (With help from Josefine) These are post-processed simulations and there is a separate time series for each variable We are interested in the sea surface temperature and the sea ice extent. |
| 36 | v3.rcp45.1_20060101_23001231_1M_tsol_oce.nc |
| 37 | v3.rcp45.1_20060101_23001231_1M_pourc_sic.nc |
| 38 | |
| 39 | 2) split them into yearly files (section 3.2.1.1.1.) |
| 40 | cdo splityear all_path_to_file_TS_MO_tsol_oce.nc $WORKDIR/my_new_dir/v3.rcp45.1_tsol_oce_ |
| 41 | cdo splityear all_path_to_file_TS_MO_pourc_sic.nc $WORKDIR/my_new_dir/v3.rcp45.1_pourc_sic_ |
| 42 | |
| 43 | 3) run CREATE_amip using these files to produce the limit.nc files. The tsol and pourc_sic files should be renamed as histmth_sst.nc and histmth_sic.nc dans lmdz.card, see section 3.2.3 |
| 44 | |
| 45 | |
| 46 | |