Ignore:
Timestamp:
Jul 29, 2024, 11:01:04 PM (7 weeks ago)
Author:
abarral
Message:

Put YOMCST.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_1dutils.f90

    r5143 r5144  
    11721172    !   sans WTG rajouter une advection horizontale
    11731173    !----------------------------------------------------------------------
     1174    USE lmdz_yomcst
     1175
    11741176    IMPLICIT NONE
    1175     include "YOMCST.h"
    11761177    !        argument
    11771178    INTEGER llm
     
    12441245    !   sans WTG rajouter une advection horizontale
    12451246    !----------------------------------------------------------------------
     1247    USE lmdz_yomcst
     1248
    12461249    IMPLICIT NONE
    1247     include "YOMCST.h"
    12481250    !        argument
    12491251    INTEGER llm, nqtot
     
    13181320    ! ========================================================
    13191321    USE dimphy
    1320     USE lmdz_YOETHF
     1322    USE lmdz_yoethf
    13211323    USE lmdz_fcttre, ONLY: foeew, foede, qsats, qsatl, dqsats, dqsatl, thermcep
     1324    USE lmdz_yomcst
    13221325
    13231326    IMPLICIT NONE
     
    13371340    INTEGER k, i
    13381341    REAL zx_qs
    1339 
    1340     ! Declaration des constantes et des fonctions thermodynamiques
    1341 
    1342     include "YOMCST.h"
    13431342
    13441343    DO k = 1, klev
     
    13941393    ! ========================================================
    13951394    USE dimphy
    1396     USE lmdz_YOETHF
     1395    USE lmdz_yoethf
    13971396    USE lmdz_fcttre, ONLY: foeew, foede, qsats, qsatl, dqsats, dqsatl, thermcep
     1397    USE lmdz_yomcst
    13981398
    13991399    IMPLICIT NONE
     
    14241424    INTEGER k, i
    14251425    REAL zx_qs, rh, tnew, d_rh, rhnew
    1426 
    1427     ! Declaration des constantes et des fonctions thermodynamiques
    1428 
    1429     include "YOMCST.h"
    14301426
    14311427    print *, 'dtime, tau ', dtime, tau
     
    15451541          &, dth_mod_cas, hth_mod_cas, vth_mod_cas, mxcalc)
    15461542
     1543    USE lmdz_yomcst
     1544
    15471545    IMPLICIT NONE
    15481546
    1549     include "YOMCST.h"
    15501547    include "dimensions.h"
    15511548
Note: See TracChangeset for help on using the changeset viewer.