forked from ufs-community/land-DA_workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tile2vector
52 lines (30 loc) · 1.31 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
&run_setup
!------------------- common -------------------
! Direction of conversion: either "vector2tile" or "tile2vector" for restart file
! "lndp2tile" or "lndp2vector" for perturbation
direction = "tile2vector"
! FV3 resolution and path to oro files for restart/perturbation conversion
tile_size = XXRES
tile_path = "XXTPATH"
tile_fstub = "XXTSTUB"
!------------------- only restart conversion -------------------
! Time stamp for conversion for restart conversion
restart_date = "XXYYYY-XXMM-XXDD XXHH:00:00"
! Path for static file
static_filename = "LANDDA_INPUTS/forcing/MODEL_FORCING/static/ufs-land_CXXRES_static_fields.nc"
! Location of vector restart file (vector2tile direction)
vector_restart_path = "junk"
! Location of tile restart files (tile2vector direction)
tile_restart_path = "./"
! Path for converted files; if same as tile/vector path, files may be overwritten
output_path = "./"
!------------------- only perturbation mapping -------------------
! layout, options: 1x4, 4x1, 2x2, an input settings for generating the perturbation file
lndp_layout = ""
! input perturbation pattern files
lndp_input_file = ""
! output files
lndp_output_file = ""
! land perturbation variable list, for an example: 'vgf','smc'
lndp_var_list = ''
/