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

    r5282 r5285  
    6868    USE indice_sol_mod
    6969    USE phys_output_var_mod, ONLY : sens_prec_liq_o, sens_prec_sol_o, lat_prec_liq_o, lat_prec_sol_o
    70     USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    71           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    72           , R_ecc, R_peri, R_incl                                      &
    73           , RA, RG, R1SA                                         &
    74           , RSIGMA                                                     &
    75           , R, RMD, RMV, RD, RV, RCPD                    &
    76           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    77           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    78           , RCW, RCS                                                 &
    79           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    80           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    81           , RALPD, RBETD, RGAMD
     70    USE yomcst_mod_h
    8271USE cpl_mod, ONLY : gath2cpl, cpl_receive_ocean_fields, &
    8372         cpl_send_ocean_fields
     
    264253! some fields to the coupler.
    265254!
    266     USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
    267           , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
    268           , R_ecc, R_peri, R_incl                                      &
    269           , RA, RG, R1SA                                         &
    270           , RSIGMA                                                     &
    271           , R, RMD, RMV, RD, RV, RCPD                    &
    272           , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
    273           , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
    274           , RCW, RCS                                                 &
    275           , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
    276           , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    277           , RALPD, RBETD, RGAMD
     255    USE yomcst_mod_h
    278256USE dimphy,           ONLY : klon
    279257    USE cpl_mod
Note: See TracChangeset for help on using the changeset viewer.