- Timestamp:
- Jul 24, 2024, 12:45:32 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/cv3_routines.F90
r5110 r5112 7 7 SUBROUTINE cv3_param(nd, k_upper, delt) 8 8 9 USE ioipsl_getin_p_mod, ONLY: getin_p9 USE lmdz_ioipsl_getin_p, ONLY: getin_p 10 10 use lmdz_phys_para 11 11 … … 323 323 USE lmdz_phys_transfert_para, ONLY: bcast 324 324 USE add_phys_tend_mod, ONLY: fl_cor_ebil 325 USE print_control_mod, ONLY: prt_level325 USE lmdz_print_control, ONLY: prt_level 326 326 IMPLICIT NONE 327 327 … … 1265 1265 #endif 1266 1266 ) 1267 USE print_control_mod, ONLY: lunout1267 USE lmdz_print_control, ONLY: lunout 1268 1268 #ifdef ISO 1269 1269 use infotrac_phy, ONLY: ntraciso=>ntiso … … 1463 1463 #endif 1464 1464 ) 1465 USE print_control_mod, ONLY: prt_level1465 USE lmdz_print_control, ONLY: prt_level 1466 1466 #ifdef ISO 1467 1467 use infotrac_phy, ONLY: ntraciso=>ntiso … … 3584 3584 #endif 3585 3585 ) 3586 USE print_control_mod, ONLY: prt_level, lunout3586 USE lmdz_print_control, ONLY: prt_level, lunout 3587 3587 #ifdef ISO 3588 3588 use infotrac_phy, ONLY: ntraciso=>ntiso … … 4692 4692 ) 4693 4693 4694 USE print_control_mod, ONLY: lunout, prt_level4694 USE lmdz_print_control, ONLY: lunout, prt_level 4695 4695 USE add_phys_tend_mod, ONLY: fl_cor_ebil 4696 4696
Note: See TracChangeset
for help on using the changeset viewer.