Ignore:
Timestamp:
Sep 24, 2025, 4:03:13 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of tend_to_tke routine:

  • Put routine into module (speeds up source-to-source transformation)
  • Add "horizontal" comment to specify possible names of horizontal variables
  • Fix wrong dimensionality of pctsrf in the argument declaration (leads to GPU memory allocation problems)
File:
1 edited

Legend:

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

    r5834 r5835  
    8181    USE stratocu_if_mod, ONLY: stratocu_if
    8282    USE surface_data,     ONLY : type_ocean, ok_veget
     83    USE tend_to_tke_mod, ONLY: tend_to_tke
    8384    USE time_phylmdz_mod, only: current_time, itau_phy, pdtphys, raz_date, update_time
    8485    USE tracinca_mod, ONLY: config_inca
Note: See TracChangeset for help on using the changeset viewer.