Hi everyone,
I would like to generate my own SST forcing files for CAM, similar to sst_HadOIBl_bc_1x1_clim_c101029.nc, but for a different time period.
From the file’s history attribute, I can see it was created using the following commands:
I have already compiled and installed the icesst tool successfully. However, I’m having trouble reproducing the workflow because I cannot find the sstice_gauss_1x1.nc grid file in the inputdata repository (for example, under inputdata/ocn/docn7/SSTDATA/coords or related directories).
I also found that, according to some CESM discussions, “The coordinate files were produced by running CAM for a single timestep”, and that for spectral grids one can do something like:
However, when I tried this command on an f19_g16 case, the output coordinates corresponded to the atmospheric grid, not the 1×1 Gaussian SST/ICE grid used by the DOCN forcing.
So my questions are:
Thank you very much!
I would like to generate my own SST forcing files for CAM, similar to sst_HadOIBl_bc_1x1_clim_c101029.nc, but for a different time period.
From the file’s history attribute, I can see it was created using the following commands:
Code:
2010-10-28 13:32:31 regrid -i /project/amp/hannay/sst4cam3/data/MODEL.ICE.HAD187001-198110.OI198111-201006.nc \
-s /project/amp/hannay/sst4cam3/data/MODEL.SST.HAD187001-198110.OI198111-201006.nc \
-g /project/amp/hannay/sst4cam3/data/MODEL.SST.HAD187001-198110.OI198111-201006.nc \
-o /project/amp/ccsm/hannay/sst/sstice_gauss_1x1.nc
2010-10-28 13:33:44 bcgen -i /project/amp/ccsm/hannay/sst/sstice_gauss_1x1.nc \
-c /project/amp/hannay/sst4cam3/data/sst_HadOIBl_bc_1x1_clim.nc \
-t /project/amp/hannay/sst4cam3/data/sst_HadOIBl_bc_1x1_1870_2009.nc
I also found that, according to some CESM discussions, “The coordinate files were produced by running CAM for a single timestep”, and that for spectral grids one can do something like:
Code:
ncks -v lat,lon,gw in.nc out.nc
However, when I tried this command on an f19_g16 case, the output coordinates corresponded to the atmospheric grid, not the 1×1 Gaussian SST/ICE grid used by the DOCN forcing.
So my questions are:
- Where can I obtain the sstice_gauss_1x1.nc file (or its modern equivalent) used to define the 1×1 Gaussian SST/ICE grid?
- Does this 1×1 grid actually use Gaussian weights, or is it simply a regular lat–lon grid?
Thank you very much!