Changeset 5130 for LMDZ6/branches/Amaury_dev/libf/misc
- Timestamp:
- Jul 25, 2024, 7:41:04 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/misc/lmdz_NOMODULE_abort_gcm.f90
r5128 r5130 3 3 ! /!\ We can't put this in a module right away with FCM1, as this creates a circular dependency e.g. with wxios through lmdz_iniprint 4 4 5 SUBROUTINE abort_gcm(modname, ierr, message)5 SUBROUTINE abort_gcm(modname, message, ierr) 6 6 !END 7 7 ! Stops the simulation cleanly, closing files and printing various
Note: See TracChangeset
for help on using the changeset viewer.