Skip to content
Snippets Groups Projects
Commit c6285382 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 12/06/203:call_rttov13.f90, change intent to INOUT , for Pb with CRAY ftn

parent b9a808ee
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ LOGICAL, INTENT(IN) :: OUSERI ! logical switch to compute both ...@@ -39,7 +39,7 @@ LOGICAL, INTENT(IN) :: OUSERI ! logical switch to compute both
! !
INTEGER, DIMENSION(:,:), INTENT(IN) :: KRTTOVINFO ! platform, satellite, sensor, INTEGER, DIMENSION(:,:), INTENT(IN) :: KRTTOVINFO ! platform, satellite, sensor,
! and selection calculations ! and selection calculations
TYPE(TFILEDATA), INTENT(IN) :: TPFILE ! File characteristics TYPE(TFILEDATA), INTENT(INOUT) :: TPFILE ! File characteristics
! !
END SUBROUTINE CALL_RTTOV13 END SUBROUTINE CALL_RTTOV13
END INTERFACE END INTERFACE
...@@ -169,7 +169,7 @@ LOGICAL, INTENT(IN) :: OUSERI ! logical switch to compute both ...@@ -169,7 +169,7 @@ LOGICAL, INTENT(IN) :: OUSERI ! logical switch to compute both
!!! !!!
INTEGER, DIMENSION(:,:), INTENT(IN) :: KRTTOVINFO ! platform, satellite, sensor, INTEGER, DIMENSION(:,:), INTENT(IN) :: KRTTOVINFO ! platform, satellite, sensor,
! and selection calculations ! and selection calculations
TYPE(TFILEDATA), INTENT(IN) :: TPFILE ! File characteristics TYPE(TFILEDATA), INTENT(INOUT) :: TPFILE ! File characteristics
! !
#ifdef MNH_RTTOV_13 #ifdef MNH_RTTOV_13
!!! !!!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment