Skip to content

Commit

Permalink
small cleanup to driver
Browse files Browse the repository at this point in the history
  • Loading branch information
zarzycki committed May 29, 2024
1 parent 18574cb commit 0c3d913
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions betacast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -800,10 +800,8 @@ fi

echo "Setting input land dataset"
# Clean up file to delete any special interp lines that may be needed later (but aren't needed for native init)
#sed -i '/finidat/d' user_nl_${lndName}
sed -i '/init_interp_fill_missing_with_natveg/d' user_nl_${lndName}
sed -i '/use_init_interp/d' user_nl_${lndName}
#echo "finidat=''" >> user_nl_${lndName}

# Create a temp directory for now
RUNTMPDIR=$path_to_nc_files/tmp/
Expand Down Expand Up @@ -867,8 +865,6 @@ else
echo "!!!!!!!!!!!!!"
sed -i '/.*finidat/d' user_nl_${lndName}
xmlchange_verbose "${lndName^^}_FORCE_COLDSTART" "on"
#exit
#sed -i 's?.*finidat.*?!finidat='"''"'?' user_nl_${lndName}
fi
fi

Expand Down

0 comments on commit 0c3d913

Please sign in to comment.