Skip to content

Commit

Permalink
ame output name as b4
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL committed Sep 25, 2024
1 parent aad9498 commit 54a8c98
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 @@ -6,7 +6,7 @@
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"
output_path = "sample-test"
output_path = "sample-mdtf-catalog""

def create_catalog_from_config(input_path=input_path,output_path=output_path,configyaml=configyaml):
csv, json = gen_intake_gfdl.create_catalog(input_path=input_path,output_path=output_path,config=configyaml)
Expand Down

0 comments on commit 54a8c98

Please sign in to comment.