Ignore:
Timestamp:
Sep 17, 2025, 2:08:22 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of ener_conserv routine:

  • Put routine into module (speeds up source-to-source transformation)
  • Add "horizontal" comment to specify possible names of horizontal variables
  • Modernize declarations of characters for GPU computing
File:
1 edited

Legend:

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

    r5818 r5819  
    3535    USE dimphy
    3636    USE etat0_limit_unstruct_mod
     37    USE ener_conserv_mod, ONLY: ener_conserv
    3738    USE evappot_mod, ONLY: evappot
    3839    USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando, FLOTT_GWD_rando_first
Note: See TracChangeset for help on using the changeset viewer.