cb_write_depth_row Subroutine

public subroutine cb_write_depth_row(unit_no, depths, n_use, is_csv, advance_str)

emits the depth columns for a data row, padded with cb_lyr_missing past n_use. caller has already emitted the id columns and must continue with var columns after.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit_no
real, intent(in) :: depths(:)

depth at each soil layer (size >= n_use)

integer, intent(in) :: n_use

actual number of soil layers in this HRU

logical, intent(in) :: is_csv
character(len=*), intent(in) :: advance_str

"no" to keep building the row, "yes" to terminate


Called by

proc~~cb_write_depth_row~~CalledByGraph proc~cb_write_depth_row cb_write_depth_row proc~soil_carbvar_write soil_carbvar_write proc~soil_carbvar_write->proc~cb_write_depth_row proc~soil_nutcarb_write soil_nutcarb_write proc~soil_nutcarb_write->proc~cb_write_depth_row