Ignore:
Timestamp:
Apr 9, 2008, 12:36:53 PM (16 years ago)
Author:
lmdzadmin
Message:

Ajout coordonnees geographiques pour les plantages
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/hgardfou.F

    r766 r941  
    44      SUBROUTINE hgardfou (t,tsol,text)
    55      use dimphy
     6      use phys_state_var_mod
    67      IMPLICIT none
    78c======================================================================
    89c Verifier la temperature
    910c======================================================================
    10 cym#include "dimensions.h"
    11 cym#include "dimphy.h"
     11#include "dimensions.h"
    1212#include "YOMCST.h"
    1313#include "indicesol.h"
     
    2626         PRINT*, 'hgardfou garantit la temperature dans [100,370] K'
    2727         firstcall = .FALSE.
     28c        DO i = 1, klon
     29c         print*,'i=',i,'rlon=',rlon(i),'rlat=',rlat(i)
     30c        ENDDO
     31c
    2832      ENDIF
    2933c
     
    4751           ok = .FALSE.
    4852           DO i = 1, jbad
    49              PRINT *,'i,k,temperature =',jadrs(i),k,zt(jadrs(i))
     53             PRINT *,'i,k,temperature =',jadrs(i),k,zt(jadrs(i)),
     54     $       rlon(jadrs(i)),rlat(jadrs(i))
    5055           ENDDO
    5156         ENDIF
     
    6570           ok = .FALSE.
    6671           DO i = 1, jbad
    67              PRINT *,'i,k,temperature =',jadrs(i),k,zt(jadrs(i))
     72             PRINT *,'i,k,temperature =',jadrs(i),k,zt(jadrs(i)),
     73     $       rlon(jadrs(i)),rlat(jadrs(i))
    6874           ENDDO
    6975         ENDIF
     
    8894           ok = .FALSE.
    8995           DO i = 1, jbad
    90              PRINT *,'i,nsrf,temperature =',jadrs(i),nsrf,zt(jadrs(i))
     96             PRINT *,'i,nsrf,temperature =',jadrs(i),nsrf,zt(jadrs(i)),
     97     $       rlon(jadrs(i)),rlat(jadrs(i))
    9198           ENDDO
    9299         ENDIF
     
    106113           ok = .FALSE.
    107114           DO i = 1, jbad
    108              PRINT *,'i,nsrf,temperature =',jadrs(i),nsrf,zt(jadrs(i))
     115             PRINT *,'i,nsrf,temperature =',jadrs(i),nsrf,zt(jadrs(i)),
     116     $       rlon(jadrs(i)),rlat(jadrs(i))
    109117           ENDDO
    110118         ENDIF
Note: See TracChangeset for help on using the changeset viewer.