-
Notifications
You must be signed in to change notification settings - Fork 5
/
template.tile2vector
32 lines (18 loc) · 932 Bytes
/
template.tile2vector
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
&run_setup
! Direction of conversion: either "vector2tile" or "tile2vector"
direction = "tile2vector"
! Time stamp for conversion
restart_date = "XXYYYY-XXMM-XXDD XXHH:00:00"
! FV3 resolution and path to oro files
tile_size = 96
! tile_path = "/scratch1/NCEPDEV/stmp2/Michael.Barlage/models/vector/v2t_data/tile_files/C96.mx100_frac/"
! this should be the same as set at landDA_workflow/jedi/fv3-jedi/Data/
tile_path = "/scratch2/BMC/gsienkf/Clara.Draper/data_RnR/orog_files_Mike/"
static_filename = "/scratch1/NCEPDEV/stmp2/Michael.Barlage/forcing/C96/static/ufs-land_C96_static_fields.nc"
! Location of vector restart file (vector2tile direction)
vector_restart_path = "junk"
! Location of tile restart files (tile2vector direction)
tile_restart_path = "./restarts/tile/"
! Path for converted files; if same as tile/vector path, files may be overwritten
output_path = "./restarts/vector/"
/