Open edwardhartnett opened 1 month ago
Tagging @delippi
@edwardhartnett, interesting. It should definitely work. Can you add a debug print statement in your rrfs-workflow/script/exrrfs_blend_ics.sh
right before the call to blending_fv3.py
to see what the value of $Lx
you are passing to it?
For example,
echo Lx: $Lx
python ${USHdir}/blending_fv3.py $Lx $glb $reg $trcr $blend $use_host_enkf
My initial guess is the value of Lx is not correctly set. It should be 960.
For reference, blending_fv3.py
is located in rrfs-workflow/ush
.
Has this script ever worked?
I don't understand how it can, with this exception.