Ignore:
Timestamp:
Jun 13, 2025, 6:10:13 PM (7 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_estatmix.f90

    r5346 r5692  
     1MODULE cv3_estatmix_mod
     2  PRIVATE
     3
     4  PUBLIC cv3_estatmix
     5
     6CONTAINS
     7
    18SUBROUTINE cv3_estatmix(len, nd, iflag, plim1, plim2, p, ph, &
    29                       t, q, u, v, h, gz, w, &
     
    197204END SUBROUTINE cv3_estatmix
    198205
     206END MODULE cv3_estatmix_mod
Note: See TracChangeset for help on using the changeset viewer.