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

    r5816 r5818  
    7676    USE time_phylmdz_mod, only: current_time, itau_phy, pdtphys, raz_date, update_time
    7777    USE tracinca_mod, ONLY: config_inca
     78    USE transp_mod, ONLY: transp
    7879    USE tropopause_m,     ONLY: dyn_tropopause
    7980    USE vampir
     
    933934    EXTERNAL phyredem  ! ecrire l'etat de redemarrage de la physique
    934935    EXTERNAL suphel    ! initialiser certaines constantes
    935     EXTERNAL transp    ! transport total de l'eau et de l'energie
     936    ! EXTERNAL transp    ! transport total de l'eau et de l'energie
    936937    !IM
    937938    EXTERNAL haut2bas  !variables de haut en bas
Note: See TracChangeset for help on using the changeset viewer.