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

For GPU porting of alpale_th and alpale_wk routines:

  • Put routine into module (speeds up source-to-source transformation)
  • Add "horizontal" comment to specify possible names of horizontal variables
  • Move declaration of variables with SAVE attributes from the compute routine to the module
  • Move one-time instructions (allocate, getin, print) to a dedicated routine_first
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5828 r5833  
    2424    USE add_phys_tend_mod, only : add_pbl_tend, add_phys_tend, diag_phys_tend, prt_enerbil, &
    2525  &      fl_ebil, fl_cor_ebil
     26    USE alpale_th_mod, ONLY: alpale_th
     27    USE alpale_wk_mod, ONLY: alpale_wk
    2628    USE assert_m, only: assert
    2729    USE change_srf_frac_mod
Note: See TracChangeset for help on using the changeset viewer.