Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer
- Timestamp:
- Jul 24, 2024, 12:45:32 PM (6 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/micphy_tstep.F90
r5101 r5112 4 4 SUBROUTINE micphy_tstep(pdtphys,tr_seri,t_seri,pplay,paprs,rh,is_strato) 5 5 6 USE geometry_mod, ONLY: latitude_deg !NL- latitude corr. to local domain6 USE lmdz_geometry, ONLY: latitude_deg !NL- latitude corr. to local domain 7 7 USE dimphy, ONLY: klon,klev 8 8 USE aerophys … … 14 14 USE sulfate_aer_mod, ONLY: STRAACT 15 15 USE lmdz_yomcst, ONLY: RPI, RD, RG 16 USE print_control_mod, ONLY: lunout16 USE lmdz_print_control, ONLY: lunout 17 17 USE strataer_local_var_mod ! contains also RRSI and Vbin 18 18 -
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/miecalc_aer.F90
r5110 r5112 24 24 USE lmdz_grid_phy, ONLY: klon_glo 25 25 USE lmdz_phys_mpi_data, ONLY: is_mpi_root 26 USE print_control_mod, ONLY: prt_level, lunout26 USE lmdz_print_control, ONLY: prt_level, lunout 27 27 28 28 IMPLICIT NONE -
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/strataer_emiss_mod.F90
r5111 r5112 7 7 8 8 USE strataer_local_var_mod 9 USE ioipsl_getin_p_mod, ONLY: getin_p10 USE print_control_mod, ONLY: lunout9 USE lmdz_ioipsl_getin_p, ONLY: getin_p 10 USE lmdz_print_control, ONLY: lunout 11 11 USE lmdz_phys_para, ONLY: is_master 12 12 USE lmdz_abort_physic, ONLY: abort_physic … … 215 215 SUBROUTINE strataer_ponde_init() 216 216 217 USE regular_lonlat_mod, ONLY: lon_reg, lat_reg217 USE lmdz_regular_lonlat, ONLY: lon_reg, lat_reg 218 218 USE dimphy, ONLY: klon 219 219 USE lmdz_grid_phy, ONLY: nbp_lat, nbp_lon 220 USE print_control_mod, ONLY: lunout220 USE lmdz_print_control, ONLY: lunout 221 221 USE strataer_local_var_mod 222 222 USE lmdz_yomcst, ONLY: RPI -
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/strataer_local_var_mod.F90
r5111 r5112 155 155 156 156 SUBROUTINE strataer_init() 157 USE ioipsl_getin_p_mod, ONLY: getin_p158 USE print_control_mod, ONLY: lunout157 USE lmdz_ioipsl_getin_p, ONLY: getin_p 158 USE lmdz_print_control, ONLY: lunout 159 159 USE lmdz_phys_para, ONLY: is_master 160 160 USE infotrac_phy, ONLY: id_OCS_strat, id_SO2_strat, id_H2SO4_strat, nbtr_sulgas, nbtr_bin -
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/strataer_nuc_mod.F90
r5110 r5112 10 10 SUBROUTINE strataer_nuc_init() 11 11 12 USE ioipsl_getin_p_mod, ONLY: getin_p13 USE print_control_mod, ONLY: lunout12 USE lmdz_ioipsl_getin_p, ONLY: getin_p 13 USE lmdz_print_control, ONLY: lunout 14 14 USE lmdz_phys_para, ONLY: is_master 15 15 USE strataer_local_var_mod, ONLY: ALPH2SO4,flag_nuc_rate_box,nuclat_min,nuclat_max, & … … 51 51 USE infotrac_phy, ONLY: nbtr, nbtr_sulgas, id_H2SO4_strat 52 52 USE ioipsl, ONLY: getin 53 USE print_control_mod, ONLY: lunout53 USE lmdz_print_control, ONLY: lunout 54 54 55 55 ! Output variables -
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/stratemit.F90
r5110 r5112 11 11 USE phys_local_var_mod, ONLY: d_q_emiss 12 12 USE lmdz_yomcst, ONLY: RD, RPI, RG 13 USE geometry_mod, ONLY: cell_area, boundslat13 USE lmdz_geometry, ONLY: cell_area, boundslat 14 14 USE aerophys 15 15 USE infotrac_phy -
LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/traccoag_mod.F90
r5111 r5112 17 17 USE infotrac_phy, ONLY: nbtr_bin, nbtr_sulgas, nbtr, id_SO2_strat 18 18 USE aerophys 19 USE geometry_mod, ONLY: cell_area, boundslat19 USE lmdz_geometry, ONLY: cell_area, boundslat 20 20 USE lmdz_grid_phy 21 21 USE lmdz_phys_mpi_data, ONLY: is_mpi_root … … 25 25 USE phys_local_var_mod, ONLY: stratomask 26 26 USE lmdz_yomcst 27 USE print_control_mod, ONLY: lunout27 USE lmdz_print_control, ONLY: lunout 28 28 USE strataer_local_var_mod 29 29
Note: See TracChangeset
for help on using the changeset viewer.