Skip to content

Commit

Permalink
yaml path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Sep 25, 2024
1 parent 775df9e commit 8f5f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/scripts/gen_intake_gfdl_runner_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#This is an example call to run catalog builder using a yaml config file.
package_dir = os.path.dirname(os.path.abspath(__file__))
configyaml = os.path.join(package_dir, 'catalogbuilder/scripts/configs/config-example.yml')
configyaml = os.path.join(package_dir, 'configs/config-example.yml')
input_path = "/archive/am5/am5/am5f3b1r0/c96L65_am5f3b1r0_pdclim1850F/gfdl.ncrc5-deploy-prod-openmp/pp"
output_path = "sample-test"

Expand Down

0 comments on commit 8f5f372

Please sign in to comment.