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

    r5346 r5692  
    11
    22! $Id$
     3MODULE cv_routines_mod
     4PRIVATE
     5
     6PUBLIC cv_param, cv_prelim, cv_feed, cv_undilute1, cv_trigger, cv_compress, cv_undilute2, &
     7       cv_closure, cv_mixing, cv_yield, cv_unsat, cv_uncompress
     8
     9CONTAINS
    310
    411SUBROUTINE cv_param(nd)
     
    17081715END SUBROUTINE cv_uncompress
    17091716
     1717END MODULE cv_routines_mod
Note: See TracChangeset for help on using the changeset viewer.