bgctw / REddyProc

Processing data from micrometeorological Eddy-Covariance systems
57 stars 31 forks source link

change default of argument uStarScenKeep #55

Closed bgctw closed 2 years ago

bgctw commented 2 years ago

Currently, the scenario for which to keep all the intermediate results (argument uStarScenKeep in sEddyProc_sGLFluxPartitionUStarScens) defaults to character(0). This corresponds to the former convention of assigning no suffix to the default uStar scenario. However, this changed with REddyProc Version to be reserved for the case without uStar filtering and using suffix "uStar" for the case of uStarFiltering with unbootstrapped dataset.

adapt sEddyProc_sGLFluxPartitionUStarScens default to use the first suffix, i.e. usually the "uStar" scenario. User can explicitly supply "U50" to rather get the intermediates for the median boostraped uStar scenario.