Skip to content
Snippets Groups Projects
Commit 1c1d313d authored by ovgarol's avatar ovgarol
Browse files

added constant light swr and output.all.yaml

parent 23f531ef
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
<meteo_file>meteofiles.dat</meteo_file>
<tx>0.0</tx>
<ty>0.0</ty>
<swr_const>0.0</swr_const>
<swr_const>200.0</swr_const>
<shf_const>0.0</shf_const>
<evap_const>0.0</evap_const>
<precip_const>0.0</precip_const>
......
# SPDX-FileCopyrightText: 2024 Leibniz-Institut für Ostseeforschung Warnemünde
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileContributor Xiangyu Li <xiangy.li@io-warnemuende.de>
FLEXOUT/Basic: # path of output file, excluding extension
time_unit: hour # time unit [second, hour, day, month, year, dt=model timestep; default=day]
time_method: 1 # treatment of time dimension [1=instantaneous, 2=mean, 3=integrated; default=1]
time_step: 12 # number of time units between output [default=1]
# time_start: 2020-01-01 00:00:00 # start of output [yyyy-mm-dd HH:MM:SS; default=start of simulation]
# time_stop: 2020-01-02 00:00:00 # end of output [yyyy-mm-dd HH:MM:SS; default=end of simulation]
# i_start: 11 # global start index for i dimension [default=1]
# i_stop: 130 # global stop index for i dimension [default=iextr]
# j_start: 336 # global start index for j dimension [default=1]
# j_stop: 797 # global stop index for j dimension [default=jextr]
# k_start: 1 # start index for k dimension [default=0]
# k_stop: 30 # stop index for k dimension [default=kmax]
# k_stride: 1 # stride for k dimension [default=1]
sync_interval: 1 # number of output steps between sychronization to disk (<= 0: sync on close only) [default=1]
xtype: 5 # data type [5=32-bit float, 6=64-bit double; default=5]
variables: # check output of "getm -l" for list of all registered variables
- source: *
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment