File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments