Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions L4/gotm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ surface:
scale_factor: 1.0 # scale factor to be applied to values read from file [default=1.0]
offset: 0.0 # offset to be added to values read from file [fraction; default=0.0]
precip: # precipitation [m/s]
method: file # method [constant, file=from file; default=constant]
method: constant # method [constant, file=from file; default=constant]
constant_value: 0.0 # value to use throughout the simulation [m/s; default=0.0]
file: L4_precip_2002-2020_1hours.dat # path to file with time series [default=]
column: 1 # index of column to read from [default=1]
scale_factor: 1.0 # scale factor to be applied to values read from file [default=1.0]
offset: 0.0 # offset to be added to values read from file [m/s; default=0.0]
flux_impact: true # include effect on fluxes of sensible heat and momentum [default=false]
calc_evaporation: true # calculate evaporation from meteorological conditions [default=false]
calc_evaporation: false #true # calculate evaporation from meteorological conditions [default=false]
swr: # shortwave radiation [W/m^2]
method: file # method [constant, file=from file, calculate=from time, location and cloud cover; default=constant]
constant_value: 0.0 # value to use throughout the simulation [W/m^2; min=0.0; default=0.0]
Expand Down