Skip to content

Commit

Permalink
path adjusted for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Sep 25, 2024
1 parent 8f5f372 commit aad9498
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 @@ -5,7 +5,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, 'configs/config-example.yml')
input_path = "/archive/am5/am5/am5f3b1r0/c96L65_am5f3b1r0_pdclim1850F/gfdl.ncrc5-deploy-prod-openmp/pp"
input_path = "archive/am5/am5/am5f3b1r0/c96L65_am5f3b1r0_pdclim1850F/gfdl.ncrc5-deploy-prod-openmp/pp"
output_path = "sample-test"

def create_catalog_from_config(input_path=input_path,output_path=output_path,configyaml=configyaml):
Expand Down

0 comments on commit aad9498

Please sign in to comment.