Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/micphy_tstep.F90

    r5099 r5101  
    44SUBROUTINE micphy_tstep(pdtphys,tr_seri,t_seri,pplay,paprs,rh,is_strato)
    55
    6   USE geometry_mod, ONLY : latitude_deg !NL- latitude corr. to local domain
    7   USE dimphy, ONLY : klon,klev
     6  USE geometry_mod, ONLY: latitude_deg !NL- latitude corr. to local domain
     7  USE dimphy, ONLY: klon,klev
    88  USE aerophys
    9   USE infotrac_phy, ONLY : nbtr_bin, nbtr_sulgas, nbtr, id_H2SO4_strat
     9  USE infotrac_phy, ONLY: nbtr_bin, nbtr_sulgas, nbtr, id_H2SO4_strat
    1010  USE phys_local_var_mod, ONLY: mdw, budg_3D_nucl, budg_3D_cond_evap, budg_h2so4_to_part, R2SO4, DENSO4, &
    1111       f_r_wet, R2SO4B, DENSO4B, f_r_wetB
    1212  USE nucleation_tstep_mod
    1313  USE cond_evap_tstep_mod
    14   USE sulfate_aer_mod, ONLY : STRAACT
    15   USE lmdz_yomcst, ONLY : RPI, RD, RG
     14  USE sulfate_aer_mod, ONLY: STRAACT
     15  USE lmdz_yomcst, ONLY: RPI, RD, RG
    1616  USE print_control_mod, ONLY: lunout
    1717  USE strataer_local_var_mod ! contains also RRSI and Vbin
Note: See TracChangeset for help on using the changeset viewer.