-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from NCAR/alli_dev
Alli dev
- Loading branch information
Showing
15 changed files
with
634 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash -l | ||
#PBS -A NTDD0004 | ||
#PBS -N ensSumM | ||
#PBS -q main | ||
#PBS -l select=1:ncpus=36:mpiprocs=36 | ||
#PBS -l walltime=0:20:00 | ||
#PBS -j oe | ||
#PBS -M [email protected] | ||
|
||
module load conda | ||
conda activate npl | ||
|
||
mpiexec -n 36 -ppn 36 python pyEnsSumMPAS.py --esize 100 --indir /glade/p/cisl/asap/abaker/mpas/large_ens --sumfile mpas_sumt4.nc --tslice 4 --tag v7.1 --model mpas --mach cheyenne --verbose --jsonfile empty_excluded.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"ExcludedVar": [ | ||
"i_rainc", | ||
"i_rainnc", | ||
"xice", | ||
"xtime", | ||
"xland", | ||
"vegfra", | ||
"depv_dt_diab", | ||
"kpbl", | ||
"iLev_DT", | ||
"u", | ||
"sst", | ||
"u_pv", | ||
"v_pv", | ||
"theta_pv", | ||
"vort_pv", | ||
"depv_dt_lw", | ||
"depv_dt_lw", | ||
"depv_dt_sw", | ||
"depv_dt_bl", | ||
"depv_dt_cu", | ||
"depv_dt_mix", | ||
"dtheta_dt_mp", | ||
"depv_dt_mp", | ||
"depv_dt_fric", | ||
"depv_dt_diab_pv", | ||
"depv_dt_fric_pv", | ||
"ertel_pv" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.