Ignore:
Timestamp:
Sep 17, 2025, 12:04:37 PM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of ajsec and ajsec_convv2 routines:

Put routine into module (speeds up source-to-source transformation)
Add "horizontal" comment to specify possible names of horizontal variables

File:
1 edited

Legend:

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

    r5816 r5817  
    2424    USE add_phys_tend_mod, only : add_pbl_tend, add_phys_tend, diag_phys_tend, prt_enerbil, &
    2525  &      fl_ebil, fl_cor_ebil
     26    USE ajsec_mod, ONLY: ajsec, ajsec_convv2
    2627    USE assert_m, only: assert
    2728    USE change_srf_frac_mod
     
    850851    EXTERNAL angle     ! calculer angle zenithal du soleil
    851852    EXTERNAL alboc     ! calculer l'albedo sur ocean
    852     EXTERNAL ajsec     ! ajustement sec
     853    ! EXTERNAL ajsec     ! ajustement sec
    853854    EXTERNAL conlmd    ! convection (schema LMD)
    854855    EXTERNAL conema3  ! convect4.3
Note: See TracChangeset for help on using the changeset viewer.