Changeset 1702


Ignore:
Timestamp:
09/10/19 17:00:26 (5 years ago)
Author:
yushan
Message:

Generic_testcase : update generic_testcase.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/test/generic_testcase.f90

    r1691 r1702  
    1111  INTEGER :: nb_proc_oce 
    1212  INTEGER :: nb_proc_surf 
     13  INTEGER :: NumberPoolsServer2 
     14  LOGICAL :: UsingServer2 
     15  INTEGER :: RatioServer2 
     16  INTEGER :: NumberServers 
    1317  CHARACTER(LEN=len_str)  :: proc_distribution 
    1418  CHARACTER(LEN=len_str)  :: start_date 
     
    1620  DOUBLE PRECISION        :: sypd 
    1721  NAMELIST /params_run/    nb_proc_atm, nb_proc_surf, nb_proc_oce, &  
    18                            duration, sypd, start_date, proc_distribution 
     22                           duration, sypd, start_date, proc_distribution, NumberPoolsServer2, & 
     23                           UsingServer2, RatioServer2, NumberServers 
    1924 
    2025 
     
    6368  start_date="2018-01-01" 
    6469  proc_distribution="contiguous" 
     70  NumberPoolsServer2=1 
     71  UsingServer2=.false. 
     72  RatioServer2=50 
     73  NumberServers=4 
    6574  READ (unit, nml=params_run) 
    6675  CLOSE(unit) 
Note: See TracChangeset for help on using the changeset viewer.