Ignore:
Timestamp:
10/07/15 15:36:34 (8 years ago)
Author:
rlacroix
Message:

test_client.f90: Revert r720.

Revert back to the old domain size to fix the Trusting.

File:
1 edited

Legend:

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

    r720 r723  
    1515  CHARACTER(len=15) :: calendar_type 
    1616  TYPE(xios_context) :: ctx_hdl 
    17   INTEGER,PARAMETER :: ni_glo=10 
    18   INTEGER,PARAMETER :: nj_glo=10 
     17  INTEGER,PARAMETER :: ni_glo=100 
     18  INTEGER,PARAMETER :: nj_glo=100 
    1919  INTEGER,PARAMETER :: llm=5 
    2020  DOUBLE PRECISION  :: lval(llm)=1 
Note: See TracChangeset for help on using the changeset viewer.