Browse Source

Fixed typo with cape flag. Fixes #9

main
Bill Ladwig 8 years ago
parent
commit
1d73bc7eeb
  1. 2
      src/wrf/specialdec.py

2
src/wrf/specialdec.py

@ -218,7 +218,7 @@ def cape_left_iter(alg_dtype=np.float64):
i3dflag = args[7] i3dflag = args[7]
ter_follow = args[8] ter_follow = args[8]
is2d = i3dflag != 0 is2d = i3dflag == 0
is1d = np.isscalar(sfp) is1d = np.isscalar(sfp)
orig_dtype = p_hpa.dtype orig_dtype = p_hpa.dtype

Loading…
Cancel
Save