Ignore:
Timestamp:
Jul 25, 2024, 7:41:04 PM (8 weeks ago)
Author:
abarral
Message:

Correct arguments order in abort_gcm
Remove now unused key from makelmdz_fcm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/misc/lmdz_NOMODULE_abort_gcm.f90

    r5128 r5130  
    33! /!\ 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
    44
    5 SUBROUTINE abort_gcm(modname, ierr, message)
     5SUBROUTINE abort_gcm(modname, message, ierr)
    66  !END
    77  ! Stops the simulation cleanly, closing files and printing various
Note: See TracChangeset for help on using the changeset viewer.