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

    r5110 r5111  
    810810    USE print_control_mod, ONLY: prt_level,lunout
    811811    USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat
     812    USE lmdz_abort_physic, ONLY: abort_physic
    812813
    813814    IMPLICIT NONE
     
    955956  USE lmdz_xios, ONLY: xios_send_field, xios_field_is_active, using_xios
    956957  USE print_control_mod, ONLY: lunout, prt_level
     958  USE lmdz_abort_physic, ONLY: abort_physic
    957959
    958960  IMPLICIT NONE
     
    11671169  USE lmdz_xios, ONLY: xios_send_field, xios_field_is_active, using_xios
    11681170  USE print_control_mod, ONLY: prt_level,lunout
     1171  USE lmdz_abort_physic, ONLY: abort_physic
    11691172
    11701173  IMPLICIT NONE
     
    13631366  USE lmdz_xios, ONLY: xios_send_field
    13641367  USE print_control_mod, ONLY: prt_level,lunout
     1368  USE lmdz_abort_physic, ONLY: abort_physic
    13651369
    13661370  IMPLICIT NONE
     
    14461450  USE lmdz_grid_phy, ONLY: nbp_lon, nbp_lat, grid_type, unstructured
    14471451  USE print_control_mod, ONLY: prt_level,lunout
     1452  USE lmdz_abort_physic, ONLY: abort_physic
    14481453
    14491454  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.