Ignore:
Timestamp:
Jun 13, 2025, 8:19:58 PM (6 weeks ago)
Author:
yann meurdesoif
Message:

Convection GPU porting : separate initialisation phase of computing phase for cva_driver and cv3_routines (remove saved first/debut variable type from computing routine)
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/concvl.f90

    r5693 r5696  
    4040  USE conema3_mod_h
    4141  USE yoethf_mod_h
    42   USE cva_driver_mod, ONLY : cva_driver
     42  USE cva_driver_mod, ONLY : cva_driver_pre, cva_driver, cva_driver_post
    4343  IMPLICIT NONE
    4444! ======================================================================
     
    421421!LF   necessary for gathered fields
    422422    nloc = klon
     423    CALL cva_driver_pre(klev, k_upper_cv, iflag_con, iflag_ice_thermo, ok_conserv_q, dtime )
    423424    CALL cva_driver(klon, klev, klev+1, ntra, nloc, k_upper_cv, &
    424425                    iflag_con, iflag_mix, iflag_ice_thermo, &
     
    445446!AC!+!RomP+jyg
    446447                    epmax_diag) ! epmax_cape
     448    CALL cva_driver_post
    447449  END IF
    448450! ------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.