Changeset 5112 for LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d
- Timestamp:
- Jul 24, 2024, 12:45:32 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_1dutils.f90
r5110 r5112 63 63 64 64 use IOIPSL 65 USE print_control_mod, ONLY: lunout65 USE lmdz_print_control, ONLY: lunout 66 66 !----------------------------------------------------------------------- 67 67 ! Auteurs : A. Lahellec . … … 709 709 USE phys_state_var_mod 710 710 USE iostart 711 USE write_field_phy711 USE lmdz_write_field_phy 712 712 USE infotrac 713 713 use control_mod -
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_old_lmdz1d.F90
r5104 r5112 36 36 USE mod_1D_cases_read2 37 37 USE mod_1D_amma_read 38 USE print_control_mod, ONLY: lunout, prt_level38 USE lmdz_print_control, ONLY: lunout, prt_level 39 39 USE iniphysiq_mod, ONLY: iniphysiq 40 40 USE mod_const_mpi, ONLY: comm_lmdz -
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_scm.F90
r5104 r5112 32 32 USE phyaqua_mod 33 33 USE mod_1D_cases_read_std 34 USE print_control_mod, ONLY: lunout, prt_level34 USE lmdz_print_control, ONLY: lunout, prt_level 35 35 USE iniphysiq_mod, ONLY: iniphysiq 36 36 USE mod_const_mpi, ONLY: comm_lmdz
Note: See TracChangeset
for help on using the changeset viewer.