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.
| Type | Intent | Optional | 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 |