Changeset 5769 for LMDZ6


Ignore:
Timestamp:
Jul 10, 2025, 12:42:12 PM (3 weeks ago)
Author:
rkazeroni
Message:

For GPU porting of orografi and orografi_strato routines (continuation of commit 5768):

  • Put orografi routines into modules (speeds up source-to-source transformation)
  • Add "horizontal" comment to specify possible names of horizontal variables
  • Fix phylmdiso part
File:
1 edited

Legend:

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

    r5685 r5769  
    4949    USE netcdf, only: nf90_fill_real     ! IM for NMC files
    5050    USE open_climoz_m, only: open_climoz ! ozone climatology from a file
     51    USE orografi_mod, ONLY: drag_noro, lift_noro, sugwd
     52    USE orografi_strato_mod, ONLY: drag_noro_strato, lift_noro_strato, sugwd_strato
    5153    USE ozonecm_m, only: ozonecm ! ozone of J.-F. Royer
    5254    USE pbl_surface_mod, ONLY : pbl_surface
Note: See TracChangeset for help on using the changeset viewer.