Ignore:
Timestamp:
Sep 24, 2025, 5:18:08 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of add_phys_tend and add_wake_tend 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
  • Modernize declarations of character arguments to fortran90 standards
File:
1 edited

Legend:

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

    r5835 r5836  
    2121
    2222    USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando, ACAMA_GWD_rando_first
     23    USE add_wake_tend_mod, ONLY: add_wake_tend
    2324    USE aero_mod
    2425    USE add_phys_tend_mod, only : add_pbl_tend, add_phys_tend, diag_phys_tend, prt_enerbil, &
Note: See TracChangeset for help on using the changeset viewer.