- Timestamp:
- 03/02/15 14:48:04 (10 years ago)
- Location:
- TOOLS/ConsoGENCMIP6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/conso_gencmip6.py
r2421 r2424 29 29 res = None 30 30 31 return res 31 return res.strip() 32 32 33 33 … … 39 39 res = subprocess.check_output(command) 40 40 res = res.split()[0] 41 42 41 except Exception as rc : 43 42 print(rc) -
TOOLS/ConsoGENCMIP6/launch_conso.sh
r2423 r2424 9 9 # ========================= 10 10 if [ -f /etc/bashrc ] ; then 11 ./etc/bashrc11 ./etc/bashrc 12 12 fi 13 13 # Load python
Note: See TracChangeset
for help on using the changeset viewer.