sfc_climo_gen  1.5.0
 All Data Structures Files Functions Variables
output.f90 File Reference

Output model data for a single tile and a single record. More...

Go to the source code of this file.

Functions/Subroutines

subroutine output (data_one_tile, lat_one_tile, lon_one_tile, i_mdl, j_mdl, tile, record, time, field_idx)
 Output model data for a single tile and a single record in netcdf format. More...
 

Detailed Description

Output model data for a single tile and a single record.

Author
George Gayno
Date
2018

Definition in file output.f90.

Function/Subroutine Documentation

subroutine output ( real(esmf_kind_r4), dimension(i_mdl,j_mdl), intent(in)  data_one_tile,
real(esmf_kind_r4), dimension(i_mdl,j_mdl), intent(in)  lat_one_tile,
real(esmf_kind_r4), dimension(i_mdl,j_mdl), intent(in)  lon_one_tile,
integer, intent(in)  i_mdl,
integer, intent(in)  j_mdl,
integer, intent(in)  tile,
integer, intent(in)  record,
integer, intent(in)  time,
integer, intent(in)  field_idx 
)

Output model data for a single tile and a single record in netcdf format.

Parameters
[in]data_one_tileData to be output (single tile).
[in]lat_one_tileLatitude of tile.
[in]lon_one_tileLongitude of tile.
[in]field_idxIndex of field within field name array.
[in]i_mdli dimensions of tile.
[in]j_mdlj dimensions of tile.
[in]recordRecord number to be output.
[in]tileTile number.
[in]timeTime period to be output.
Author
George Gayno
Date
2018

Definition at line 18 of file output.f90.

References utils::netcdf_err().

Referenced by interp().