iwfm.headall2dtw¶
- iwfm.headall2dtw(heads_file, pre_file, output_root, verbose=False)[source]¶
Read IWFM HeadAll.out file, subtract heads from land surface elevation, and write out as a time series with one csv file for each layer.
- Parameters:
- Return type:
nothing
- Raises:
FileNotFoundError – If
heads_filedoes not exist (checked first, before preprocessor parsing). This is the canonical recoverable signal for missing heads input.FileNotFoundError – If
pre_filedoes not exist or its referenced node/strat files are missing (raised insideiwfm.iwfm_read_preproc()→iwfm.file_test()).