Skip to content

Commit

Permalink
Remove the 3hr ppt for the RCM dynamical forcing data requests variants
Browse files Browse the repository at this point in the history
  • Loading branch information
treerink committed Oct 29, 2020
1 parent 662efe5 commit b6bd9ab
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,15 @@ if [ "$#" -eq 4 ]; then
fi

if [ ${data_request_file} = '../resources/miscellaneous-data-requests/knmi23-dutch-scenarios/cmvme_CMIP_ssp245_1_1-knmi23-plev23r.xlsx' ]; then
rm -f ${output_dir}/pptdddddd0300 # Prevent any 3 hourly raw output
sed -i -e 's/EC-Earth3/EC-Earth3-RT/' -e 's/(2019)/(2020)/' ${output_dir}/metadata-cmip6-${mip_name}-${experiment}-${ece_configuration}-*-template.json
mkdir -p knmi23-dutch-scenarios
mv -f ${output_dir} knmi23-dutch-scenarios/${experiment}-${ece_configuration}-plev23r
fi

if [ ${data_request_file} = '../resources/miscellaneous-data-requests/knmi23-dutch-scenarios/cmvme_CMIP_ssp245_1_1-knmi23-plev36.xlsx' ]; then
rm -f ${output_dir}/pptdddddd0300 # Prevent any 3 hourly raw output
sed -i -e 's/EC-Earth3/EC-Earth3-RT/' -e 's/(2019)/(2020)/' ${output_dir}/metadata-cmip6-${mip_name}-${experiment}-${ece_configuration}-*-template.json
mkdir -p knmi23-dutch-scenarios
mv -f ${output_dir} knmi23-dutch-scenarios/${experiment}-${ece_configuration}-plev36
fi
Expand Down

0 comments on commit b6bd9ab

Please sign in to comment.