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


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

--

Legend:

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

    v176 v177  
    357357    if [[ $(echo "${val} <= -1" | bc) -eq 1 ]] ; then 
    358358        tmpfile=$(echo ${file/.nc/.nc.tmp}) 
    359         cdo mulc,-1 ${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