Ignore:
Timestamp:
Sep 17, 2025, 1:12:39 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of transp routine:

  • Put routine into module (speeds up source-to-source transformation)
  • Add "horizontal" comment to specify possible names of horizontal variables
File:
1 edited

Legend:

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

    r5285 r5818  
    11
    22! $Id$
     3!$gpum horizontal klon
     4MODULE transp_mod
     5
     6  PRIVATE
     7
     8  PUBLIC transp
     9
     10  CONTAINS
    311
    412SUBROUTINE transp(paprs, tsol, t, q, ql, qs, u, v, geom, &
     
    5866  RETURN
    5967END SUBROUTINE transp
     68
     69END MODULE transp_mod
Note: See TracChangeset for help on using the changeset viewer.