Skip to content

Commit

Permalink
Add the co2box variables to the request and include them in the optim…
Browse files Browse the repository at this point in the history
…ism genecec flow #792 #785.
  • Loading branch information
treerink committed Feb 5, 2024
1 parent 621c2df commit c42d550
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,5 +492,17 @@
"snmassacrossline"
]
},
"tm5": {}
"tm5": {},
"co2box": {
"Amon": [
"co2mass"
],
"Emon": [
"co2s"
],
"day": [
"co2s",
"co2mass"
]
}
}
3 changes: 2 additions & 1 deletion ece2cmor3/scripts/add-variables-for-co2box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ if [ "$#" -eq 0 ]; then

echo
echo " $0 reports:"
echo " The adjusted file is: ${table_path}/${table_file_day}"
echo " The adjusted file is:"
echo " ${table_path}/${table_file_day}"
echo " Which is part of a nested repository, therefore to view the diff, run:"
echo " cd ${table_path}; git diff; cd -"
echo
Expand Down
1 change: 1 addition & 0 deletions ece2cmor3/scripts/genecec-for-individual-experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if [ "$#" -eq 5 ]; then
# optimesm only:
if [ ${data_request_file##*/} = 'optimesm-request-EC-EARTH-CC-varlist.json' ]; then
./add-lpjg-cc-diagnostics.sh
./add-variables-for-co2box.sh
fi

rm -rf ${output_dir}
Expand Down

0 comments on commit c42d550

Please sign in to comment.