Ignore:
Timestamp:
Sep 25, 2025, 10:51:30 AM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of water_int routine:

  • Add "horizontal" comment to specify possible names of horizontal variables
  • Explicit horizontal loop (needed for GPU parallelization)


File:
1 edited

Legend:

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

    r5813 r5839  
    3333    USE vertical_layers_mod, ONLY : ap, bp, aps, bps
    3434    USE phystokenc_mod, ONLY: offline
     35    USE water_int_mod, ONLY: water_int
    3536    USE phys_output_ctrlout_mod, ONLY: o_phis, o_aire, is_ter, is_lic, is_oce, &
    3637         o_longitude, o_latitude, &
Note: See TracChangeset for help on using the changeset viewer.