May I calculate the mass stream function using the ERA40 data by mastrfu
Added by yong sun about 12 years ago
Hi,
I attempt to abtain the mass stream funtion using function mastrfu and my procedure is as follows
step1.
cdo zonmean vwnd.mon.mean.nc zonmean.nc
step 2.
cdo mastrfu zonmean.nc msf.nc
some warnings occurred:
cdo mastrfu (Warning): Unexpected code -1!
cdo mastrfu (Warning): Some data values (min=-2.14748e+09 max=-2.14748e+09) are outside the
valid range (-32768 - 32767) of the used output precision!
Use the CDO option -b 32 or -b 64 to increase the output precision.
cdf_put_vara_double : ncid = 4 varid = 4 val0 = -3847409.000000
Error (cdf_put_vara_double) : Numeric conversion not representable
Could you give me some advice to solve this problem?
Thanks in advance
Have a good day
Yong
zonmean.nc (1.74 MB) zonmean.nc |
Replies (1)
RE: May I calculate the mass stream function using the ERA40 data by mastrfu - Added by Jaison-Thomas Ambadan about 12 years ago
Hi,
Please have a look at the following threads:
https://code.zmaw.de/boards/1/topics/1433#message-1434
https://code.zmaw.de/boards/1/topics/1185#message-1188
Hope this helps!
Cheers,
J.