[root]/CCA/Components/Models/Radiation
RMCRT
(5 files, 739 lines)
fortran
(27 files, 4449 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 56 (100.0%) | 1.2 |
harman | 2 (4.5%) | 35 (62.5%) | 17.5 |
jas | 42 (95.5%) | 21 (37.5%) | 0.5 |
Update copyright year.
21 lines of code changed in 42 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
33 lines of code changed in 1 file:
moved Arches/RMCRT code to Models/Radiation.
2 lines of code changed in 1 file: