[root]/CCA/Components/Models
FluidsBased
(29 files, 9420 lines)
HEChem
(19 files, 6958 lines)
Radiation
(21 files, 6208 lines)
RMCRT
(5 files, 739 lines)
fortran
(27 files, 4449 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 15 (100.0%) | 1.1 |
harman | 3 (23.1%) | 11 (73.3%) | 3.6 |
jas | 6 (46.2%) | 4 (26.7%) | 0.6 |
qymeng | 4 (30.8%) | 0 (0.0%) | 0.0 |
clean up old models before switching to a new component
0 lines of code changed in 4 files:
Update copyright year.
4 lines of code changed in 6 files:
Globally: renamed config variable *_RADIATION -> *_MODELS_RADIATION
Changed compile logic: USE_ARCHES no longer controls the compilation inside of
Components/Models/Radiation.
It's now controlled via
USE_MODELS_RADIATION
and
--without-fortran.
Don't compile
Components/Models/Radiation
if
--without-fortran
is specified, but still compile
Components/Models/Radiation/RMCRT
If
USE_MODELS_RADIATION=no
don't compile Examples/RMCRT_test.cc
10 lines of code changed in 2 files:
moved Arches/RMCRT code to Models/Radiation.
1 lines of code changed in 1 file: