There are many literal constants in Oslo Aero that should be documented.
Some of them should be replaced with shared parameters such as the constant, 287.04, in src/aero_model.F90 (should be rair from physconst) while others should be turned into module or subroutine parameters with appropriate names and source documentation.
Note that changing 287.04 to rair will change answers so this should be done in a separate commit.
There are many literal constants in Oslo Aero that should be documented.
Some of them should be replaced with shared parameters such as the constant,
287.04, in src/aero_model.F90 (should berairfrom physconst) while others should be turned into module or subroutine parameters with appropriate names and source documentation.Note that changing
287.04torairwill change answers so this should be done in a separate commit.