gwflow_write_cell_array Subroutine

subroutine gwflow_write_cell_array(iunit, values, ncell_in, fmt_code)

Uses

  • proc~~gwflow_write_cell_array~~UsesGraph proc~gwflow_write_cell_array gwflow_write_cell_array module~gwflow_module gwflow_module proc~gwflow_write_cell_array->module~gwflow_module

Writes active cell values as a single row. fmt_code: 1=f12.3 (heads), 2=e12.3 (fluxes), 3=e12.6 (high precision)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: iunit
real, intent(in), dimension(ncell_in) :: values
integer, intent(in) :: ncell_in
integer, intent(in) :: fmt_code

Calls

proc~~gwflow_write_cell_array~~CallsGraph proc~gwflow_write_cell_array gwflow_write_cell_array 99999 99999 proc~gwflow_write_cell_array->99999