Skip to content
Snippets Groups Projects
Commit c337542b authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 04/07/2017: IO: reverted name of field to old behavior (kept improved comment)

(cherry picked from commit 72baafd3)
parent 64ebf61e
No related branches found
No related tags found
No related merge requests found
...@@ -70,8 +70,7 @@ ...@@ -70,8 +70,7 @@
!! routine. !! routine.
!! J.Escobar 02/10/2015 modif for JPHEXT(JPVEXT) variable !! J.Escobar 02/10/2015 modif for JPHEXT(JPVEXT) variable
!! D.Gazen+ G.Delautier 06/2016 modif for ncl files !! D.Gazen+ G.Delautier 06/2016 modif for ncl files
!! P. Wautelet 09/06/2017: name of the variable added to the name of the written field !! P. Wautelet 06-07/2017: improved comment (name of field + true comment + units)
!! and better comment (true comment + units)
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
!* 0. DECLARATIONS !* 0. DECLARATIONS
...@@ -435,9 +434,9 @@ DO J = 1,IP ...@@ -435,9 +434,9 @@ DO J = 1,IP
ELSE IF(J >= 100 .AND. J < 1000) THEN ELSE IF(J >= 100 .AND. J < 1000) THEN
WRITE(YJ,'(I3)')J WRITE(YJ,'(I3)')J
ENDIF ENDIF
YRECFM = TRIM(HGROUP)//'.'//TRIM(HTITRE(J)) YRECFM = TRIM(HGROUP)//'.PROC'//YJ
ILENG = II*IJ*IK*IT*IN ILENG = II*IJ*IK*IT*IN
YCOMMENT = TRIM(HCOMMENT(J))//' ('//TRIM(HUNITE(J))//')' YCOMMENT = TRIM(HTITRE(J))//' - '//TRIM(HCOMMENT(J))//' ('//TRIM(HUNITE(J))//')'
ILENCH = LEN_TRIM(YCOMMENT) ILENCH = LEN_TRIM(YCOMMENT)
!print *,' PVAR ' !print *,' PVAR '
!print *,' YJ ILENG YRECFM KGRID(J) ',YJ,ILENG,YRECFM,KGRID(J) !print *,' YJ ILENG YRECFM KGRID(J) ',YJ,ILENG,YRECFM,KGRID(J)
......
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