Ignore:
Timestamp:
Jun 13, 2025, 6:10:13 PM (6 weeks ago)
Author:
yann meurdesoif
Message:

Convection GPU porting : set convection subroutines into module

Files will be renamed later to *_mod.f90

YM

File:
1 edited

Legend:

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

    r5346 r5692  
     1MODULE cv3_enthalpmix_mod
     2  PRIVATE
     3
     4  PUBLIC cv3_enthalpmix
     5
     6CONTAINS
     7
    18SUBROUTINE cv3_enthalpmix(len, nd, iflag, plim1, plim2, p, ph, &
    29                       t, q, u, v, w, &
     
    214221END SUBROUTINE cv3_enthalpmix
    215222
     223END MODULE cv3_enthalpmix_mod
Note: See TracChangeset for help on using the changeset viewer.