Changeset 5141 for LMDZ6/branches/Amaury_dev/libf/phylmd/cv_driver.F90
- Timestamp:
- Jul 29, 2024, 12:37:08 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cv_driver.F90
r5140 r5141 12 12 13 13 USE dimphy 14 USE lmdz_cv30, ONLY: cv30_param, cv30_prelim, cv30_feed, cv30_undilute1, cv30_trigger, cv30_compress, cv30_undilute2, & 15 cv30_closure, cv30_epmax_fn_cape, cv30_mixing, cv30_unsat, cv30_yield, cv30_tracer, cv30_uncompress 16 14 17 IMPLICIT NONE 15 18 … … 714 717 ! ================================================================== 715 718 SUBROUTINE cv_thermo(iflag_con) 719 USE lmdz_cvthermo 720 716 721 IMPLICIT NONE 717 722 … … 721 726 722 727 include "YOMCST.h" 723 include "cvthermo.h"724 728 725 729 INTEGER iflag_con
Note: See TracChangeset
for help on using the changeset viewer.