C2SM-RCM / testsuite

COSMO Technical Testsuite
MIT License
0 stars 1 forks source link

Useful limits on number of tuning iterations #22

Open lxavier opened 6 years ago

lxavier commented 6 years ago

need at least 2 iterations for perturbation (1st run is without pert). what is the default value if iter

ofuhrer commented 4 years ago

The default value is 10 and is set in tools/default_values.py. In principle, I think we should not allow values < 2 since this does not make any sense (or is actually dangerous when used in combination with --reset-thresholds). What do you think @lxavier?

lxavier commented 4 years ago

agreed or the first run could be with pertubation

ofuhrer commented 4 years ago

If the user selects --reset-thresholds, anything below 2 does not make sense. So I would suggest imposing a limit of >=2.