Folder Name : Streamflow
This folder contains the river segment wise monthly streamflow data in netcdf format. The segment id of the desired stream can be obtained from the India_streams.shp shapefile available in this directory.


Data arrangement in file "Streamflow.nc" >> 

Variables:
    seg_id    
           Size:       9579x1
           Dimensions: seg_id
	   longname = 'Segment ID'
	   
    time      
           Size:       852x1
           Dimensions: time
	   units     = 'months since 1951-01-01 00:00:00'
	   calendar  = 'standard'
	   
    Streamflow
           Size:       852x9579
           Dimensions: time,seg_id
	   units     = 'm3/s'

________________________________________________________________________________________________________________________________

Folder Name : Mean_flow
This folder contains the river segment wise mean annual and mean monsoon streamflow. The segment id of the desired stream can be obtained from the India_streams.shp shapefile available in this directory.


Data arrangement in file "annual_flow" (total 2 columns)>> 
seg_id mean_annual_flow (m3/s)

Data arrangement in file "monsoon_flow" (total 2 columns)>> 
seg_id mean_monsoon_flow (m3/s)
______________________________________________________________________________________________________________________________________
Folder Name : high&low_flow

This folder contains the river segment wise mean high and mean low streamflow. The segment id of the desired stream can be obtained from the India_streams.shp shapefile available in this directory.

Data arrangement in file "high_flow" (total 2 columns)>> 
seg_id mean_high_flow (m3/s)

Data arrangement in file "low_flow" (total 2 columns)>> 
seg_id mean_low_flow (m3/s)

______________________________________________________________________________________________________________________________________

Folder Name : Coefficient_of_variability
This folder contains the river segment wise coefficient of variability in mean annual and mean monsoon streamflow. The segment id of the desired stream can be obtained from the India_streams.shp shapefile available in this directory.

Data arrangement in file "CV_annual_flow" (total 2 columns)>> 
seg_id coefficient_of_variability

Data arrangement in file "CV_monsoon_flow" (total 2 columns)>> 
seg_id coefficient_of_variability
______________________________________________________________________________________________________________________________________

Folder Name : Trend_analysis

This folder contains the list of stream reaches that exhibit a statistically significant trend in streamflow between 1951 and 2021. The segment id of the desired stream can be obtained from the India_streams.shp shapefile available in this directory.

Data arrangement in file "streamflow_trend" (total 3 columns) >> 
seg_id hypothesis_test(h=1 : is significant) sen’s_slope

______________________________________________________________________________________________________________________________________
Folder Name : SSI
This folder contains the standardised streamflow index (SSI) for the top four dry and wet months during the 1951-2021 period. The top four driest and wettest months were calculated based on Standardized Precipitation Index (SPI) calculated from the monthly average rainfall data for Indian Subcontinent. The segment id of the desired stream can be obtained from the India_streams.shp shapefile available in this directory.

Sub-folder Name : dry_years
Data arrangement in file "SSI_**month**_**year**" (total 2 columns) >> 
seg_id SSI

Sub-folder Name : wet_years
Data arrangement in file "SSI_**month**_**year**" (total 2 columns) >> 
seg_id SSI

_______________________________________________________________________________________________________________________________________



