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 904 of file suews_ctrl_const.f95.

◆ firstyear

integer initial::firstyear

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by suews_program().

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

◆ lastyear

integer initial::lastyear

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlines

integer initial::nlines

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by numberrows(), and overallruncontrol().

◆ nlinesanthropogenic

integer initial::nlinesanthropogenic

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchanthropogenic(), and overallruncontrol().

◆ nlinesbiogen

integer initial::nlinesbiogen

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchbiogen(), and overallruncontrol().

◆ nlinesconductance

integer initial::nlinesconductance

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchconductance(), and overallruncontrol().

◆ nlinesestmcoefficients

integer initial::nlinesestmcoefficients

Definition at line 904 of file suews_ctrl_const.f95.

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

◆ nlinesestmdata

integer initial::nlinesestmdata

Definition at line 904 of file suews_ctrl_const.f95.

◆ nlinesirrigation

integer initial::nlinesirrigation

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchirrigation(), and overallruncontrol().

◆ nlinesmetdata

integer initial::nlinesmetdata

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlinesnonveg

integer initial::nlinesnonveg

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchnonveg(), and overallruncontrol().

◆ nlinesohmcoefficients

integer initial::nlinesohmcoefficients

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchohm(), and overallruncontrol().

◆ nlinesorigestmdata

integer initial::nlinesorigestmdata

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlinesorigmetdata

integer initial::nlinesorigmetdata

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by suews_program().

◆ nlinesprofiles

integer initial::nlinesprofiles

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchprof(), and overallruncontrol().

◆ nlinessiteselect

integer initial::nlinessiteselect

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by overallruncontrol(), and suews_program().

◆ nlinessnow

integer initial::nlinessnow

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchsnow(), and overallruncontrol().

◆ nlinessoil

integer initial::nlinessoil

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchsoil(), and overallruncontrol().

◆ nlinesveg

integer initial::nlinesveg

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchveg(), and overallruncontrol().

◆ nlineswater

integer initial::nlineswater

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchwater(), and overallruncontrol().

◆ nlineswgwaterdist

integer initial::nlineswgwaterdist

Definition at line 904 of file suews_ctrl_const.f95.

Referenced by codematchdist(), and overallruncontrol().

◆ numberofgrids

integer initial::numberofgrids

◆ readblocksmetdata

integer initial::readblocksmetdata

Definition at line 904 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 904 of file suews_ctrl_const.f95.

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

◆ readlinesorigestmdatamax

integer initial::readlinesorigestmdatamax

Definition at line 904 of file suews_ctrl_const.f95.

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

◆ readlinesorigmetdata

integer initial::readlinesorigmetdata

Definition at line 904 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 904 of file suews_ctrl_const.f95.

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

◆ skippedlinesorigestm

integer initial::skippedlinesorigestm

Definition at line 904 of file suews_ctrl_const.f95.

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