READSPECTRAL Subroutine

public subroutine READSPECTRAL(filename, CXMN, mnauf, mlevel, maxlev, mpar, A, B)

Uses

    • GRIB_API
  • proc~~readspectral~~UsesGraph proc~readspectral READSPECTRAL GRIB_API GRIB_API proc~readspectral->GRIB_API

Read a GRIB file in spherical harmonics

Arguments

Type IntentOptional AttributesName
character(len=*) :: filename
real :: CXMN(0:(MNAUF+1)*(MNAUF+2)-1,MLEVEL)
integer :: mnauf
integer :: mlevel
integer :: maxlev
integer :: mpar(:)
real :: A(MAXLEV+1)
real :: B(MAXLEV+1)

Calls

proc~~readspectral~~CallsGraph proc~readspectral READSPECTRAL grib_count_in_file grib_count_in_file proc~readspectral->grib_count_in_file grib_close_file grib_close_file proc~readspectral->grib_close_file

Called by

proc~~readspectral~~CalledByGraph proc~readspectral READSPECTRAL program~calc_etadot calc_etadot program~calc_etadot->proc~readspectral

Contents

None