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/cv3_routines.f90

    r5685 r5692  
    11
    22! $Id$
     3MODULE cv3_routines_mod
     4  PRIVATE
     5
     6  PUBLIC cv3_param, cv3_incrcount, cv3_prelim, cv3_feed, cv3_undilute1, cv3_trigger, cv3_compress, &
     7         icefrac, cv3_undilute2, cv3_closure, cv3_mixing, cv3_unsat, cv3_yield, cv3_tracer, cv3_uncompress,&
     8         cv3_epmax_fn_cape
     9CONTAINS
    310
    411
     
    53135320      end subroutine cv3_epmax_fn_cape
    53145321
    5315 
    5316 
     5322END MODULE cv3_routines_mod
     5323
Note: See TracChangeset for help on using the changeset viewer.