Changeset 4157 for trunk/LMDZ.COMMON/libf/evolution/allocation.F90
- Timestamp:
- Mar 26, 2026, 4:29:10 PM (11 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/allocation.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/allocation.F90
r4138 r4157 28 28 use orbit, only: ini_orbit, end_orbit 29 29 use output, only: ini_output, end_output 30 use planet, only: ini_planet, end_planet 30 31 31 32 ! DECLARATION … … 67 68 68 69 ! Initialize everything else 70 call ini_planet() 69 71 call ini_atmosphere() 70 72 call ini_tracers() … … 115 117 call end_tracers() 116 118 call end_atmosphere() 119 call end_planet() 117 120 call end_geometry() 118 121
Note: See TracChangeset
for help on using the changeset viewer.
