uataq / X-STILT

Source codes for X-STILT(NOx) [Wu et al., 2018, 2023] based on STILT-R version 2 [Fasoli et al., 2018] and STILT [Lin et al., 2003].
16 stars 11 forks source link

X-STILT code refactoring #1

Closed wde0924 closed 5 years ago

wde0924 commented 5 years ago
  1. Treat STILT as the submodule of X-STILT
  2. Separate X-STILT modifications from simulation_step() and other few functions into two customized before_* functions. Change dependencies
  3. Pass additional arguments from outside to simulation_step
  4. Remove master and AER_branch in /exe, rename the AER version of hymodelc as hymodelc.aer and call hymodelc.aer when running compute_bg_xco2.r
  5. Optimize X-STILT scripts

Now all X-STILT functions are located in /r/src and STILT functions are located in /stilt/r/src.