Changeset 4180 for trunk/LMDZ.COMMON/libf/evolution/output.F90
- Timestamp:
- Apr 10, 2026, 7:17:55 PM (6 hours ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/output.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/output.F90
r4170 r4180 16 16 ! DEPENDENCIES 17 17 ! ------------ 18 use numerics, only: dp, di, k4, minieps18 use numerics, only: dp, di, k4, eps 19 19 20 20 ! DECLARATION … … 469 469 470 470 ! If output timing not met, return 471 if (abs(mod(idt,output_rate)) > minieps) return471 if (abs(mod(idt,output_rate)) > eps) return 472 472 473 473 ! If it is the first writing of the current timestep
Note: See TracChangeset
for help on using the changeset viewer.
