Skip to content

Commit

Permalink
Fix cmortables_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Dec 10, 2024
1 parent 3a8dc06 commit e7d43e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zppy/templates/e3sm_to_cmip.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cat > default_metadata.json << EOF
{% include cmip_metadata %}
EOF
{
export cmortables_dir={{ cmor_tables_prefix }}/cmip6-cmor-tables/Tables
export cmortables_dir={{ cmor_tables_prefix }}/e3sm_to_cmip_data/cmip6-cmor-tables/Tables
#input_dir={{ output }}/post/{{ component }}/{{ grid }}/ts/{{ frequency }}/{{ '%dyr' % (ypf) }}
input_dir=${dest}/{{ '%04d' % (yr_start) }}_{{ '%04d' % (yr_end) }}
mkdir -p $input_dir
Expand Down

0 comments on commit e7d43e1

Please sign in to comment.