Skip to content

Commit

Permalink
Disable BP to NetCDF conversion
Browse files Browse the repository at this point in the history
Disable BP to NetCDF conversion by explicitly commenting it out
from the workflow
  • Loading branch information
jayeshkrishna committed Mar 12, 2024
1 parent 86181df commit 460545c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cime_config/machines/config_workflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<template>template.case.test</template>
<prereq>$BUILD_COMPLETE and $TEST</prereq>
</job>
<job name="case.post_run_io">
<!--job name="case.post_run_io">
<template>template.post_run_io</template>
<dependency>case.run</dependency>
<prereq>case.get_value("PIO_TYPENAME_ATM") == 'adios' or \
Expand All @@ -53,11 +53,12 @@
<runtime_parameters>
<walltime>0:30:00</walltime>
</runtime_parameters>
</job>
</job-->
<job name="case.st_archive">
<template>template.st_archive</template>
<!-- If DOUT_S is true and case.run (or case.test) exits successfully then run st_archive-->
<dependency>(case.run and case.post_run_io) or case.test</dependency>
<!--dependency>(case.run and case.post_run_io) or case.test</dependency-->
<dependency>case.run or case.test</dependency>
<prereq>$DOUT_S</prereq>
<runtime_parameters>
<task_count>1</task_count>
Expand Down

0 comments on commit 460545c

Please sign in to comment.