-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jdha edited this page Dec 21, 2020
·
26 revisions
Welcome to the ORCHESTRA wiki!
Testing of the SZT config
In my strip down version it all runs. Copying and modifying Dave's ZPS config and things start breaking down. Summary:
sensitivity tests
- nn_tra_dta = 0 (fails ts=25; original value 1)
- ln_isf = false (fails ts=25; original value true)
- rn_rdt = 240 (fails ts=31; original value 300)
- nn_dyn3d_dta = 0 (fails ts=25; original value 1)
- ln_vol = false (fails ts=25; original value true)
- ln_bdy = false (fails ts=25; original value true)
runoff and geothermal heating switch on or off makes no difference either
after switching out the initial conditions [which incidentally had different names, but appear to be the same data] I turned my attention to the cpp keys. By eliminating keys one by one I've found that key_trabbl appears to be the one that is causing the SZT config to crash.
solution: you can still compile with key_trabbl, just set the nameless parameters accordingly (i.e. for SZT set to 0, so the same exe can be used for ZPS or SZT configs).