FV3 Bundle
interpolator Interface
call interpolator (sulfate, model_time, p_half, model_data, name, is, js, clim_units)
call interpolator (o3, model_time, p_half, model_data, "ozone", is, js)

The first option is used to generate sulfate models.

The sulfate data is set by

type(interpolate_type), intent(inout) :: sulfate

The name of the model is set by

character(len=*), intent(in) :: name

The units used in this model are outputted to

character(len=*), intent(out), optional :: clim_units

The second option is generate ozone models.

The ozone data is set by

type(interpolate_type), intent(inout) :: o3

Both of these options use the following variables in the model.

The time used in the model is set by

type(time_type), intent(in) :: model_time

The model pressure field is set by

real, intent(in), dimension(:,:,:) :: p_half
Parameters
[in,out]<clim_type>The interpolate type previously defined by a call to interpolator_init
[in]<field_name>The name of a field that you wish to interpolate
[in]<Time>The model time that you wish to interpolate to
[in]<phalf>The half level model pressure field
[in]<is>Index for the physics window
[in]<js>Index for the physics window
[out]<interp_data>The model fields with the interpolated climatology data
[out]<clim_units>The units of field_name