Hello,
I found that the default SST and Sea ice forcing for F1850 runs is SSTICE_DATA_FILENAME: /glade/p/cesmdata/cseg/inputdata/atm/cam/sst/sst_HadOIBl_bc_1x1_clim_pi_c101029.nc. Which analysis period is used to generate this monthly SST and Sea ice climatology? Which dataset is this forcing file derived from?
I tried a ncdump of the file, and it shows:
netcdf sst_HadOIBl_bc_1x1_clim_pi_c101029 {
dimensions:
lon = 360 ;
lat = 180 ;
time = UNLIMITED ; // (12 currently)
variables:
int date(time) ;
date:long_name = "current date (YYYYMMDD)" ;
int datesec(time) ;
datesec:long_name = "current seconds of current date" ;
double lon(lon) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
double lat(lat) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
double time(time) ;
time:units = "days since 0000-01-01 00:00:00" ;
time:calendar = "365_day" ;
float ice_cov(time, lat, lon) ;
ice_cov:long_name = "BCS Pseudo Sea-ice concentration" ;
ice_cov:units = "fraction" ;
float ice_cov_prediddle(time, lat, lon) ;
ice_cov_prediddle:long_name = "Sea-ice concentration before time diddling" ;
ice_cov_prediddle:units = "fraction" ;
float SST_cpl(time, lat, lon) ;
SST_cpl:long_name = "BCS Pseudo SST" ;
SST_cpl:units = "deg_C" ;
float SST_cpl_prediddle(time, lat, lon) ;
SST_cpl_prediddle:long_name = "SST before time diddling" ;
SST_cpl_prediddle:units = "deg_C" ;
// global attributes:
:history = "2010-10-29 10:12:56 regrid -i /datalocal/nrcm-cgd/jcaron/1850sst/MODEL.ICE.HAD185001-198110.OI198111-201006.nc -s /datalocal/nrcm-cgd/jcaron/1850sst/MODEL.SST.HAD185001-198110.OI198111-201006.nc -g ./data_1x1.nc -o sstice_1x1.nc\n",
"2010-10-29 10:16:28 bcgen -i sstice_1x1.nc -c sst_HadOIBl_bc_1x1_clim_pi_c101029.nc -t sst_HadOIBl_bc_1x1_1850_2009_c101029.nc" ;
I had a hard time in understanding the commands recorded in the global attributes. Any help would be greatly appreciated!
I found that the default SST and Sea ice forcing for F1850 runs is SSTICE_DATA_FILENAME: /glade/p/cesmdata/cseg/inputdata/atm/cam/sst/sst_HadOIBl_bc_1x1_clim_pi_c101029.nc. Which analysis period is used to generate this monthly SST and Sea ice climatology? Which dataset is this forcing file derived from?
I tried a ncdump of the file, and it shows:
netcdf sst_HadOIBl_bc_1x1_clim_pi_c101029 {
dimensions:
lon = 360 ;
lat = 180 ;
time = UNLIMITED ; // (12 currently)
variables:
int date(time) ;
date:long_name = "current date (YYYYMMDD)" ;
int datesec(time) ;
datesec:long_name = "current seconds of current date" ;
double lon(lon) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
double lat(lat) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
double time(time) ;
time:units = "days since 0000-01-01 00:00:00" ;
time:calendar = "365_day" ;
float ice_cov(time, lat, lon) ;
ice_cov:long_name = "BCS Pseudo Sea-ice concentration" ;
ice_cov:units = "fraction" ;
float ice_cov_prediddle(time, lat, lon) ;
ice_cov_prediddle:long_name = "Sea-ice concentration before time diddling" ;
ice_cov_prediddle:units = "fraction" ;
float SST_cpl(time, lat, lon) ;
SST_cpl:long_name = "BCS Pseudo SST" ;
SST_cpl:units = "deg_C" ;
float SST_cpl_prediddle(time, lat, lon) ;
SST_cpl_prediddle:long_name = "SST before time diddling" ;
SST_cpl_prediddle:units = "deg_C" ;
// global attributes:
:history = "2010-10-29 10:12:56 regrid -i /datalocal/nrcm-cgd/jcaron/1850sst/MODEL.ICE.HAD185001-198110.OI198111-201006.nc -s /datalocal/nrcm-cgd/jcaron/1850sst/MODEL.SST.HAD185001-198110.OI198111-201006.nc -g ./data_1x1.nc -o sstice_1x1.nc\n",
"2010-10-29 10:16:28 bcgen -i sstice_1x1.nc -c sst_HadOIBl_bc_1x1_clim_pi_c101029.nc -t sst_HadOIBl_bc_1x1_1850_2009_c101029.nc" ;
I had a hard time in understanding the commands recorded in the global attributes. Any help would be greatly appreciated!