Skip to content
Snippets Groups Projects
Commit 92e4bf77 authored by lkugler's avatar lkugler
Browse files

docs

parent cf0189f7
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,14 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace ...@@ -5,8 +5,14 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace
import wrfout_add_geo import wrfout_add_geo
def run(assim_time, background_init_time, exppath_firstguess): def run(assim_time, background_init_time, exppath_firstguess):
#if cluster.name != 'srvx8': """Prepares DART files for running filter
# copy = copy_scp_srvx8 # use scp i.e.
- links first guess state to DART first guess filenames
- creates wrfinput_d01 files
- adds geo-reference (xlat,xlon) coords so that DART can deal with the files
- writes txt files so DART knows what input and output is
- removes probably pre-existing files which could lead to problems
"""
print('prepare prior state estimate') print('prepare prior state estimate')
for iens in range(1, exp.n_ens+1): for iens in range(1, exp.n_ens+1):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment