Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DART-WRF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
fdac6be6
Commit
fdac6be6
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/lkugler/DART-WRF
parents
3f42ea3b
1ea086e3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/jet.py
+2
-2
2 additions, 2 deletions
config/jet.py
dartwrf/run_ens.jet.sh
+2
-2
2 additions, 2 deletions
dartwrf/run_ens.jet.sh
with
4 additions
and
4 deletions
config/jet.py
+
2
−
2
View file @
fdac6be6
...
@@ -52,9 +52,9 @@ cluster.size_jobarray = 40
...
@@ -52,9 +52,9 @@ cluster.size_jobarray = 40
# binaries
# binaries
cluster
.
python
=
'
/jetfs/home/lkugler/miniconda3/envs/DART/bin/python
'
cluster
.
python
=
'
/jetfs/home/lkugler/miniconda3/envs/DART/bin/python
'
cluster
.
python_verif
=
'
/jetfs/home/lkugler/miniconda3/envs/enstools/bin/python
'
cluster
.
python_verif
=
'
/jetfs/home/lkugler/miniconda3/envs/enstools/bin/python
'
cluster
.
ncks
=
'
/jetfs/spack/opt/spack/linux-rhel8-skylake_avx512/intel-20
.0.2/nco-4.9.3-dhlqiyog7howjmaleyfhm6lkt7ra37xf
/bin/ncks
'
cluster
.
ncks
=
'
/jetfs/spack/opt/spack/linux-rhel8-skylake_avx512/intel-20
21.7.1/nco-5.1.0-izrhxv24jqco5epjhf5ledsqwanojc5m
/bin/ncks
'
cluster
.
ideal
=
'
/jetfs/home/lkugler/bin/ideal-v4.3_v1.22.exe
'
cluster
.
ideal
=
'
/jetfs/home/lkugler/bin/ideal-v4.3_v1.22.exe
'
cluster
.
wrfexe
=
'
/jetfs/home/lkugler/bin/wrf-v4.3_v1.22.exe
'
cluster
.
wrfexe
=
'
/jetfs/home/lkugler/bin/wrf-v4.3_v1.22
_ifort_20230413
.exe
'
cluster
.
container
=
''
cluster
.
container
=
''
# paths for data output
# paths for data output
...
...
This diff is collapsed.
Click to expand it.
dartwrf/run_ens.jet.sh
+
2
−
2
View file @
fdac6be6
module purge
module purge
module load intel-
parallel-studio/composer.2020.2-intel-20.0.2-zuot22y
\
module load intel-
oneapi-compilers/2022.2.1-zkofgc5 hdf5/1.12.2-intel-2021.7.1-w5sw2dq netcdf-fortran/4.5.3-intel-2021.7.1-27ldrnt netcdf-c/4.7.4-intel-2021.7.1-lnfs5zz intel-oneapi-mpi/2021.7.1-intel-2021.7.1-pt3unoz
netcdf-fortran/4.5.3-intel-20.0.2-irdm5gq
export
HDF5
=
/jetfs/spack/opt/spack/linux-rhel8-skylake_avx512/intel-2021.7.1/hdf5-1.12.2-w5sw2dqpcq2orlmeowleamoxr65dhhdc
export
SLURM_STEP_GRES
=
none
export
SLURM_STEP_GRES
=
none
echo
"SLURM_ARRAY_TASK_ID:"
$SLURM_ARRAY_TASK_ID
echo
"SLURM_ARRAY_TASK_ID:"
$SLURM_ARRAY_TASK_ID
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment