integer,
|
public |
|
:: |
ncell |
= |
0 |
|
integer,
|
public |
|
:: |
num_active |
= |
0 |
|
real,
|
public |
|
:: |
gw_time_step |
= |
0. |
|
integer,
|
public |
|
:: |
gwflag_day |
= |
0 |
|
integer,
|
public |
|
:: |
gwflag_yr |
= |
0 |
|
integer,
|
public |
|
:: |
gwflag_aa |
= |
0 |
|
integer,
|
public |
|
:: |
bc_type |
= |
0 |
|
integer,
|
public |
|
:: |
conn_type |
= |
0 |
|
integer,
|
public |
|
:: |
out_cols |
= |
0 |
|
integer,
|
public |
|
:: |
gw_daycount |
= |
0 |
|
real(kind=8),
|
public |
|
:: |
gwflow_area |
= |
0.d0 |
|
character(len=15),
|
public |
|
:: |
grid_type |
|
|
|
integer,
|
public |
|
:: |
grid_nrow |
= |
0 |
|
integer,
|
public |
|
:: |
grid_ncol |
= |
0 |
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
cell_id_usg |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
cell_id_list |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
grid_status |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
grid_int |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
grid_val |
|
|
|
type(groundwater_state),
|
public, |
dimension (:), allocatable
|
:: |
gw_state |
|
|
|
integer,
|
public |
|
:: |
hru_cells_link |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
hru_num_cells |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
cell_num_hrus |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
hru_cells |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
cell_hrus |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
hru_cells_fract |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
cells_fract |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
cell_hrus_fract |
|
|
|
integer,
|
public |
|
:: |
lsu_cells_link |
= |
0 |
|
integer,
|
public |
|
:: |
in_lsu_cell |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
lsu_num_cells |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
lsu_cells |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
lsu_cells_fract |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
lsus_connected |
|
|
|
type(groundwater_ss),
|
public, |
dimension (:), allocatable
|
:: |
gw_ss |
|
|
|
type(groundwater_ss),
|
public, |
dimension (:), allocatable
|
:: |
gw_ss_sum |
|
|
|
type(ss_grid),
|
public |
|
:: |
ss_grid_yr |
|
|
|
type(ss_grid),
|
public |
|
:: |
ss_grid_tt |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_bound_near |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_bound_dist |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gwflow_perc |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_delay |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_rech |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
delay |
|
|
|
integer,
|
public |
|
:: |
gw_et_flag |
= |
0 |
|
real,
|
public, |
dimension (:), allocatable
|
:: |
etremain |
|
|
|
integer,
|
public |
|
:: |
num_chancells |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_id |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_cell |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_chan |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_zone |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_ncell |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_len |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_elev |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_K |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_chan_thick |
|
|
|
real,
|
public |
|
:: |
gw_bed_change |
= |
0. |
|
type(cell_channel_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_chan_info |
|
|
|
integer,
|
public |
|
:: |
gw_satx_flag |
= |
0 |
|
integer,
|
public |
|
:: |
satx_count |
= |
0 |
|
type(satx_channel_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_satx_info |
|
|
|
integer,
|
public |
|
:: |
gw_soil_flag |
= |
0 |
|
real,
|
public, |
dimension (:,:,:), allocatable
|
:: |
hru_soil |
|
|
|
type(cell_connections),
|
public, |
dimension(:), allocatable
|
:: |
cell_con |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
hru_pump |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
hru_pump_mo |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
hru_pump_yr |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
hru_pump_mo_all |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
hru_pump_yr_all |
|
|
|
integer,
|
public |
|
:: |
hru_pump_flag |
= |
0 |
|
integer,
|
public |
|
:: |
in_hru_pump_obs |
= |
0 |
|
integer,
|
public |
|
:: |
num_hru_pump_obs |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
hru_pump_ids |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
hru_pump_obs |
|
|
|
integer,
|
public |
|
:: |
gw_pumpex_flag |
= |
0 |
|
integer,
|
public |
|
:: |
gw_npumpex |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_pumpex_cell |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_pumpex_nperiods |
|
|
|
integer,
|
public, |
dimension (:,:,:), allocatable
|
:: |
gw_pumpex_dates |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_pumpex_rates |
|
|
|
integer,
|
public |
|
:: |
gw_tile_flag |
= |
0 |
|
integer,
|
public |
|
:: |
gw_tile_group_flag |
= |
0 |
|
integer,
|
public |
|
:: |
gw_tile_num_group |
= |
0 |
|
integer,
|
public |
|
:: |
num_tile_cells(50) |
= |
0 |
|
real,
|
public |
|
:: |
gw_tile_depth |
= |
0. |
|
real,
|
public |
|
:: |
gw_tile_drain_area |
= |
0. |
|
real,
|
public |
|
:: |
gw_tile_K |
= |
0. |
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_cell_tile |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_tilecell_chancell |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_tile_groups |
|
|
|
type(tile_channel_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_tile_info |
|
|
|
integer,
|
public |
|
:: |
gw_res_flag |
= |
0 |
|
real,
|
public |
|
:: |
res_thick |
= |
0. |
|
real,
|
public |
|
:: |
res_K |
= |
0. |
|
integer,
|
public |
|
:: |
num_res_cells |
= |
0 |
|
type(cell_reservoir_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_resv_info |
|
|
|
integer,
|
public |
|
:: |
gw_wet_flag |
= |
0 |
|
real,
|
public, |
dimension (:), allocatable
|
:: |
wet_thick |
|
|
|
integer,
|
public |
|
:: |
gw_fp_flag |
= |
0 |
|
integer,
|
public |
|
:: |
in_fp_cell |
= |
0 |
|
integer,
|
public |
|
:: |
gw_fp_ncells |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_fp_cellid |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_fp_chanid |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_fp_K |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_fp_area |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
flood_freq |
|
|
|
type(cell_floodplain_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_fpln_info |
|
|
|
integer,
|
public |
|
:: |
gw_canal_flag |
= |
0 |
|
integer,
|
public |
|
:: |
gw_ncanal |
= |
0 |
|
integer,
|
public |
|
:: |
gw_canal_ncells |
= |
0 |
|
integer,
|
public |
|
:: |
num_canalK_zones |
= |
0 |
|
real,
|
public, |
dimension (:), allocatable
|
:: |
canalK_zones |
|
|
|
type(canal_chan_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_chan_canl_info |
|
|
|
type(cell_canal_info),
|
public, |
dimension(:), allocatable
|
:: |
gw_canl_info |
|
|
|
type(cell_canal_out_info),
|
public, |
dimension (:), allocatable
|
:: |
gw_canl_out_info |
|
|
|
integer,
|
public |
|
:: |
gw_canal_ncells_out |
= |
0 |
|
real,
|
public, |
allocatable
|
:: |
canal_out_info(:,:) |
|
|
|
real,
|
public, |
allocatable
|
:: |
canal_out_conc(:) |
|
|
|
real,
|
public, |
allocatable
|
:: |
cell_channel(:) |
|
|
|
integer,
|
public |
|
:: |
gw_num_output |
= |
0 |
|
integer,
|
public |
|
:: |
gw_output_index |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_output_yr |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_output_day |
|
|
|
integer,
|
public |
|
:: |
gw_num_obs_wells |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
gw_obs_cells |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_obs_head |
|
|
|
integer,
|
public |
|
:: |
gw_cell_obs_ss |
= |
0 |
|
real,
|
public, |
dimension (:), allocatable
|
:: |
gw_cell_obs_ss_vals |
|
|
|
integer,
|
public |
|
:: |
usgs_obs |
= |
0 |
|
real(kind=8),
|
public, |
dimension (:), allocatable
|
:: |
usgs_id |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
usgs_head_vals |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_obs_head_annual |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
sim_head_vals |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_obs_sat_annual |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
sim_sat_vals |
|
|
|
integer,
|
public |
|
:: |
stream_obs |
= |
0 |
|
integer,
|
public |
|
:: |
gw_num_obs_chan |
= |
0 |
|
integer,
|
public |
|
:: |
num_months |
= |
0 |
|
integer,
|
public |
|
:: |
sim_month |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
obs_channels |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
stream_nse |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
stream_nse1 |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
stream_nnse |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
stream_kg |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
stream_pbias |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
obs_flow_vals |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
sim_flow_vals |
|
|
|
integer,
|
public |
|
:: |
gw_flow_cal_yrs |
= |
0 |
|
integer,
|
public |
|
:: |
gw_flow_cal |
= |
0 |
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
chan_hyd_sep |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
hydsep_flag |
|
|
|
integer,
|
public |
|
:: |
gw_solute_flag |
= |
0 |
|
integer,
|
public |
|
:: |
gw_nsolute |
= |
0 |
|
integer,
|
public |
|
:: |
num_ts_transport |
= |
0 |
|
real,
|
public |
|
:: |
gw_long_disp |
= |
0. |
|
integer,
|
public |
|
:: |
gwsol_salt |
= |
0 |
|
integer,
|
public |
|
:: |
gwsol_cons |
= |
0 |
|
integer,
|
public |
|
:: |
gwsol_minl |
= |
0 |
|
integer,
|
public |
|
:: |
gw_nminl |
= |
0 |
|
character(len=16),
|
public |
|
:: |
gwsol_nm(100) |
= |
"" |
|
real,
|
public |
|
:: |
gwsol_rctn(100) |
= |
0. |
|
real,
|
public |
|
:: |
gwsol_sorb(100) |
= |
0. |
|
type(object_solute_state),
|
public, |
dimension (:), allocatable
|
:: |
gwsol_state |
|
|
|
real,
|
public |
|
:: |
mass_min(100) |
= |
0. |
|
type(minl_state),
|
public, |
dimension (:), allocatable
|
:: |
gwsol_minl_state |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
cell_int |
|
|
|
real,
|
public |
|
:: |
mass_rct(100) |
= |
0. |
|
type(solute_chem),
|
public, |
dimension (:), allocatable
|
:: |
gwsol_chem |
|
|
|
type(object_solute_ss),
|
public, |
dimension (:), allocatable
|
:: |
gwsol_ss |
|
|
|
type(object_solute_ss_sum),
|
public, |
dimension (:), allocatable
|
:: |
gwsol_ss_sum |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gwflow_percsol |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_rechsol |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_chng_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_rech_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_gwsw_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_swgw_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_satx_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_advn_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_disp_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_rcti_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_rcto_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_minl_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_sorb_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_ppag_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_ppex_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_tile_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_soil_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_resv_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_wetl_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_canl_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_fpln_yr |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_chng_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_rech_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_gwsw_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_swgw_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_satx_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_advn_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_disp_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_rcti_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_rcto_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_minl_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_sorb_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_ppag_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_ppex_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_tile_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_soil_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_resv_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_wetl_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_canl_tt |
|
|
|
real,
|
public, |
dimension (:), allocatable
|
:: |
sol_grid_fpln_tt |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_obs_solute |
|
|
|
integer,
|
public |
|
:: |
nat_model |
= |
0 |
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
huc12_nhru |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
huc12_ncell |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
hrus_connected |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
huc12_hrus |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
cell_received |
|
|
|
integer,
|
public, |
dimension (:,:), allocatable
|
:: |
huc12_cells |
|
|
|
integer,
|
public, |
dimension (:), allocatable
|
:: |
cell_included_huc12 |
|
|
|
real(kind=8),
|
public, |
dimension (:), allocatable
|
:: |
huc12 |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_huc12_wb |
|
|
|
real,
|
public, |
dimension (:,:), allocatable
|
:: |
gw_huc12_wb_mo |
|
|
|
integer,
|
public |
|
:: |
out_gw |
= |
1228 |
|
integer,
|
public |
|
:: |
in_wet_cell |
= |
1239 |
|
integer,
|
public |
|
:: |
out_gwobs |
= |
1240 |
|
integer,
|
public |
|
:: |
out_gwconnect |
= |
1241 |
|
integer,
|
public |
|
:: |
out_gwheads |
= |
1242 |
|
integer,
|
public |
|
:: |
out_gwbal |
= |
1243 |
|
integer,
|
public |
|
:: |
out_gwsw_chan |
= |
1245 |
|
integer,
|
public |
|
:: |
out_gw_chan |
= |
1246 |
|
integer,
|
public |
|
:: |
out_gw_rech |
= |
1247 |
|
integer,
|
public |
|
:: |
out_gw_et |
= |
1248 |
|
integer,
|
public |
|
:: |
out_gw_grid |
= |
1249 |
|
integer,
|
public |
|
:: |
out_gw_satex |
= |
1251 |
|
integer,
|
public |
|
:: |
out_gwsw |
= |
1252 |
|
integer,
|
public |
|
:: |
out_lateral |
= |
1253 |
|
integer,
|
public |
|
:: |
out_gw_etact |
= |
1254 |
|
integer,
|
public |
|
:: |
out_gw_tile |
= |
1255 |
|
integer,
|
public |
|
:: |
out_gwbal_yr |
= |
1256 |
|
integer,
|
public |
|
:: |
out_gwbal_aa |
= |
1257 |
|
integer,
|
public |
|
:: |
out_hyd_sep |
= |
1258 |
|
integer,
|
public |
|
:: |
out_tile_cells |
= |
1259 |
|
integer,
|
public |
|
:: |
out_gwconc |
= |
1260 |
|
integer,
|
public |
|
:: |
out_gwtile_hru |
= |
1267 |
|
integer,
|
public |
|
:: |
out_gwobs_ss |
= |
1268 |
|
integer,
|
public |
|
:: |
out_gw_soil |
= |
1270 |
|
integer,
|
public |
|
:: |
out_gw_res |
= |
1271 |
|
integer,
|
public |
|
:: |
out_gw_wet |
= |
1310 |
|
integer,
|
public |
|
:: |
out_gw_pumpag |
= |
1272 |
|
integer,
|
public |
|
:: |
out_gw_pumpex |
= |
1273 |
|
integer,
|
public |
|
:: |
out_gwobs_usgs |
= |
1274 |
|
integer,
|
public |
|
:: |
out_strobs |
= |
1275 |
|
integer,
|
public |
|
:: |
out_huc12wb |
= |
1276 |
|
integer,
|
public |
|
:: |
out_huc12wb_mo |
= |
1312 |
|
integer,
|
public |
|
:: |
out_gw_pumpdef |
= |
1277 |
|
integer,
|
public |
|
:: |
out_gw_canal |
= |
1278 |
|
integer,
|
public |
|
:: |
out_gw_fp |
= |
1283 |
|
integer,
|
public |
|
:: |
out_gw_chem |
= |
1284 |
|
integer,
|
public |
|
:: |
out_hru_pump_mo |
= |
1285 |
|
integer,
|
public |
|
:: |
out_hru_pump_yr |
= |
1286 |
|
integer,
|
public |
|
:: |
out_hru_pump_obs |
= |
1287 |
|
integer,
|
public |
|
:: |
out_head_mo |
= |
1288 |
|
integer,
|
public |
|
:: |
out_head_yr |
= |
1289 |
|
integer,
|
public |
|
:: |
out_conc_mo |
= |
1290 |
|
integer,
|
public |
|
:: |
out_conc_yr |
= |
1291 |
|
integer,
|
public |
|
:: |
out_sol_rech |
= |
1292 |
|
integer,
|
public |
|
:: |
out_sol_gwsw |
= |
1293 |
|
integer,
|
public |
|
:: |
out_sol_soil |
= |
1294 |
|
integer,
|
public |
|
:: |
out_sol_satx |
= |
1295 |
|
integer,
|
public |
|
:: |
out_sol_ppag |
= |
1296 |
|
integer,
|
public |
|
:: |
out_sol_ppex |
= |
1297 |
|
integer,
|
public |
|
:: |
out_sol_tile |
= |
1298 |
|
integer,
|
public |
|
:: |
out_sol_resv |
= |
1299 |
|
integer,
|
public |
|
:: |
out_sol_fpln |
= |
1300 |
|
integer,
|
public |
|
:: |
out_sol_canl |
= |
1301 |
|
integer,
|
public |
|
:: |
out_sol_wetl |
= |
1302 |
|
integer,
|
public |
|
:: |
out_sol_rcti |
= |
1303 |
|
integer,
|
public |
|
:: |
out_sol_rcto |
= |
1304 |
|
integer,
|
public |
|
:: |
out_sol_minl |
= |
1305 |
|
integer,
|
public |
|
:: |
out_sol_sorb |
= |
1306 |
|
integer,
|
public |
|
:: |
out_solbal_dy |
= |
7100 |
|
integer,
|
public |
|
:: |
out_solbal_yr |
= |
7200 |
|
integer,
|
public |
|
:: |
out_solbal_aa |
= |
7300 |
|
integer,
|
public |
|
:: |
out_gwobs_sol |
= |
1305 |
|