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

Remove CPP_IOIPSL cpp keys uses

Location:
LMDZ6/trunk/libf/phy_common
Files:
2 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
  • LMDZ6/trunk/libf/phy_common/ioipsl_getin_p_mod.F90

    r2352 r5267  
    55! To use getin in a parallel context
    66!---------------------------------------------------------------------
    7 #ifdef CPP_IOIPSL
    87USE ioipsl, ONLY: getin
    9 #else
    10 USE ioipsl_getincom, ONLY: getin
    11 #endif
    128USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    139USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
Note: See TracChangeset for help on using the changeset viewer.