Changeset 5282 for LMDZ6/trunk/libf/phylmd/StratAer
- Timestamp:
- Oct 28, 2024, 1:11:48 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/StratAer/calcaerosolstrato_rrtm.f90
r5272 r5282 4 4 SUBROUTINE calcaerosolstrato_rrtm(pplay,t_seri,paprs,debut) 5 5 6 USE clesphys_mod_h 7 USE iniprint_mod_h 6 8 USE phys_state_var_mod, ONLY: tau_aero_sw_rrtm, piz_aero_sw_rrtm, cg_aero_sw_rrtm, tau_aero_lw_rrtm 7 9 USE phys_local_var_mod, ONLY: mdw, tausum_aero, tausum_strat, tau_strat_550, tau_strat_1020, stratomask … … 17 19 18 20 19 INCLUDE "clesphys.h"20 21 21 INCLUDE "iniprint.h"22 22 23 23 ! Variable input
Note: See TracChangeset
for help on using the changeset viewer.