open_output_file Subroutine

public subroutine open_output_file(iunit, filename, recl_val)

Open with or without recl

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: iunit

unit number

character(len=*), intent(in) :: filename

output filename

integer, intent(in), optional :: recl_val

record length (optional)


Calls

proc~~open_output_file~~CallsGraph proc~open_output_file open_output_file proc~get_output_filename get_output_filename proc~open_output_file->proc~get_output_filename

Called by

proc~~open_output_file~~CalledByGraph proc~open_output_file open_output_file proc~co2_read co2_read proc~co2_read->proc~open_output_file proc~header_aquifer header_aquifer proc~header_aquifer->proc~open_output_file proc~header_channel header_channel proc~header_channel->proc~open_output_file proc~header_const header_const proc~header_const->proc~open_output_file proc~header_cs header_cs proc~header_cs->proc~open_output_file proc~header_hyd header_hyd proc~header_hyd->proc~open_output_file proc~header_lu_change header_lu_change proc~header_lu_change->proc~open_output_file proc~header_mgt header_mgt proc~header_mgt->proc~open_output_file proc~header_path header_path proc~header_path->proc~open_output_file proc~header_pest header_pest proc~header_pest->proc~open_output_file proc~header_reservoir header_reservoir proc~header_reservoir->proc~open_output_file proc~header_salt header_salt proc~header_salt->proc~open_output_file proc~header_sd_channel header_sd_channel proc~header_sd_channel->proc~open_output_file proc~header_snutc header_snutc proc~header_snutc->proc~open_output_file proc~header_water_allocation header_water_allocation proc~header_water_allocation->proc~open_output_file proc~header_wetland header_wetland proc~header_wetland->proc~open_output_file proc~header_write header_write proc~header_write->proc~open_output_file proc~header_yield header_yield proc~header_yield->proc~open_output_file proc~output_landscape_init output_landscape_init proc~output_landscape_init->proc~open_output_file proc~proc_bsn proc_bsn proc~proc_bsn->proc~open_output_file proc~proc_hru proc_hru proc~proc_hru->proc~open_output_file