Changeset 5195 for LMDZ6/branches/Amaury_dev/libf/dyn3d_common
- Timestamp:
- Sep 16, 2024, 3:18:00 PM (3 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dyn3d_common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/adaptdt.f90
r5159 r5195 6 6 7 7 USE comconst_mod, ONLY: dtvr 8 USE lmdz_description, ONLY: descript9 8 USE lmdz_comdissip, ONLY: coefdis, tetavel, tetatemp, gamdissip, niterdis 10 9 USE lmdz_comgeom2 -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/initdynav.F90
r5182 r5195 10 10 USE comvert_mod, ONLY: presnivs 11 11 USE temps_mod, ONLY: itau_dyn 12 USE lmdz_description, ONLY: descript13 12 USE lmdz_iniprint, ONLY: lunout, prt_level 14 13 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/initfluxsto.f90
r5159 r5195 9 9 USE comvert_mod, ONLY: nivsigs 10 10 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn 11 USE lmdz_description, ONLY: descript12 11 USE lmdz_iniprint, ONLY: lunout, prt_level 13 12 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/inithist.F90
r5182 r5195 10 10 USE comvert_mod, ONLY: presnivs 11 11 USE temps_mod, ONLY: itau_dyn 12 USE lmdz_description, ONLY: descript13 12 USE lmdz_iniprint, ONLY: lunout, prt_level 14 13 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/interpre.f90
r5159 r5195 7 7 USE comconst_mod, ONLY: g 8 8 USE comvert_mod, ONLY: ap, bp 9 USE lmdz_description, ONLY: descript10 9 USE lmdz_comdissip, ONLY: coefdis, tetavel, tetatemp, gamdissip, niterdis 11 10 USE lmdz_comgeom2 -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/traceurpole.f90
r5159 r5195 2 2 3 3 SUBROUTINE traceurpole(q, masse) 4 USE lmdz_description, ONLY: descript5 4 USE lmdz_comdissip, ONLY: coefdis, tetavel, tetatemp, gamdissip, niterdis 6 5 USE lmdz_comgeom2
Note: See TracChangeset
for help on using the changeset viewer.