- Timestamp:
- Sep 8, 2023, 10:03:58 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Replay/replay_equip.sh
r4668 r4681 110 110 111 111 case $param in 112 vdif_k|vdif_cd|vdif|my_25 ) param_ini=vdif_ini_ ; inimod=vdif_ini ; klon=ngrid ; klev=nlay ;;112 vdif_k|vdif_cd|vdif|my_25|vdif_dq) param_ini=vdif_ini ; inimod=simple_vdif_ini ; klon=ngrid ; klev=nlay ;; 113 113 thermcell_main|thermcell_plume_6A|thermcell_env|thermcell_height|thermcell_dry|\ 114 114 thermcell_closure|thermcell_height|thermcell_dq|thermcell_flux2|thermcell_down| \ … … 294 294 sed -i"" -e "/$replay_comment/d" $file 295 295 done 296 line=`sed -n -e "/CALL "$param_ini"/=" physiq_mod.F90 | head -1` 296 #line=`sed -n -e "/CALL "$param_ini"/=" physiq_mod.F90 | head -1` 297 line=`sed -n -e "/CALL wake_ini/=" physiq_mod.F90 | head -1` 297 298 sed -i"" -e "${line}s/^/ CALL iophys_ini(pdtphys) ! $replay_comment ! $replay_comment\n/" physiq_mod.F90 298 299 fi
Note: See TracChangeset
for help on using the changeset viewer.