Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (2 months ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

Location:
LMDZ6/branches/Amaury_dev/libf/phy_common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phy_common/abort_physic.F90

    r5101 r5103  
    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
    105      USE mod_phys_lmdz_para
    116      USE print_control_mod, ONLY: lunout
     
    2419
    2520      write(lunout,*) 'in abort_physic'
    26 #ifdef CPP_IOIPSL
    2721!$OMP MASTER
    2822      CALL histclo
     
    3226      endif
    3327!$OMP END MASTER
    34 #endif
    3528
    3629      write(lunout,*) 'Stopping in ', modname
  • LMDZ6/branches/Amaury_dev/libf/phy_common/ioipsl_getin_p_mod.F90

    r5101 r5103  
    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
  • LMDZ6/branches/Amaury_dev/libf/phy_common/mod_phys_lmdz_mpi_data.F90

    r5099 r5103  
    9696    IF (mpi_rank == 0) THEN
    9797      mpi_master = 0
    98       is_mpi_root = .true.
     98      is_mpi_root = .TRUE.
    9999    ENDIF
    100100   
Note: See TracChangeset for help on using the changeset viewer.