SUEWS API Site
Documentation of SUEWS source code
Variables
initial Module Reference

Variables

integer firstyear
 
integer lastyear
 
integer firstgrid
 
integer lastgrid
 
integer numberofgrids
 
integer gridcounter
 
integer readblocksmetdata
 
integer readblocksorigmetdata
 
integer readlinesmetdata
 
integer readlinesorigmetdata
 
integer readlinesorigestmdata
 
integer readlinesorigmetdatamax
 
integer readlinesorigestmdatamax
 
integer nlinesorigmetdata
 
integer nlinesorigestmdata
 
integer nlinesmetdata
 
integer nlinesestmdata
 
integer nlinessiteselect
 
integer nlinesnonveg
 
integer nlinesveg
 
integer nlineswater
 
integer nlinessnow
 
integer nlinessoil
 
integer nlinesconductance
 
integer nlinesohmcoefficients
 
integer nlinesestmcoefficients
 
integer nlinesanthropogenic
 
integer nlinesirrigation
 
integer nlinesprofiles
 
integer nlineswgwaterdist
 
integer nlinesbiogen
 
integer nlines
 
integer skippedlines
 
integer skippedlinesorig
 
integer skippedlinesorigestm
 
integer iv5
 

Variable Documentation

◆ firstgrid

integer initial::firstgrid

Definition at line 906 of file suews_ctrl_const.f95.

◆ firstyear

integer initial::firstyear

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by suews_program().

906  INTEGER::firstyear, & !First year to run (specified in SiteSelect.txt)
907  lastyear, & !Last year to run (specified in SiteSelect.txt)
908  firstgrid, & !First grid to run (as in SiteSelect)
909  lastgrid, & !Last grid to run (as in SiteSelect)
910  numberofgrids, & !Number of grids
911  gridcounter, & !Counter for grids (i.e. from 1 to NumberOfGrids)
912  readblocksmetdata, & !Number of blocks of met data to read (for each grid, for each year)
913  readblocksorigmetdata, & !Number of blocks of original met data to read (for each grid, for each year)
914  readlinesmetdata, & !Number of lines of met data in each block (for each grid)
915  readlinesorigmetdata, & !Number of lines of original met data in each block (before downscaling)
916  readlinesorigestmdata, & !Number of lines of original ESTM data in each block (before downscaling)
917  readlinesorigmetdatamax, & !No. lines of original met data in each block (adjusts for last block (equivalent of irMax))
918  readlinesorigestmdatamax, & !No. lines of original ESTM data in each block
919  nlinesorigmetdata, & !Number of lines in original met data file
920  nlinesorigestmdata, & !Number of lines in original ESTM data file
921  nlinesmetdata, & !Number of lines in Met Forcing file
922  nlinesestmdata, & !Number of lines in ESTM Forcing file
923  nlinessiteselect, & !Number of lines in SUEWS_SiteSelect.txt
924  nlinesnonveg, & !Number of lines in SUEWS_NonVeg.txt
925  nlinesveg, & !Number of lines in SUEWS_Veg.txt
926  nlineswater, & !Number of lines in SUEWS_Water.txt
927  nlinessnow, & !Number of lines in SUEWS_Snow.txt
928  nlinessoil, & !Number of lines in SUEWS_Soil.txt
929  nlinesconductance, & !Number of lines in SUEWS_Conductance.txt
930  nlinesohmcoefficients, & !Number of lines in SUEWS_OHMCoefficients.txt
931  nlinesestmcoefficients, & !Number of lines in SUEWS_ESTMCoefficients.txt
932  nlinesanthropogenic, & !Number of lines in SUEWS_AnthropogenicEmission.txt
933  nlinesirrigation, & !Number of lines in SUEWS_Irrigation.txt
934  nlinesprofiles, & !Number of lines in SUEWS_Profiles.txt
935  nlineswgwaterdist, & !Number of lines in SUEWS_WGWaterDist.txt
936  nlinesbiogen, & !Number of lines in SUEWS_BiogenCO2.txt
937  nlines, & !Number of lines in different files
938  skippedlines, & !Number of lines to skip over before reading each block of met data
939  skippedlinesorig, & !Number of lines to skip over before reading each block of data from original met file
940  skippedlinesorigestm, & !Number of lines to skip over before reading each block of data from original ESTM file
941  iv5 !Counter for code matching.
integer skippedlines
integer readlinesmetdata
integer gridcounter

◆ gridcounter

integer initial::gridcounter

◆ iv5

integer initial::iv5

◆ lastgrid

integer initial::lastgrid

Definition at line 906 of file suews_ctrl_const.f95.

◆ lastyear

integer initial::lastyear

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlines

integer initial::nlines

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by numberrows(), and overallruncontrol().

◆ nlinesanthropogenic

integer initial::nlinesanthropogenic

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchanthropogenic(), and overallruncontrol().

◆ nlinesbiogen

integer initial::nlinesbiogen

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchbiogen(), and overallruncontrol().

◆ nlinesconductance

integer initial::nlinesconductance

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchconductance(), and overallruncontrol().

◆ nlinesestmcoefficients

integer initial::nlinesestmcoefficients

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchestm(), codematchestm_class(), and overallruncontrol().

◆ nlinesestmdata

integer initial::nlinesestmdata

Definition at line 906 of file suews_ctrl_const.f95.

◆ nlinesirrigation

integer initial::nlinesirrigation

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchirrigation(), and overallruncontrol().

◆ nlinesmetdata

integer initial::nlinesmetdata

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlinesnonveg

integer initial::nlinesnonveg

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchnonveg(), and overallruncontrol().

◆ nlinesohmcoefficients

integer initial::nlinesohmcoefficients

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchohm(), and overallruncontrol().

◆ nlinesorigestmdata

integer initial::nlinesorigestmdata

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlinesorigmetdata

integer initial::nlinesorigmetdata

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlinesprofiles

integer initial::nlinesprofiles

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchprof(), and overallruncontrol().

◆ nlinessiteselect

integer initial::nlinessiteselect

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by overallruncontrol(), and suews_program().

◆ nlinessnow

integer initial::nlinessnow

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchsnow(), and overallruncontrol().

◆ nlinessoil

integer initial::nlinessoil

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchsoil(), and overallruncontrol().

◆ nlinesveg

integer initial::nlinesveg

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchveg(), and overallruncontrol().

◆ nlineswater

integer initial::nlineswater

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchwater(), and overallruncontrol().

◆ nlineswgwaterdist

integer initial::nlineswgwaterdist

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by codematchdist(), and overallruncontrol().

◆ numberofgrids

integer initial::numberofgrids

◆ readblocksmetdata

integer initial::readblocksmetdata

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ readblocksorigmetdata

integer initial::readblocksorigmetdata

◆ readlinesmetdata

integer initial::readlinesmetdata

◆ readlinesorigestmdata

integer initial::readlinesorigestmdata

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by metdisagg::disaggregateestm(), and suews_program().

◆ readlinesorigestmdatamax

integer initial::readlinesorigestmdatamax

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by metdisagg::disaggregateestm(), and suews_program().

◆ readlinesorigmetdata

integer initial::readlinesorigmetdata

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by metdisagg::disaggregatemet(), and suews_program().

◆ readlinesorigmetdatamax

integer initial::readlinesorigmetdatamax

◆ skippedlines

integer initial::skippedlines

◆ skippedlinesorig

integer initial::skippedlinesorig

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by metdisagg::disaggregatemet(), and suews_program().

◆ skippedlinesorigestm

integer initial::skippedlinesorigestm

Definition at line 906 of file suews_ctrl_const.f95.

Referenced by metdisagg::disaggregateestm(), and suews_program().