Changeset 5693


Ignore:
Timestamp:
Jun 13, 2025, 7:07:36 PM (6 weeks ago)
Author:
yann meurdesoif
Message:

Convection GPU porting : set convection subroutines into module (continued)

Files will be renamed later to *_mod.f90

YM

Location:
LMDZ6/trunk/libf/phylmd
Files:
2 edited

Legend:

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

    r5491 r5693  
    4040  USE conema3_mod_h
    4141  USE yoethf_mod_h
     42  USE cva_driver_mod, ONLY : cva_driver
    4243  IMPLICIT NONE
    4344! ======================================================================
  • LMDZ6/trunk/libf/phylmd/cv3_routines.f90

    r5692 r5693  
    324324  USE print_control_mod, ONLY: prt_level
    325325  USE lmdz_cv_ini, ONLY : cpd,cpv,cv_flag_feed,minorig,nl,nlm,cl
     326  USE cv3_estatmix_mod, ONLY : cv3_estatmix
     327  USE cv3_enthalpmix_mod, ONLY : cv3_enthalpmix
    326328  IMPLICIT NONE
    327329
Note: See TracChangeset for help on using the changeset viewer.