70 CHARACTER(CHRLEN) :: &
71 RCSIdentString =
'$RCSfile: RFLU_ModGENXUtils.F90,v $ $Revision: 1.5 $'
77 INTEGER,
PARAMETER,
PUBLIC :: GENX_TIME_STRING_LEN = 9
120 INTEGER,
INTENT(IN) :: ipatch,iregion
121 INTEGER,
INTENT(OUT) :: paneid
127 paneid = 1 + iregion*region_index_offset + ipatch
169 REAL(RFREAL),
INTENT(IN) :: time
170 CHARACTER(GENX_TIME_STRING_LEN),
INTENT(OUT) :: timestring
176 CHARACTER(15) :: tempstring
182 WRITE(tempstring,
'(E12.6)') 1.0e9_rfreal*time
184 timestring = tempstring(11:12)//
'.'//tempstring(3:8)
223 CHARACTER(*),
INTENT(OUT) :: filestem
270 CHARACTER(*),
INTENT(OUT) :: filestem
319 CHARACTER(*),
INTENT(OUT) :: filestem
327 filestem = trim(filestem)//
'-grid'
369 CHARACTER(*),
INTENT(OUT) :: filestem
377 filestem = trim(filestem)//
'-grid'
420 CHARACTER(*),
INTENT(OUT) :: filestem
428 filestem = trim(filestem)//
'-gsp'
470 CHARACTER(*),
INTENT(OUT) :: filestem
478 filestem = trim(filestem)//
'-gsp'
519 CHARACTER(*),
INTENT(OUT) :: filestem
527 filestem = trim(filestem)//
'-mixt'
570 CHARACTER(*),
INTENT(OUT) :: filestem
578 filestem = trim(filestem)//
'-mixt'
618 INTEGER,
INTENT(IN) :: movepatchdir
624 SELECT CASE ( movepatchdir )
625 CASE ( movepatch_dir_none )
627 CASE ( movepatch_dir_x )
629 CASE ( movepatch_dir_y )
631 CASE ( movepatch_dir_z )
633 CASE ( movepatch_dir_xy )
635 CASE ( movepatch_dir_xz )
637 CASE ( movepatch_dir_yz )
639 CASE ( movepatch_dir_xyz )
subroutine, public rflu_genx_getfilestemgspsurf(fileStem)
subroutine, public rflu_genx_getfilestemsurf(fileStem)
subroutine, public rflu_genx_getfilestemgspvol(fileStem)
subroutine, public rflu_genx_buildtimestring(time, timeString)
subroutine, public rflu_genx_getfilestemmixtvol(fileStem)
subroutine, public rflu_genx_getfilestemvol(fileStem)
subroutine, public rflu_genx_getfilestemgridvol(fileStem)
subroutine, public rflu_genx_getfilestemgridsurf(fileStem)
INTEGER function, public rflu_genx_setcnstrtype(movePatchDir)
subroutine, public rflu_genx_buildpaneid(iRegion, iPatch, paneId)
subroutine, public rflu_genx_getfilestemmixtsurf(fileStem)