com1DFA.deriveParameterSet.getThicknessValue

getThicknessValue(cfg, inputSimFiles, fName, thType)[source]

set thickness values according to settings chosen and add info to cfg if thFromShp = True - add in INPUT section thickness and id info and ci95 if thFromShp = False - check format of thickness value in GENERAL section

Parameters
  • cfg (configparser object) – configuration settings

  • inputSimFiles (dict) – dictionary with info on input files and attributes (id and thickness)

  • fName (str) – name of scenario shp file (entrainment, release, …)

  • thType (str) – thickness parameter name (entTh, relTh, …)

Returns

cfg – updated configuration settings with info on actual thickness values to be used for simulations

Return type

configparser object