Ignore:
Timestamp:
Oct 25, 2024, 3:41:23 PM (9 hours ago)
Author:
abarral
Message:

Replace yomcst.h by existing module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/flxtr.f90

    r5268 r5274  
    55    paprs, kcbot, kctop, kdtop, x, dx)
    66  USE dimphy
    7   IMPLICIT NONE
     7  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     8          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     9          , R_ecc, R_peri, R_incl                                      &
     10          , RA, RG, R1SA                                         &
     11          , RSIGMA                                                     &
     12          , R, RMD, RMV, RD, RV, RCPD                    &
     13          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     14          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     15          , RCW, RCS                                                 &
     16          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     17          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     18          , RALPD, RBETD, RGAMD
     19IMPLICIT NONE
    820  ! =====================================================================
    921  ! Objet : Melange convectif de traceurs a partir des flux de masse
     
    2537  ! =====================================================================
    2638
    27   include "YOMCST.h"
     39
    2840  include "YOECUMF.h"
    2941
Note: See TracChangeset for help on using the changeset viewer.