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/physiq_mod.F90

    r5817 r5818  
    7878    USE time_phylmdz_mod, only: current_time, itau_phy, pdtphys, raz_date, update_time
    7979    USE tracinca_mod, ONLY: config_inca
     80    USE transp_mod, ONLY: transp
    8081    USE tropopause_m,     ONLY: dyn_tropopause
    8182    USE vampir
     
    860861    EXTERNAL phyredem  ! ecrire l'etat de redemarrage de la physique
    861862    EXTERNAL suphel    ! initialiser certaines constantes
    862     EXTERNAL transp    ! transport total de l'eau et de l'energie
     863    ! EXTERNAL transp    ! transport total de l'eau et de l'energie
    863864    !IM
    864865    EXTERNAL haut2bas  !variables de haut en bas
Note: See TracChangeset for help on using the changeset viewer.