Skip to content

Commit 7ec7095

Browse files
committed
Start run notes
1 parent bf0233e commit 7ec7095

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

02-run.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,53 @@ subtitle: Running MPAS on NSF NCAR Derecho
55

66
# Global
77

8+
We will use the quasi-uniform 240-km mesh (10242 cells),
9+
as in the [official virtual tutorial](https://www2.mmm.ucar.edu/projects/mpas/tutorial/Virtual2025/)
10+
(section 1.3).
11+
12+
First we build out our run directory.
13+
14+
```{code} bash
15+
cd $SCRATCH
16+
mkdir mpas-global-240km
17+
cd $_
18+
ln -s /glade/campaign/mmm/wmr/mpas_tutorial/meshes/x1.10242.grid.nc .
19+
ln -s /glade/campaign/mmm/wmr/mpas_tutorial/meshes/x1.10242.graph.info.part.16 .
20+
cp /glade/campaign/mmm/wmr/mpas_tutorial/job_scripts/init_real.pbs .
21+
```
22+
23+
TODO: above job script is for GNU, gotta update
24+
25+
```bash
26+
qsub init_real.pbs -A UTAM0025
27+
```
28+
29+
:::{tip}
30+
31+
Get info about running jobs.
32+
33+
```bash
34+
qstat -u $USER
35+
```
36+
37+
See more:
38+
39+
```bash
40+
qstat -u $USER -f -w
41+
```
42+
43+
:::
44+
845
# Regional
946

10-
Limited-area domain as in:
47+
We will use the limited-area domain as in:
1148

1249
- https://doi.org/10.1029/2023MS004070
1350
- https://doi.org/10.1029/2024GL112341
1451
- https://doi.org/10.22541/essoar.174547926.68665522/v1
1552
- https://doi.org/10.22541/essoar.174547944.43729039/v1
1653
- https://github.com/knubez/MPAS-Model/tree/isolevels-v8
1754

55+
created by rotating, moving, and cropping the `x5.8060930` global 15--3-km elliptical refinement mesh.
56+
1857
## Creating LBCs

0 commit comments

Comments
 (0)