Ignore:
Timestamp:
Jul 29, 2024, 5:47:53 PM (3 months ago)
Author:
abarral
Message:

Put YOEGWD.h, FCTTRE.h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/inlandsis/sisvat_ts2.f90

    r5140 r5143  
    6767  USE indice_sol_mod
    6868  USE lmdz_comsoil, ONLY: inertie_sol, inertie_sno, inertie_sic, inertie_lic, iflag_sic, iflag_inertie
     69  USE lmdz_YOETHF
     70  USE lmdz_fcttre, ONLY: foeew, foede, qsats, qsatl, dqsats, dqsatl, thermcep
    6971
    7072  IMPLICIT NONE
     
    7577
    7678  INCLUDE "YOMCST.h"
    77   INCLUDE "YOETHF.h"
    78   INCLUDE "FCTTRE.h"
    7979  ! INCLUDE "indicesol.h"
    8080  ! include  "LMDZphy.inc"
     
    263263            * TsisSV(ig, isl)                     & !
    264264            * TsisSV(ig, isl)
    265     IRs__D(ig) = dIRsdT(ig)* TsisSV(ig, isl) * 0.75                  !:
     265    IRs__D(ig) = dIRsdT(ig) * TsisSV(ig, isl) * 0.75                  !:
    266266  END DO
    267267  !hj
Note: See TracChangeset for help on using the changeset viewer.