Changes between Version 177 and Version 178 of IPSLCM6/IPSL-CM6A-LR


Ignore:
Timestamp:
07/04/18 09:35:41 (6 years ago)
Author:
glipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPSLCM6/IPSL-CM6A-LR

    v177 v178  
    357357    if [[ $(echo "${val} <= -1" | bc) -eq 1 ]] ; then 
    358358        tmpfile=$(echo ${file/.nc/.nc.tmp}) 
    359         ncap2 -v -s 'rld=-1.0f*$rld;ps=$ps;time_bounds=$time_bounds;klev=$klev;bnds=$bnds;b=$b;b_bnds=$b_bnds;ap=$ap;ap_bnds=$ap_bnds;' ${file} ${tmpfile} 
     359        ncap2 -v -s 'rld=-1.0f*rld;ps=ps;time_bounds=time_bounds;klev=klev;bnds=bnds;b=b;b_bnds=b_bnds;ap=ap;ap_bnds=ap_bnds;' ${file} ${tmpfile} 
    360360        mv ${tmpfile} ${file} 
    361361    fi