Ignore:
Timestamp:
Oct 28, 2024, 2:33:29 PM (8 hours 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/conccm.f90

    r5284 r5285  
    66
    77  USE dimphy
    8   USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    9           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    10           , R_ecc, R_peri, R_incl                                      &
    11           , RA, RG, R1SA                                         &
    12           , RSIGMA                                                     &
    13           , R, RMD, RMV, RD, RV, RCPD                    &
    14           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    15           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    16           , RCW, RCS                                                 &
    17           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    18           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    19           , RALPD, RBETD, RGAMD
     8  USE yomcst_mod_h
    209  USE yoethf_mod_h
    2110IMPLICIT NONE
     
    149138SUBROUTINE cmfmca(deltat, p, dp, gz, tb, shb, cmfprt, cmfprs, cnt, cnb)
    150139  USE dimphy
    151   USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    152           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    153           , R_ecc, R_peri, R_incl                                      &
    154           , RA, RG, R1SA                                         &
    155           , RSIGMA                                                     &
    156           , R, RMD, RMV, RD, RV, RCPD                    &
    157           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    158           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    159           , RCW, RCS                                                 &
    160           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    161           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    162           , RALPD, RBETD, RGAMD
     140  USE yomcst_mod_h
    163141  USE yoethf_mod_h
    164142  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.