cb_write_cbn_lyr_header Subroutine

public subroutine cb_write_cbn_lyr_header(unit_no, is_csv)

header for the hru_cbn_lyr files. Unlike the generic wide header, this one interleaves the 300 mm scalar sums (tot_300_sum, seq_300_sum) between the per-layer blocks, so it is built explicitly here. Column widths match the data row (1x,g22.7 per value), so labels line up.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit_no
logical, intent(in) :: is_csv

Called by

proc~~cb_write_cbn_lyr_header~~CalledByGraph proc~cb_write_cbn_lyr_header cb_write_cbn_lyr_header proc~output_landscape_init output_landscape_init proc~output_landscape_init->proc~cb_write_cbn_lyr_header