Skip to content

Commit

Permalink
Fix BUG for --drq option; luckily this option was only used with AOGC…
Browse files Browse the repository at this point in the history
…M version so far, thus the BUG never led to an error.
  • Loading branch information
treerink committed Feb 9, 2024
1 parent 8fffd5a commit 799ef66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ece2cmor3/scripts/genecec-for-individual-experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if [ "$#" -eq 5 ]; then
drq2ppt ${request_option} ${data_request_file}
drq2ins ${request_option} ${data_request_file}
if [ ${request_option} = '--drq' ]; then
drq2varlist ${request_option} ${data_request_file} --ececonf EC-EARTH-AOGCM --varlist cmip6-data-request-varlist-${mip_name}-${experiment}-${ece_configuration}.json
drq2varlist ${request_option} ${data_request_file} --ececonf ${ece_configuration} --varlist cmip6-data-request-varlist-${mip_name}-${experiment}-${ece_configuration}.json
convert_component_to_flat_json cmip6-data-request-varlist-${mip_name}-${experiment}-${ece_configuration}.json
checkvars -v --asciionly --drq cmip6-data-request-varlist-${mip_name}-${experiment}-${ece_configuration}-flat.json --output request-overview
rm -f cmip6-data-request-varlist-${mip_name}-${experiment}-${ece_configuration}-flat.json
Expand Down

0 comments on commit 799ef66

Please sign in to comment.