Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DART-WRF-delete_byApril
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Service Desk
Analyze
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-delete_byApril
Commits
c2247c45
Commit
c2247c45
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
fd80bc89
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/clusters.py
+6
-3
6 additions, 3 deletions
config/clusters.py
with
6 additions
and
3 deletions
config/clusters.py
+
6
−
3
View file @
c2247c45
...
@@ -30,6 +30,8 @@ scriptsdir path where DART-WRF scripts reside, e.g. /home/DART-WRF/
...
@@ -30,6 +30,8 @@ scriptsdir path where DART-WRF scripts reside, e.g. /home/DART-WRF/
namelist path to a namelist template; strings like <hist_interval>, will be overwritten in scripts/prepare_namelist.py
namelist path to a namelist template; strings like <hist_interval>, will be overwritten in scripts/prepare_namelist.py
run_WRF path to script which runs WRF on a node of the cluster
run_WRF path to script which runs WRF on a node of the cluster
obs_impact_filename path to obs_impact_filename (see DART guide; module assim_tools_mod and program obs_impact_tool)
geo_em path to NetCDF file of WRF domain (see WRF guide)
slurm_cfg python dictionary, containing options of SLURM
slurm_cfg python dictionary, containing options of SLURM
defined in SLURM docs (https://slurm.schedmd.com/sbatch.html)
defined in SLURM docs (https://slurm.schedmd.com/sbatch.html)
...
@@ -111,12 +113,13 @@ jet.srcdir = '/jetfs/home/lkugler/data/compile/WRF-4.3/run'
...
@@ -111,12 +113,13 @@ jet.srcdir = '/jetfs/home/lkugler/data/compile/WRF-4.3/run'
jet
.
dart_srcdir
=
'
/jetfs/home/lkugler/data/compile/DART/DART-10.5.3/models/wrf/work
'
jet
.
dart_srcdir
=
'
/jetfs/home/lkugler/data/compile/DART/DART-10.5.3/models/wrf/work
'
jet
.
rttov_srcdir
=
'
/jetfs/home/lkugler/data/compile/RTTOV13/rtcoef_rttov13/
'
jet
.
rttov_srcdir
=
'
/jetfs/home/lkugler/data/compile/RTTOV13/rtcoef_rttov13/
'
jet
.
scriptsdir
=
'
/jetfs/home/lkugler/DART-WRF/dartwrf/
'
jet
.
scriptsdir
=
'
/jetfs/home/lkugler/DART-WRF/dartwrf/
'
jet
.
geo_em
=
'
/jetfs/home/lkugler/data/geo_em.d01.nc
'
# templates/run scripts
# other inputs
jet
.
geo_em
=
'
/jetfs/home/lkugler/data/geo_em.d01.nc
'
jet
.
obs_impact_filename
=
jet
.
scriptsdir
+
'
/../templates/impactfactor_T.txt
'
jet
.
namelist
=
jet
.
scriptsdir
+
'
/../templates/namelist.input
'
jet
.
namelist
=
jet
.
scriptsdir
+
'
/../templates/namelist.input
'
jet
.
run_WRF
=
'
/jetfs/home/lkugler/DART-WRF/dartwrf/run_ens.jet.sh
'
jet
.
run_WRF
=
'
/jetfs/home/lkugler/DART-WRF/dartwrf/run_ens.jet.sh
'
jet
.
slurm_cfg
=
{
"
account
"
:
"
lkugler
"
,
"
partition
"
:
"
compute
"
,
jet
.
slurm_cfg
=
{
"
account
"
:
"
lkugler
"
,
"
partition
"
:
"
compute
"
,
#"nodelist": "jet07",
"
ntasks
"
:
"
1
"
,
"
ntasks-per-core
"
:
"
1
"
,
"
mem
"
:
"
50G
"
,
"
ntasks
"
:
"
1
"
,
"
ntasks-per-core
"
:
"
1
"
,
"
mem
"
:
"
50G
"
,
"
mail-type
"
:
"
FAIL
"
,
"
mail-user
"
:
"
lukas.kugler@univie.ac.at
"
}
"
mail-type
"
:
"
FAIL
"
,
"
mail-user
"
:
"
lukas.kugler@univie.ac.at
"
}
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