WRITELATLON Subroutine

public subroutine WRITELATLON(IUNIT, igrib, ogrib, FELD, MAXL, MAXB, MLEVEL, MLEVELIST, MSTRIDE, MPAR)

Uses

    • GRIB_API
  • proc~~writelatlon~~UsesGraph proc~writelatlon WRITELATLON GRIB_API GRIB_API proc~writelatlon->GRIB_API

write a field on lat-lon grid to GRIB file

Arguments

Type IntentOptional AttributesName
integer :: IUNIT
integer :: igrib
integer :: ogrib
real :: FELD(MAXL,MAXB,MLEVEL)
integer :: MAXL
integer :: MAXB
integer :: MLEVEL
character(len=*) :: MLEVELIST
integer :: MSTRIDE
integer :: MPAR(MSTRIDE)

Calls

proc~~writelatlon~~CallsGraph proc~writelatlon WRITELATLON grib_write grib_write proc~writelatlon->grib_write grib_set grib_set proc~writelatlon->grib_set

Contents

None