StatSVN - Directory trunk/libf/phylmd/Dust/
Directory trunk/libf/phylmd/Dust/
- Total Files:
- 1
- Deleted Files:
- 0
- Lines of Code:
- 1658
Lines of Code
Developers
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 3 (100.0%) | 54 (100.0%) | 18.0 |
fairhead | 1 (33.3%) | 53 (98.1%) | 53.0 |
lguez | 2 (66.7%) | 1 (1.9%) | 0.5 |
Most Recent Commits
- fairhead 2020-02-10 12:04 Rev.: 3630
-
Parameter new_aod is not needed anymore as it is assumed to be true
all the time. This means that we cannot replay AR4 simulations with new
LMDZ sources (we probably couldn't anyway)
LF, OB
53 lines of code changed in 1 file:
- trunk/libf/phylmd/Dust: phys_output_write_spl_mod.F90 (+53 -59)
- lguez 2018-05-24 15:45 Rev.: 3332
-
Remove NetCDF variable SWdownOR from output files. It seems
meaningless to divide the net radiation over all shortwave bands
(solsw) by the mean transmission (1 - albsol1) over part of the
shortwave bands. SWdownOR can be over 4000 W m-2 over ice. The NetCDF
variable containing the correct surface downward shortwave flux is
SWdnSFC. Lower the level of output of SWdnSFC in histins.nc from 10 to
2 so that it replaces SWdownOR.
1 lines of code changed in 2 files:
- trunk/libf/phylmd/Dust: phys_output_write_spl_mod.F90 (new)