Changeset 5111 for LMDZ6/branches/Amaury_dev/libf/phylmd/Dust
- Timestamp:
- Jul 24, 2024, 12:17:33 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/Dust
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/splaeropt_5wv_rrtm.f90
r5101 r5111 10 10 USE infotrac_phy, ONLY: nqtot, nbtr, tracers 11 11 USE phys_local_var_mod, ONLY: od550aer, od865aer, ec550aer, od550lt1aer 12 USE lmdz_abort_physic, ONLY: abort_physic 12 13 13 14 ! Olivier Boucher Jan 2017 -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/splaeropt_6bands_rrtm.f90
r5106 r5111 1 2 1 ! $Id: splaeropt_6bands_rrtm.F90 2644 2016-10-02 16:55:08Z oboucher $ 3 2 … … 10 9 USE infotrac_phy, ONLY: nqtot, nbtr, tracers 11 10 USE phys_local_var_mod, ONLY: abs550aer 11 USE lmdz_abort_physic, ONLY: abort_physic 12 12 13 13 ! Olivier Boucher Jan 2017 -
LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/splaeropt_lw_rrtm.f90
r5101 r5111 1 2 1 ! splaeropt_lw_rrtm.F90 2014-05-13 C. Kleinschmitt 3 2 ! 2016-05-03 O. Boucher … … 13 12 USE phys_state_var_mod, ONLY: tau_aero_lw_rrtm 14 13 USE lmdz_yoerad, ONLY: NLW 14 USE lmdz_abort_physic, ONLY: abort_physic 15 15 16 16 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.