Ignore:
Timestamp:
Jul 24, 2024, 12:17:33 PM (4 months ago)
Author:
abarral
Message:

Put abort_physic into a module
Remove -g option from makelmdz_fcm, since that option is linked to a header file that isn't included anywhere.
(lint) light lint on traversed files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/grid_noro_m.F90

    r5103 r5111  
    504504
    505505SUBROUTINE check_dim(dimd,nam,dimv)
     506  USE lmdz_abort_physic, ONLY: abort_physic
    506507  CHARACTER(LEN=*), INTENT(IN) :: dimd
    507508  CHARACTER(LEN=*), INTENT(IN) :: nam
     
    521522
    522523SUBROUTINE ncerr(ncres,var)
     524  USE lmdz_abort_physic, ONLY: abort_physic
    523525  IMPLICIT NONE
    524526  INTEGER,          INTENT(IN) :: ncres
Note: See TracChangeset for help on using the changeset viewer.