Ignore:
Timestamp:
Jul 24, 2024, 1:17:08 PM (2 months ago)
Author:
abarral
Message:

Rename modules in misc from *_mod > lmdz_*
Put cbrt.f90, ch*.f90, pch*.f90 in new lmdz_libmath_pch.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phydev/iophy.F90

    r5112 r5113  
    33module iophy
    44
    5   ! abd  REAL,private,allocatable,dimension(:),save :: io_lat
    6   ! abd  REAL,private,allocatable,dimension(:),save :: io_lon
     5  ! abd  REAL,PRIVATE,allocatable,dimension(:),save :: io_lat
     6  ! abd  REAL,PRIVATE,allocatable,dimension(:),save :: io_lon
    77  REAL, allocatable, dimension(:), save :: io_lat
    88  REAL, allocatable, dimension(:), save :: io_lon
     
    3535    USE ioipsl, only: flio_dom_set
    3636    use wxios, only: wxios_domain_param, using_xios
    37     implicit none
     37    IMPLICIT NONE
    3838    real, dimension(klon), intent(in) :: rlon
    3939    real, dimension(klon), intent(in) :: rlat
     
    143143    USE lmdz_print_control, ONLY: prt_level, lunout
    144144    USE lmdz_grid_phy, ONLY: nbp_lon
    145     implicit none
     145    IMPLICIT NONE
    146146
    147147    character*(*), intent(IN) :: name
     
    205205    USE lmdz_grid_phy, ONLY: nbp_lon
    206206    USE lmdz_abort_physic, ONLY: abort_physic
    207     implicit none
     207    IMPLICIT NONE
    208208
    209209    integer, intent(in) :: nid
     
    265265    USE lmdz_grid_phy, ONLY: nbp_lon
    266266    USE lmdz_abort_physic, ONLY: abort_physic
    267     implicit none
     267    IMPLICIT NONE
    268268
    269269    integer, intent(in) :: nid
Note: See TracChangeset for help on using the changeset viewer.