64 TYPE(t_region
),
POINTER :: pregion
70 CHARACTER(CHRLEN) :: rcsidentstring
71 INTEGER :: errorflag,nspecies
72 TYPE(t_grid),
POINTER :: pgrid
79 rcsidentstring =
'$RCSfile: SPEC_RFLU_AllocateMemoryVert.F90,v $ $Revision: 1.4 $'
81 global => pregion%global
84 'SPEC_RFLU_AllocateMemoryVert.F90')
92 nspecies = pregion%specInput%nSpecies
102 ALLOCATE(pregion%spec%cvVert(nspecies,pgrid%nVertTot),stat=errorflag)
103 global%error = errorflag
104 IF (global%error /= err_none)
THEN
105 CALL
errorstop(global,err_allocate,__line__,
'pRegion%spec%cvVert')
subroutine registerfunction(global, funName, fileName)
subroutine spec_rflu_allocatememoryvert(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)