Correct me if my understanding is incorrect.
You now want to start RAID devices on /dev/sdb and /dev/sdc instead of /dev/sdc and /dev/sdd.
You may give this a try
Code:
vi /etc/mdadm.conf or /etc/mdadm/mdadm.conf
DEVICE /dev/sdb /dev/sdc
ARRAY /dev/md0 devices=/dev/sdb,/dev/sdc
refer man mdadm and man mdadm.conf
Edit: you can also start raid device manually without the config file, try mdadm -A /dev/md0 /dev/sdb /dev/sdc