File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
docs/reference/tools/extforce-convert Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,15 @@ A minimal legacy file with two forcings (boundary water level and global rainfal
7575
7676QUANTITY =waterlevelbnd
7777FILENAME =OB_001_orgsize.pli
78- FILETYPE =4
78+ FILETYPE =9
7979METHOD =3
8080OPERAND =O
8181
8282QUANTITY =rainfall_rate
83- FILENAME =rainschematic.tim
84- FILETYPE =7
85- METHOD =1
83+ FILENAME =era_20181001.nc
84+ VARNAME =mer
85+ FILETYPE =11
86+ METHOD =3
8687OPERAND =O
8788```
8889
@@ -95,15 +96,18 @@ fileVersion = 1.00
9596fileType = extForce
9697
9798[boundary]
98- quantity = waterlevelbnd
99- nodeId = OB_001 # derived from your boundary setup
100- forcingfile = BoundaryConditions.bc # converter provides the correct BC file
99+ quantity = waterlevelbnd
100+ locationFile = OB_001_orgsize.pli
101+ forcingfile = BoundaryConditions.bc # converter provides the correct BC file
101102
102103[meteo]
103104Quantity = rainfall_rate
104- LocationType = global
105- ForcingFile = rainschematic.tim
106- ForcingFileType = uniform
105+ ForcingFile = era_20181001.nc
106+ forcingVariableName = mer # Variable name used in forcingfile associated with this forcing. See UM Section C.5.3
107+ forcingFileType = netcdf # Type of forcingFile.
108+ interpolationMethod = linearSpaceTime # Type of (spatial) interpolation.
109+ operand = + # How this data is combined with previous data for the same quantity (if any).
110+ extrapolationAllowed = 0 # Optionally allow nearest neighbour extrapolation in space (0: no, 1: yes). Default off.
107111```
108112
109113- Boundary/lateral/meteorology/source-sink entries go to ` new-external-forcing.ext ` .
You can’t perform that action at this time.
0 commit comments