Ignore:
Timestamp:
Jul 24, 2024, 12:17:33 PM (2 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

Location:
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/limit_netcdf.f90

    r5103 r5111  
    8080    USE comconst_mod, ONLY: pi
    8181    USE phys_cal_mod, ONLY: calend
     82    USE lmdz_abort_physic, ONLY: abort_physic
    8283    IMPLICIT NONE
    8384    !-------------------------------------------------------------------------------
     
    330331      USE arth_m, ONLY: arth
    331332      USE indice_sol_mod
     333      USE lmdz_abort_physic, ONLY: abort_physic
    332334
    333335      IMPLICIT NONE
     
    745747      !-------------------------------------------------------------------------------
    746748      USE netcdf, ONLY: nf90_noerr, nf90_strerror
     749      USE lmdz_abort_physic, ONLY: abort_physic
    747750      IMPLICIT NONE
    748751      !-------------------------------------------------------------------------------
  • LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/test_disvert_m.F90

    r5103 r5111  
    1616    use vertical_layers_mod, only: ap,bp,preff
    1717    use comconst_mod, only: kappa, cpp
     18    USE lmdz_abort_physic, ONLY: abort_physic
    1819
    1920    ! For llm:
Note: See TracChangeset for help on using the changeset viewer.