type(output_specs_t), dimension(ncdf_num_outputs) | output::outspecs = [ OUTPUT_SPECS_T( "gross_precipitation ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "rainfall ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "snowfall ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "interception ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "interception_storage ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "runon ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "runoff ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "surface_runoff ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "snow_storage ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "surface_storage ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "soil_storage ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "delta_soil_storage ", "inches ", 2000.0, -2000.0, FALSE, FALSE ), OUTPUT_SPECS_T( "reference_ET0 ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "actual_et ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "climatic_deficit ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "snowmelt ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "tmin ", "degrees_fahrenheit ", 2000.0, -2000.0, TRUE, FALSE ), OUTPUT_SPECS_T( "tmax ", "degrees_fahrenheit ", 2000.0, -2000.0, TRUE, FALSE ), OUTPUT_SPECS_T( "tmax_minus_tmin ", "degrees_fahrenheit ", 2000.0, -2000.0, FALSE, FALSE ), OUTPUT_SPECS_T( "net_infiltration ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "rejected_net_infiltration ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "infiltration ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "irrigation ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "runoff_outside ", "inches ", 2000.0, 0.0, TRUE, FALSE ), OUTPUT_SPECS_T( "crop_et ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "bare_soil_evaporation ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "growing_degree_day ", "degree_day_fahrenheit", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "direct_net_infiltation ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "direct_soil_moisture ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "storm_drain_capture ", "inches ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "growing_season ", "0_no__1_yes ", 2000.0, 0.0, FALSE, FALSE ), OUTPUT_SPECS_T( "fog ", "inches ", 2000.0, 0.0, FALSE, FALSE) ] |