65 INTEGER,
INTENT(IN) :: ilev
67 TYPE(t_level
),
DIMENSION(:),
POINTER :: levels
73 INTEGER :: errorflag,ireglow,iregupp
74 CHARACTER(CHRLEN) :: rcsidentstring
80 rcsidentstring =
'$RCSfile: RFLU_CreateRegions.F90,v $ $Revision: 1.3 $'
83 'RFLU_CreateRegions.F90')
89 iregupp = global%nRegionsLocal
97 ALLOCATE(levels(ilev)%regions(ireglow:iregupp),stat=errorflag)
98 global%error = errorflag
99 IF ( global%error /= err_none )
THEN
100 CALL
errorstop(global,err_allocate,__line__,
'levels%regions')
subroutine rflu_createregions(global, iLev, levels)
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)