Changeset 5113 for LMDZ6/branches/Amaury_dev/libf/phydev
- Timestamp:
- Jul 24, 2024, 1:17:08 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phydev/iophy.F90
r5112 r5113 3 3 module iophy 4 4 5 ! abd REAL, private,allocatable,dimension(:),save :: io_lat6 ! abd REAL, private,allocatable,dimension(:),save :: io_lon5 ! abd REAL,PRIVATE,allocatable,dimension(:),save :: io_lat 6 ! abd REAL,PRIVATE,allocatable,dimension(:),save :: io_lon 7 7 REAL, allocatable, dimension(:), save :: io_lat 8 8 REAL, allocatable, dimension(:), save :: io_lon … … 35 35 USE ioipsl, only: flio_dom_set 36 36 use wxios, only: wxios_domain_param, using_xios 37 implicit none37 IMPLICIT NONE 38 38 real, dimension(klon), intent(in) :: rlon 39 39 real, dimension(klon), intent(in) :: rlat … … 143 143 USE lmdz_print_control, ONLY: prt_level, lunout 144 144 USE lmdz_grid_phy, ONLY: nbp_lon 145 implicit none145 IMPLICIT NONE 146 146 147 147 character*(*), intent(IN) :: name … … 205 205 USE lmdz_grid_phy, ONLY: nbp_lon 206 206 USE lmdz_abort_physic, ONLY: abort_physic 207 implicit none207 IMPLICIT NONE 208 208 209 209 integer, intent(in) :: nid … … 265 265 USE lmdz_grid_phy, ONLY: nbp_lon 266 266 USE lmdz_abort_physic, ONLY: abort_physic 267 implicit none267 IMPLICIT NONE 268 268 269 269 integer, intent(in) :: nid
Note: See TracChangeset
for help on using the changeset viewer.