Changeset 5114 for LMDZ6/branches/Amaury_dev/libf/dyn3d/dynredem.F90
- Timestamp:
- Jul 24, 2024, 1:27:51 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/dynredem.F90
r5103 r5114 18 18 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time 19 19 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 20 USE lmdz_description, ONLY: descript 20 21 21 22 IMPLICIT NONE … … 23 24 include "paramet.h" 24 25 include "comgeom2.h" 25 include "description.h"26 26 include "iniprint.h" 27 27 !=============================================================================== … … 165 165 err, modname, fil, msg 166 166 USE temps_mod, ONLY: itau_dyn, itaufin 167 USE lmdz_description, ONLY: descript 167 168 168 169 IMPLICIT NONE 169 170 include "dimensions.h" 170 171 include "paramet.h" 171 include "description.h"172 172 include "comgeom.h" 173 173 include "iniprint.h"
Note: See TracChangeset
for help on using the changeset viewer.