Project

General

Profile

how can i apply this intensity equation

Added by Nurul Ain almost 3 years ago

Hi, this is my script. Is this okay to apply this equation?

cdo -timsum -expr,'pr=((pr>=-4.0) && (pr<=-1.0)) ? 1.0 : 0.0' infile outfile1
cdo -timsum -expr,'precip=(precip>=-4.0) && (precip<=-1.0)' infile outfile2
cdo mulc outfile1 outfile2 outfile3