Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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
 
Top