Symbol Description Uses
swfluxfile 14



File Line number Procedure Code
./pkg/exf/EXF_PARAM.h 390 NO PROCEDURE
      character*(128) swfluxfile
./pkg/exf/EXF_PARAM.h 553 NO PROCEDURE
     &       swfluxfile,    swfluxmask,
./pkg/exf/exf_getffields.F 267 EXF_GETFFIELDS
     &     swfluxfile, swfluxstartdate, swfluxperiod,
./pkg/exf/exf_init.F 239 EXF_INIT
     &     swfluxfile, swfluxperiod,  exf_inscal_swflux, swfluxmask,
./pkg/exf/exf_init_fixed.F 241 EXF_INIT_FIXED
      IF ( swfluxfile .NE. ' ' .AND. swfluxperiod .GT. 0. ) THEN
./pkg/exf/exf_monitor.F 160 EXF_MONITOR
        IF ( swdownfile .NE. ' ' .OR. swfluxfile .NE. ' ' ) THEN
./pkg/exf/exf_radiation.F 136 EXF_RADIATION
      IF ( swfluxfile .EQ. ' ' .AND. swdownfile .NE. ' ' ) THEN
./pkg/exf/exf_readparms.F 102 EXF_READPARMS
     &         wspeedfile,         swfluxfile,    lwfluxfile,
./pkg/exf/exf_readparms.F 567 EXF_READPARMS
      swfluxfile         = ' '
./pkg/exf/exf_summary.F 401 EXF_SUMMARY
      il = ilnblnk(swfluxfile)
./pkg/exf/exf_summary.F 420 EXF_SUMMARY
     &'   >>  ',swfluxfile(1:il),'  <<'
./pkg/seaice/seaice_check.F 617 SEAICE_CHECK
         IF ( swfluxfile .NE. ' ' .AND. swdownfile .EQ. ' ' ) THEN
./pkg/seaice/seaice_check.F 618 SEAICE_CHECK
          i = ILNBLNK(swfluxfile)
./pkg/seaice/seaice_check.F 620 SEAICE_CHECK
     &         'swFlux is read from swfluxfile = ',swfluxfile(1:i)