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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
21c50dcc
Unverified
Commit
21c50dcc
authored
1 year ago
by
Lukas Kugler
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
changes for teaching
parent
8f809eb7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/srvx1.py
+5
-7
5 additions, 7 deletions
config/srvx1.py
with
5 additions
and
7 deletions
config/srvx1.py
+
5
−
7
View file @
21c50dcc
...
...
@@ -13,25 +13,23 @@ cluster.python_verif = '/users/staff/lkugler/miniconda3/bin/python'
cluster
.
ncks
=
'
/home/swd/spack/opt/spack/linux-rhel8-skylake_avx512/gcc-8.5.0/nco-5.0.1-ntu44aoxlvwtr2tsrobfr4lht7cpvccf/bin/ncks
'
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
.
dart_modules
=
''
cluster
.
dart_modules
=
'
pip install scipy; module purge; module load netcdf-fortran/4.5.2-gcc-8.5.0-MPI3.1.6;
'
cluster
.
wrf_modules
=
''
# paths for data output
cluster
.
wrf_rundir_base
=
utils
.
userhome
+
'
/AdvDA
23
/run_WRF/
'
# path for temporary files
cluster
.
dart_rundir_base
=
utils
.
userhome
+
'
/AdvDA
23
/run_DART/
'
# path for temporary files
cluster
.
wrf_rundir_base
=
utils
.
userhome
+
'
/AdvDA/run_WRF/
'
# path for temporary files
cluster
.
dart_rundir_base
=
utils
.
userhome
+
'
/AdvDA/run_DART/
'
# path for temporary files
cluster
.
archive_base
=
utils
.
userhome
+
'
/data/sim_archive/
'
# paths used as input
cluster
.
srcdir
=
'
/users/staff/lkugler/AdvDA23/DART/WRF-4.3/run
'
cluster
.
dart_srcdir
=
'
/users/students/lehre/advDA_s2023/DART/models/wrf/work
'
cluster
.
rttov_srcdir
=
'
/users/students/lehre/advDA_s2023/RTTOV13/rtcoef_rttov13/
'
cluster
.
dartwrf_dir
=
utils
.
userhome
+
'
/AdvDA
23
/DART-WRF/
'
cluster
.
dartwrf_dir
=
utils
.
userhome
+
'
/AdvDA/DART-WRF/
'
cluster
.
geo_em_for_WRF_ideal
=
'
/users/students/lehre/advDA_s2023/data/geo_em.d01.nc
'
# templates/run scripts
cluster
.
namelist
=
cluster
.
dartwrf_dir
+
'
/../templates/namelist.input
'
cluster
.
run_WRF
=
cluster
.
dartwrf_dir
+
'
/run_ens.jet.sh
'
cluster
.
slurm_cfg
=
{
"
account
"
:
"
lkugler
"
,
"
partition
"
:
"
compute
"
,
"
ntasks
"
:
"
1
"
,
"
ntasks-per-core
"
:
"
1
"
,
"
mem
"
:
"
50G
"
,
"
mail-type
"
:
"
FAIL
"
,
"
mail-user
"
:
"
lukas.kugler@univie.ac.at
"
}
cluster
.
slurm_cfg
=
None
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