Index: BOL/Replay/replay_equip.sh
===================================================================
--- BOL/Replay/replay_equip.sh	(revision 4668)
+++ BOL/Replay/replay_equip.sh	(revision 4681)
@@ -110,5 +110,5 @@
 
 case $param in
-   vdif_k|vdif_cd|vdif|my_25) param_ini=vdif_ini_ ; inimod=vdif_ini ; klon=ngrid ; klev=nlay ;;
+   vdif_k|vdif_cd|vdif|my_25|vdif_dq) param_ini=vdif_ini ; inimod=simple_vdif_ini ; klon=ngrid ; klev=nlay ;;
    thermcell_main|thermcell_plume_6A|thermcell_env|thermcell_height|thermcell_dry|\
       thermcell_closure|thermcell_height|thermcell_dq|thermcell_flux2|thermcell_down| \
@@ -294,5 +294,6 @@
       sed -i"" -e "/$replay_comment/d" $file
    done
-   line=`sed -n -e "/CALL "$param_ini"/=" physiq_mod.F90 | head -1`
+   #line=`sed -n -e "/CALL "$param_ini"/=" physiq_mod.F90 | head -1`
+   line=`sed -n -e "/CALL wake_ini/=" physiq_mod.F90 | head -1`
    sed -i"" -e "${line}s/^/   CALL iophys_ini(pdtphys) ! $replay_comment  ! $replay_comment\n/" physiq_mod.F90
 fi
