- Timestamp:
- Jan 18, 2016, 5:35:36 PM (10 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/make_geo-aquaplanet.bash
r188 r677 9 9 rootsh=`pwd` 10 10 export PATH=/u/lflmd/bin/gcc_Python-2.7.5/bin:${PATH} 11 pyHOME=${HOME}/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools 11 12 12 13 geofile=$1 … … 29 30 for var in ${zerov}; do 30 31 echo " "${var}"..." 31 python ${ HOME}/climatescripts/python/nc_var.py -f ${ofile} -v ${var} -o valmod -S mulc,0.32 python ${pyHOME}/nc_var.py -f ${ofile} -v ${var} -o valmod -S mulc,0. 32 33 ivar=`expr ${ivar} + 1` 33 34 ## exit … … 42 43 varv=`echo ${var} | tr '|' ' ' | awk '{print $2}'` 43 44 echo " "${varn}"..." 44 python ${ HOME}/climatescripts/python/nc_var.py -f ${ofile} -v ${varn} -o valmod -S mulc,0.45 python ${ HOME}/climatescripts/python/nc_var.py -f ${ofile} -v ${varn} -o valmod -S sumc,${varv}45 python ${pyHOME}/nc_var.py -f ${ofile} -v ${varn} -o valmod -S mulc,0. 46 python ${pyHOME}/nc_var.py -f ${ofile} -v ${varn} -o valmod -S sumc,${varv} 46 47 ivar=`expr ${ivar} + 1` 47 48 ## exit -
trunk/tools/make_met-aquaplanet.bash
r550 r677 19 19 rootsh=`pwd` 20 20 export PATH=/u/lflmd/bin/gcc_Python-2.7.5/bin:${PATH} 21 ncvarhome=${HOME}/ UNSW-CCRC-WRF/tools/python21 ncvarhome=${HOME}/etudes/WRF_LMDZ/svn/LMDZ_WRF/tools 22 22 errormsg='ERROR -- error -- ERROR -- error' 23 23 … … 111 111 ## 112 112 if test ! ${sstkind} = 'original'; then 113 python sfcVAR_global_modification.py -f ${ofile} -v ${sstname} -k ${sstkind} -L XLONG_M -l XLAT_M -s ${addvalues}113 python ${ncvarhome}/sfcVAR_global_modification.py -f ${ofile} -v ${sstname} -k ${sstkind} -L XLONG_M -l XLAT_M -s ${addvalues} 114 114 npy=$? 115 115 if test ! ${npy} -eq 0; then
Note: See TracChangeset
for help on using the changeset viewer.