Changeset 4681


Ignore:
Timestamp:
Sep 8, 2023, 10:03:58 AM (8 months ago)
Author:
fhourdin
Message:

Details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Replay/replay_equip.sh

    r4668 r4681  
    110110
    111111case $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 ;;
    113113   thermcell_main|thermcell_plume_6A|thermcell_env|thermcell_height|thermcell_dry|\
    114114      thermcell_closure|thermcell_height|thermcell_dq|thermcell_flux2|thermcell_down| \
     
    294294      sed -i"" -e "/$replay_comment/d" $file
    295295   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`
    297298   sed -i"" -e "${line}s/^/   CALL iophys_ini(pdtphys) ! $replay_comment  ! $replay_comment\n/" physiq_mod.F90
    298299fi
Note: See TracChangeset for help on using the changeset viewer.