@@ -129,6 +129,18 @@ qstat -u $USER -f -w
129129
130130:::
131131
132+ :::{dropdown} Contingency
133+
134+ Try switching from the ` main ` to the ` develop `
135+ [ queue] ( https://ncar-hpc-docs.readthedocs.io/en/latest/pbs/charging/#derecho-queues ) .
136+ If that doesn't help, copy the static file from Kelly.
137+
138+ ``` bash
139+ cp /glade/derecho/scratch/knocasio/mpas-global240km/x1.10242.static.nc .
140+ ```
141+
142+ :::
143+
132144(global-ic)=
133145
134146## Initial conditions
@@ -198,6 +210,18 @@ This uses init case 8, the "surface field initialization" case.
198210See Section 3.2 in the [official virtual tutorial](https://www2.mmm.ucar.edu/projects/mpas/tutorial/Virtual2025/).
199211```
200212
213+ :::{dropdown} Contingency
214+
215+ Try switching from the ` main ` to the ` develop `
216+ [ queue] ( https://ncar-hpc-docs.readthedocs.io/en/latest/pbs/charging/#derecho-queues ) .
217+ If that doesn't help, copy the init file from Kelly.
218+
219+ ``` bash
220+ cp /glade/derecho/scratch/knocasio/mpas-global240km/x1.10242.init.nc .
221+ ```
222+
223+ :::
224+
201225## Run the model
202226
203227Update ` namelist.atmosphere ` with these settings:
@@ -405,6 +429,18 @@ Submit the job.
405429qsub init.pbs
406430```
407431
432+ :::{dropdown} Contingency
433+
434+ Try switching from the ` main ` to the ` develop `
435+ [ queue] ( https://ncar-hpc-docs.readthedocs.io/en/latest/pbs/charging/#derecho-queues ) .
436+ If that doesn't help, link the init file from Kelly.
437+
438+ ``` bash
439+ ln -s /glade/derecho/scratch/knocasio/mpas-africa/Africa.init.nc .
440+ ```
441+
442+ :::
443+
408444(africa-bc)=
409445
410446## Boundary conditions
@@ -447,6 +483,18 @@ qsub init.pbs
447483
448484We will again skip creating [ surface update] ( #sfc-update ) files.
449485
486+ :::{dropdown} Contingency
487+
488+ Try switching from the ` main ` to the ` develop `
489+ [ queue] ( https://ncar-hpc-docs.readthedocs.io/en/latest/pbs/charging/#derecho-queues ) .
490+ If that doesn't help, link the LBC files from Kelly.
491+
492+ ``` bash
493+ ln -s /glade/derecho/scratch/knocasio/mpas-africa/lbc.* .nc .
494+ ```
495+
496+ :::
497+
450498## Run the model
451499
452500Update ` namelist.atmosphere ` with these settings:
0 commit comments