Ignore:
Timestamp:
Oct 23, 2024, 5:34:46 PM (2 days ago)
Author:
abarral
Message:

Remove CPP_IOIPSL cpp keys uses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phy_common/abort_physic.F90

    r4600 r5267  
    22      SUBROUTINE abort_physic(modname, message, ierr)
    33     
    4 #ifdef CPP_IOIPSL
    54      USE IOIPSL
    6 #else
    7 ! if not using IOIPSL, we still need to use (a local version of) getin_dump
    8       USE ioipsl_getincom
    9 #endif
     5
    106      USE mod_phys_lmdz_para
    117      USE print_control_mod, ONLY: lunout
     
    2420
    2521      write(lunout,*) 'in abort_physic'
    26 #ifdef CPP_IOIPSL
    2722!$OMP MASTER
    2823      call histclo
     
    3227      endif
    3328!$OMP END MASTER
    34 #endif
    3529
    3630      write(lunout,*) 'Stopping in ', modname
Note: See TracChangeset for help on using the changeset viewer.