Changeset 5192 for LMDZ6/branches/Amaury_dev/libf/dyn3d
- Timestamp:
- Sep 16, 2024, 2:27:18 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dyn3d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_advtrac.f90
r5186 r5192 18 18 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_DEBUGIO 19 19 USE lmdz_strings, ONLY: int2str 20 USE lmdz_description, ONLY: descript21 20 USE lmdz_libmath, ONLY: minmax 22 21 USE lmdz_iniprint, ONLY: lunout, prt_level -
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_dynetat0.f90
r5182 r5192 24 24 USE ener_mod, ONLY: etot0, ptot0, ztot0, stot0, ang0 25 25 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA, CPPKEY_REPROBUS 26 USE lmdz_description, ONLY: descript27 26 USE lmdz_iniprint, ONLY: lunout, prt_level 28 27 USE lmdz_comgeom2 -
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_dynredem.f90
r5186 r5192 25 25 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time 26 26 USE ener_mod, ONLY: etot0, ptot0, ztot0, stot0, ang0 27 USE lmdz_description, ONLY: descript28 27 USE lmdz_iniprint, ONLY: lunout, prt_level 29 28 USE lmdz_comgeom2 … … 174 173 err, modname, fil, msg 175 174 USE temps_mod, ONLY: itau_dyn, itaufin 176 USE lmdz_description, ONLY: descript177 175 USE lmdz_iniprint, ONLY: lunout, prt_level 178 176 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_leapfrog.f90
r5186 r5192 27 27 USE lmdz_strings, ONLY: msg 28 28 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS 29 USE lmdz_description, ONLY: descript30 29 USE lmdz_iniprint, ONLY: lunout, prt_level 31 30 USE lmdz_ssum_scopy, ONLY: scopy, ssum
Note: See TracChangeset
for help on using the changeset viewer.