Changeset 1799


Ignore:
Timestamp:
12/18/19 11:10:44 (4 years ago)
Author:
ymipsl
Message:

XIOS TEST SUITE : update some job script

YM

Location:
XIOS/trunk/GENERIC_TESTCASE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/GENERIC_TESTCASE/job_irene.sh

    r1793 r1799  
    2828export machine_name=irene 
    2929export machine_full_name=Irene 
    30 export xios_dir=/ccc/cont003/home/gencmip6/wangyush/XIOS/trunk 
     30export xios_dir=$(bash -c "cd .. && pwd" 2>&1) 
    3131export reference_dir=${CCCWORKDIR} 
    3232export reference_file=xios_reference.tar.gz 
     
    148148export machine_name=irene 
    149149export machine_full_name=Irene 
    150 export xios_dir=/ccc/cont003/home/gencmip6/wangyush/XIOS/trunk 
     150export xios_dir=$(bash -c "cd .. && pwd" 2>&1) 
    151151export reference_dir=${CCCWORKDIR} 
    152152export reference_file=xios_reference.tar.gz 
     
    256256 
    257257bash -c "cd ../html && python generate_test.py" 
    258  
    259  
    260  
    261  
    262  
     258bash -c "cd ../html && copy_to_thredds_html" 
     259bash -c "cd ../html && copy_to_thredds_info irene" 
     260 
     261 
     262 
  • XIOS/trunk/GENERIC_TESTCASE/job_jeanzay.sh

    r1793 r1799  
    242242 
    243243bash -c "cd ../html && python generate_test.py" 
    244  
     244bash -c "cd ../html && copy_to_forge_info jeanzay" 
     245 
Note: See TracChangeset for help on using the changeset viewer.