Ignore:
Timestamp:
09/13/19 14:29:49 (5 years ago)
Author:
yushan
Message:

Generic_testcase : seperate param.def for generic_test_case.exe and all_param.def for the test

File:
1 edited

Legend:

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

    r1702 r1713  
    1111  INTEGER :: nb_proc_oce 
    1212  INTEGER :: nb_proc_surf 
    13   INTEGER :: NumberPoolsServer2 
    14   LOGICAL :: UsingServer2 
    15   INTEGER :: RatioServer2 
    16   INTEGER :: NumberServers 
    1713  CHARACTER(LEN=len_str)  :: proc_distribution 
    1814  CHARACTER(LEN=len_str)  :: start_date 
     
    2016  DOUBLE PRECISION        :: sypd 
    2117  NAMELIST /params_run/    nb_proc_atm, nb_proc_surf, nb_proc_oce, &  
    22                            duration, sypd, start_date, proc_distribution, NumberPoolsServer2, & 
    23                            UsingServer2, RatioServer2, NumberServers 
     18                           duration, sypd, start_date, proc_distribution 
    2419 
    2520 
     
    6863  start_date="2018-01-01" 
    6964  proc_distribution="contiguous" 
    70   NumberPoolsServer2=1 
    71   UsingServer2=.false. 
    72   RatioServer2=50 
    73   NumberServers=4 
     65   
    7466  READ (unit, nml=params_run) 
    7567  CLOSE(unit) 
Note: See TracChangeset for help on using the changeset viewer.