cb_write_wide_header Subroutine

public subroutine cb_write_wide_header(unit_no, var_names, is_csv)

emits the header line for any wide-per-layer carbon file. id columns + depth_lyr1..depth_lyrN + for each var_name: _lyr1.._lyrN caller already wrote the banner row; this writes the column-label row.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit_no
character(len=*), intent(in) :: var_names(:)
logical, intent(in) :: is_csv

Called by

proc~~cb_write_wide_header~~CalledByGraph proc~cb_write_wide_header cb_write_wide_header proc~output_landscape_init output_landscape_init proc~output_landscape_init->proc~cb_write_wide_header