File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed
Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ module use /glade/work/jedipara/cheyenne/spack-stack/modulefiles/misc
1414
1515
1616if ( " $compilerUsed " =~ * " gnu" * ) then
17- module use /glade/work/jedipara/cheyenne/spack-stack/spack-stack-v1/envs/skylab-2 .0.0-gnu-10.1.0/install/modulefiles/Core
17+ module use /glade/work/jedipara/cheyenne/spack-stack/spack-stack-v1/envs/skylab-3 .0.0-gnu-10.1.0/install/modulefiles/Core
1818 module load stack-gcc/10.1.0
1919 module load stack-openmpi/4.1.1
2020 module load jedi-mpas-env/1.0.0
2121
2222else if ( " $compilerUsed " =~ * " intel" * ) then
23- module use /glade/work/jedipara/cheyenne/spack-stack/spack-stack-v1/envs/skylab-2 .0.0-intel-19.1.1.217/install/modulefiles/Core
23+ module use /glade/work/jedipara/cheyenne/spack-stack/spack-stack-v1/envs/skylab-3 .0.0-intel-19.1.1.217/install/modulefiles/Core
2424 module load stack-intel/19.1.1.217
2525 module load stack-intel-mpi/2019.7.217
2626 module load jedi-mpas-env/1.0.0
Original file line number Diff line number Diff line change 1313t2m
1414th2m
1515mslp
16+ relhum_50hPa
17+ relhum_100hPa
1618relhum_200hPa
1719relhum_250hPa
1820relhum_500hPa
1921relhum_700hPa
2022relhum_850hPa
2123relhum_925hPa
24+ dewpoint_50hPa
25+ dewpoint_100hPa
2226dewpoint_200hPa
2327dewpoint_250hPa
2428dewpoint_500hPa
2529dewpoint_700hPa
2630dewpoint_850hPa
2731dewpoint_925hPa
32+ temperature_50hPa
33+ temperature_100hPa
2834temperature_200hPa
2935temperature_250hPa
3036temperature_500hPa
3137temperature_700hPa
3238temperature_850hPa
3339temperature_925hPa
40+ height_50hPa
41+ height_100hPa
3442height_200hPa
3543height_250hPa
3644height_500hPa
3745height_700hPa
3846height_850hPa
3947height_925hPa
48+ uzonal_50hPa
49+ uzonal_100hPa
4050uzonal_200hPa
4151uzonal_250hPa
4252uzonal_500hPa
4353uzonal_700hPa
4454uzonal_850hPa
4555uzonal_925hPa
56+ umeridional_50hPa
57+ umeridional_100hPa
4658umeridional_200hPa
4759umeridional_250hPa
4860umeridional_500hPa
4961umeridional_700hPa
5062umeridional_850hPa
5163umeridional_925hPa
64+ w_50hPa
65+ w_100hPa
5266w_200hPa
5367w_250hPa
5468w_500hPa
5569w_700hPa
5670w_850hPa
5771w_925hPa
72+ vorticity_50hPa
73+ vorticity_100hPa
5874vorticity_200hPa
5975vorticity_250hPa
6076vorticity_500hPa
Original file line number Diff line number Diff line change @@ -16,9 +16,18 @@ fields:
1616 - field name : air_pressure_levels
1717 mpas template field : w
1818
19+ - field name : upward_air_velocity
20+ mpas template field : theta
21+
22+ - field name : geometric_height
23+ mpas template field : theta
24+
1925 - field name : geopotential_height
2026 mpas template field : theta
2127
28+ - field name : geopotential_height_levels
29+ mpas template field : w
30+
2231 - field name : surface_geopotential_height
2332 mpas template field : u10
2433
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ class Build(Component):
1616 variablesWithDefaults = {
1717 ## mpas bundle
1818 # mpas-bundle build directory
19- 'mpas bundle' : ['/glade/work/bjung/panda-c /build/mpas-bundle_gnu-openmpi_24FEB2023_single ' , str ],
19+ 'mpas bundle' : ['/glade/work/guerrett/pandac /build/mpas-bundle_gnu-openmpi_22MAR2023_single ' , str ],
2020
2121 # optional double-precision build
22- #'mpas bundle': ['/glade/work/bjung/panda-c /build/mpas-bundle_gnu-openmpi_24FEB2023 ', str],
22+ #'mpas bundle': ['/glade/work/guerrett/pandac /build/mpas-bundle_gnu-openmpi_22MAR2023 ', str],
2323
2424 ## compiler used
2525 # {compiler}-{mpi-implementation}/{version} combination that selects the JEDI module used to build
You can’t perform that action at this time.
0 commit comments