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

Remove CPP_IOIPSL cpp keys uses

Location:
LMDZ6/trunk/libf/phylmdiso
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/isotopes_mod.F90

    r5214 r5267  
    379379
    380380SUBROUTINE getinp_s(nam, val, def, lDisp)
    381    USE ioipsl_getincom, ONLY: getin
     381   USE ioipsl, ONLY: getin
    382382   USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    383383   USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
     
    398398
    399399SUBROUTINE getinp_i(nam, val, def, lDisp)
    400    USE ioipsl_getincom, ONLY: getin
     400   USE ioipsl, ONLY: getin
    401401   USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    402402   USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
     
    417417
    418418SUBROUTINE getinp_r(nam, val, def, lDisp)
    419    USE ioipsl_getincom, ONLY: getin
     419   USE ioipsl, ONLY: getin
    420420   USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    421421   USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
     
    436436
    437437SUBROUTINE getinp_l(nam, val, def, lDisp)
    438    USE ioipsl_getincom, ONLY: getin
     438   USE ioipsl, ONLY: getin
    439439   USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
    440440   USE mod_phys_lmdz_omp_data, ONLY :  is_omp_root
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5265 r5267  
    19001900          ENDIF
    19011901
    1902 #ifdef CPP_IOIPSL
    1903 
    19041902       !$OMP MASTER
    19051903       ! FH : if ok_sync=.true. , the time axis is written at each time step
     
    19321930#endif
    19331931
    1934 #endif
    19351932       ecrit_reg = ecrit_reg * un_jour
    19361933       ecrit_tra = ecrit_tra * un_jour
     
    73097306    !   Ecriture des sorties
    73107307    !=============================================================
    7311 #ifdef CPP_IOIPSL
    73127308
    73137309    ! Recupere des varibles calcule dans differents modules
     
    73737369#endif
    73747370
    7375 #endif
    73767371    ! Petit appelle de sorties pour accompagner le travail sur phyex
    73777372    if ( iflag_physiq == 1 ) then
Note: See TracChangeset for help on using the changeset viewer.