Ignore:
Timestamp:
Sep 24, 2025, 3:44:43 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of stratocu_if 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/stratocu_if.f90

    r5285 r5834  
     1!$gpum horizontal klon
     2MODULE stratocu_if_mod
     3  PRIVATE
     4
     5  PUBLIC stratocu_if
     6
     7  CONTAINS
     8
    19  SUBROUTINE stratocu_if(klon,klev,pctsrf,paprs, pplay,t &
    210,seuil_inversion,weak_inversion,dthmin)
     
    8088
    8189  END SUBROUTINE stratocu_if
     90
     91END MODULE stratocu_if_mod
Note: See TracChangeset for help on using the changeset viewer.