Ignore:
Timestamp:
07/31/20 12:21:59 (4 years ago)
Author:
yushan
Message:

trunk : complete axis transformation tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/test/generic_testcase.f90

    r1914 r1921  
    356356    pressure=1e20 
    357357    DO j=0,z-1 
    358       pressure(:,j)=axis_value(j) ; 
     358      pressure(:,j)=axis_value(j) * 100000; 
    359359      DO i=0,xy-1 
    360360        IF (domain_index(i)/=-1) THEN 
     
    559559    ENDDO 
    560560          
    561     pressure=1e20 
     561    other_pressure=1e20 
    562562    DO j=0,z-1 
    563       pressure(:,j)=axis_value(j) ; 
     563      other_pressure(:,j)=axis_value(j) * 100000 ; 
    564564      DO i=0,xy-1 
    565565        IF (domain_index(i)/=-1) THEN 
Note: See TracChangeset for help on using the changeset viewer.