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/hgardfou.F90

    r2399 r5274  
    77  USE indice_sol_mod, ONLY: nbsrf
    88  USE print_control_mod, ONLY: lunout
    9   IMPLICIT NONE
     9  USE yomcst_mod_h, ONLY: RPI, RCLUM, RHPLA, RKBOL, RNAVO                   &
     10          , RDAY, REA, REPSM, RSIYEA, RSIDAY, ROMEGA                  &
     11          , R_ecc, R_peri, R_incl                                      &
     12          , RA, RG, R1SA                                         &
     13          , RSIGMA                                                     &
     14          , R, RMD, RMV, RD, RV, RCPD                    &
     15          , RMO3, RMCO2, RMC, RMCH4, RMN2O, RMCFC11, RMCFC12        &
     16          , RCPV, RCVD, RCVV, RKAPPA, RETV, eps_w                    &
     17          , RCW, RCS                                                 &
     18          , RLVTT, RLSTT, RLMLT, RTT, RATM                           &
     19          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
     20          , RALPD, RBETD, RGAMD
     21IMPLICIT NONE
    1022  ! ======================================================================
    1123  ! Verifier la temperature
    1224  ! ======================================================================
    13   include "YOMCST.h"
     25
    1426  REAL t(klon, klev), tsol(klon, nbsrf)
    1527  CHARACTER(len=*), intent(in):: text
Note: See TracChangeset for help on using the changeset viewer.