Output on Different Grids?

Dear All:Quick question here.I wanted to interpolate the history files from SE grid to lat/lon grid, but I was told that I could actually have the history output in lat/lon grid by setting the option before I run the model. I checked the User's Guide, but I didn't see the option anywhere. Does anyone know how to do this?
 

goldy

Meteorologisk institutt
Staff member
As an example: interpolate_output    = .false.,.true., .true.,.false.
 interpolate_nlat      = 0,      0,       64
 interpolate_nlon      = 0,     0,      128
 interpolate_type      = 0,      0,        1
 interpolate_gridtype  = 0,     1,        2Here, h0 is not interpolated to lat/lon but h1 and h2 are.h1 will use a default resolution which is chosen automatically to be close to the resolution of the model. h2 will be on a 64 / 128 grid.h1 will use the SE GLL functions to do the interpolation while h2 will use bilinear interpolationh1 will use an equally-spaced grid while h2 will use a Gaussian grid
 
Back
Top