File tree Expand file tree Collapse file tree 3 files changed +135
-149
lines changed
.github/workflows/phoenix Expand file tree Collapse file tree 3 files changed +135
-149
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ sbatch <<EOT
4242#SBATCH --account=gts-sbryngelson3 # charge account
4343#SBATCH -N1 # Number of nodes required
4444$sbatch_device_opts
45- #SBATCH -t 02 :00:00 # Duration of the job (Ex: 15 mins)
45+ #SBATCH -t 03 :00:00 # Duration of the job (Ex: 15 mins)
4646#SBATCH -q embers # QOS Name
4747#SBATCH -o$job_slug .out # Combined output and error messages file
4848#SBATCH -W # Do not exit until the submitted job terminates.
Original file line number Diff line number Diff line change 44
55#:include ' macros.fpp'
66
7- !> @brief This module contains the procedures shared by the ensemble- averaged and volume- averaged bubble models.
7+ !> @brief This module contains procedures shared by the ensemble- averaged and volume- averaged bubble models.
88module m_bubbles
99
1010 use m_derived_types !< Definitions of the derived types
You can’t perform that action at this time.
0 commit comments