Changeset 5696 for LMDZ6/trunk/libf/phylmd/concvl.f90
- Timestamp:
- Jun 13, 2025, 8:19:58 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/concvl.f90
r5693 r5696 40 40 USE conema3_mod_h 41 41 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 43 43 IMPLICIT NONE 44 44 ! ====================================================================== … … 421 421 !LF necessary for gathered fields 422 422 nloc = klon 423 CALL cva_driver_pre(klev, k_upper_cv, iflag_con, iflag_ice_thermo, ok_conserv_q, dtime ) 423 424 CALL cva_driver(klon, klev, klev+1, ntra, nloc, k_upper_cv, & 424 425 iflag_con, iflag_mix, iflag_ice_thermo, & … … 445 446 !AC!+!RomP+jyg 446 447 epmax_diag) ! epmax_cape 448 CALL cva_driver_post 447 449 END IF 448 450 ! ------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.