Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DART-WRF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Automate
Agent sessions
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
0cf47e0b
Commit
0cf47e0b
authored
Feb 12, 2023
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
improved config
parent
ca11b58a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
dartwrf/wrfinput_add_geo.py
+2
-1
2 additions, 1 deletion
dartwrf/wrfinput_add_geo.py
dartwrf/wrfout_add_geo.py
+2
-1
2 additions, 1 deletion
dartwrf/wrfout_add_geo.py
generate_free.py
+2
-1
2 additions, 1 deletion
generate_free.py
with
6 additions
and
3 deletions
dartwrf/wrfinput_add_geo.py
+
2
−
1
View file @
0cf47e0b
...
...
@@ -11,7 +11,8 @@ example call:
import
os
,
sys
import
netCDF4
as
nc
from
config.cfg
import
exp
,
cluster
from
config.cfg
import
exp
from
config.clusters
import
cluster
def
run
(
geo_data_file
,
wrfinput_file
):
geo_ds
=
nc
.
Dataset
(
geo_data_file
,
'
r
'
)
...
...
This diff is collapsed.
Click to expand it.
dartwrf/wrfout_add_geo.py
+
2
−
1
View file @
0cf47e0b
...
...
@@ -10,7 +10,8 @@ Example call:
import
os
,
sys
import
netCDF4
as
nc
from
config.cfg
import
exp
,
cluster
from
config.cfg
import
exp
from
config.clusters
import
cluster
fields_old
=
[
"
XLAT_M
"
,
"
XLONG_M
"
,
"
CLAT
"
,
"
XLONG_U
"
,
"
XLONG_V
"
,
"
XLAT_U
"
,
"
XLAT_V
"
]
...
...
This diff is collapsed.
Click to expand it.
generate_free.py
+
2
−
1
View file @
0cf47e0b
...
...
@@ -7,7 +7,8 @@ import datetime as dt
import
pandas
as
pd
from
slurmpy
import
Slurm
from
config.cfg
import
exp
,
cluster
from
config.cfg
import
exp
from
config.clusters
import
cluster
from
dartwrf.utils
import
script_to_str
,
symlink
,
backup_scripts
from
cycled_exp
import
*
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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
sign in
to comment