Ignore:
Timestamp:
Oct 28, 2024, 2:12:55 PM (6 hours ago)
Author:
abarral
Message:

Turn alpale.h alpale.f90 YOETHF.h into modules

File:
1 edited

Legend:

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

    r5282 r5284  
    3232          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    3333          , RALPD, RBETD, RGAMD
     34    USE yoethf_mod_h
    3435!
    3536! Calculate coefficients(ycoefm, ycoefh) for turbulent diffusion in the
     
    7475!****************************************************************************************
    7576    INCLUDE "compbl.h"
    76     INCLUDE "YOETHF.h"
    7777
    7878    ykmm = 0 !ym missing init
     
    230230          , RESTT, RALPW, RBETW, RGAMW, RALPS, RBETS, RGAMS            &
    231231          , RALPD, RBETD, RGAMD
    232 USE dimphy
     232    USE dimphy
    233233    USE indice_sol_mod
    234234    USE print_control_mod, ONLY: prt_level, lunout
     235    USE yoethf_mod_h
    235236
    236237!======================================================================
     
    253254! pcfh-----output-R- coefficients a calculer (chaleur et humidite)
    254255!======================================================================
    255     INCLUDE "YOETHF.h"
    256 
    257256    INCLUDE "FCTTRE.h"
    258257    INCLUDE "compbl.h"
Note: See TracChangeset for help on using the changeset viewer.