9 | | v3.rcp45.1_20060101_23001231_1M_tsol_oce.nc |
10 | | v3.rcp45.1_20060101_23001231_1M_pourc_sic.nc |
11 | | }}} |
12 | | |
13 | | The scripts to create the boundary conditions require annual files, with a monthly resolution for both sea surface temperature and the sea ice extent. |
14 | | |
15 | | |
16 | | |
17 | | |
18 | | |
19 | | 2) split them into yearly files |
20 | | {{{ |
21 | | cdo splityear v3.rcp45.1_20060101_23001231_1M_tsol_oce.nc /ccc/work/cont003/dofoco/dofoco/MAPS/FUTURE_CLIM/IPSL_CM_45/v3.rcp45.1_tsol_oce_ |
22 | | cdo splityear v3.rcp45.1_20060101_23001231_1M_pourc_sic.nc /ccc/work/cont003/dofoco/dofoco/MAPS/FUTURE_CLIM/IPSL_CM_45/v3.rcp45.1_pourc_sic_ |
| 9 | v3.rcp45.4_20060101_21001231_1M_tsol_oce.nc |
| 10 | v3.rcp45.4_20060101_21001231_1M_pourc_sic.nc |
| 11 | }}} |
| 12 | |
| 13 | The scripts to create the boundary conditions require annual files, with a monthly resolution for both sea surface temperature and the sea ice extent. We can use cdo to split them into yearly files |
| 14 | {{{ |
| 15 | cdo splityear v3.rcp45.4_20060101_21001231_1M_tsol_oce.nc /ccc/work/cont003/dofoco/dofoco/MAPS/FUTURE_CLIM/IPSL_CM_45/v3.rcp45.4_tsol_oce_ |
| 16 | cdo splityear v3.rcp45.4_20060101_21001231_1M_pourc_sic.nc /ccc/work/cont003/dofoco/dofoco/MAPS/FUTURE_CLIM/IPSL_CM_45/v3.rcp45.4_pourc_sic_ |