Ignore:
Timestamp:
Oct 28, 2024, 2:33:29 PM (4 days ago)
Author:
abarral
Message:

As discussed internally, remove generic ONLY: ... for new _mod_h modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/incloud_scav_lsc.f90

    r5274 r5285  
    1010
    1111  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    12 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &
    13           ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm
    14 USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    15           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    16           , R_ecc, R_peri, R_incl                                      &
    17           , RA, RG, R1SA                                         &
    18           , RSIGMA                                                     &
    19           , R, RMD, RMV, RD, RV, RCPD                    &
    20           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    21           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    22           , RCW, RCS                                                 &
    23           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    24           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    25           , RALPD, RBETD, RGAMD
     12USE paramet_mod_h
     13USE yomcst_mod_h
    2614IMPLICIT NONE
    2715
Note: See TracChangeset for help on using the changeset viewer.