Skip to content

Commit

Permalink
Fix catalog batch script (#459)
Browse files Browse the repository at this point in the history
* add data_type to mdtf_frepp_template.jsonc

* replace catalog builder csh batch script with bash script, add catalogs for IPSL-CM5A2-INCA-historical run

* change catalog builder batch script template to bash, remove other example catalogs from branch

* remove refs to personal directories from catalog_builder_slurm.sh

* revert mods to local_repo path

---------

Co-authored-by: wrongkindofdoctor <>
Co-authored-by: Jessica.Liptak <jessica.liptak@noaa.gov>
  • Loading branch information
wrongkindofdoctor and Jessica.Liptak authored May 1, 2023
1 parent b14d94b commit 5a4fca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env tcsh
#!/usr/bin/env bash
# Slurm batch submission script template for the MDTF-diagnostics ESM-Intake catalog builder:
# Usage:
# > cd /nbhome/[USERNAME]/mdtf/MDTF-diagnostics/tools/catalog_builder
# > sbatch examples/templates/catalog_builder_slurm.csh --config examples/templates/example_builder_config.yml
# > sbatch examples/templates/catalog_builder_slurm.sh --config examples/templates/example_builder_config.yml
#SBATCH --job-name=esm_cat_builder
#SBATCH --chdir=/nbhome/[USERNAME]
#SBATCH --output=/nbhome/[USERNAME]/logs/slurm_%x.%A_%a.out
Expand Down

0 comments on commit 5a4fca3

Please sign in to comment.