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/create_limit_unstruct_mod.F90

    r5110 r5111  
    1616  USE phys_state_var_mod
    1717  USE lmdz_phys_para
     18  USE lmdz_abort_physic, ONLY: abort_physic
    1819  IMPLICIT NONE
    1920    INCLUDE "iniprint.h"
     
    185186  USE time_phylmdz_mod, ONLY: annee_ref
    186187  USE lmdz_phys_para
     188  USE lmdz_abort_physic, ONLY: abort_physic
    187189  IMPLICIT NONE
    188190   INCLUDE "iniprint.h"
     
    265267  !-------------------------------------------------------------------------------
    266268    USE ioipsl, ONLY: ioget_calendar,ioconf_calendar,lock_calendar,ioget_mon_len
     269    USE lmdz_abort_physic, ONLY: abort_physic
    267270    IMPLICIT NONE
    268271  !-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.