Process the input dataset for AMIP experiments (see https://pcmdi.llnl.gov/mips/amip/SST.html for details).
Download the input4MIPs dataset via wget-input4MIPs.sh script, and use -h option for help. For example, you can use your openID and password of ESGF@DOE/LLNL to download.
-
Run the script
amip_input_sst_sic.shto get the AMIP input files, including sea surface temperature (SST) and sea ice concentration (SIC). The default is from 1979 to 2008, but you can change the end year (e.g., 2014) according to your needs.-
Note that in order to satisfy the calendar type in
Isca, thestandardcalendar is changed to360_daycalendar, with units being set todays since 1979-01-01 00:00:00.0. These manipulations are supported byCDOandNCO. -
The
NCLscriptchange_calendar.nclis an example to change the calendar of netCDF files. For example, convertstandardcalendar toJuliancalendar, which seems to be not supported byCDO.
-
-
Similarly, the script
amip_input_sst_sic_clim.shis to generate the climatology files for SST and SIC, in which the time units are set todays since 0000-01-01 00:00:00.0.