Skip to content

Commit e9693f5

Browse files
committed
Issue #64: sub-daily netcdf processing
1 parent 397d012 commit e9693f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3_2_LISVAP_settingsfile/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ TIME-RELATED CONSTANTS
3939

4040
<textvar name="DtSec" value="86400">
4141
<comment>
42-
time step [seconds] ALWAYS USE 86400!!
42+
time step [seconds] ALWAYS USE 86400 for daily, 43200 for 12hourly, 21600 for 6hourly and 3600 for hourly!!
4343
</comment>
4444
</textvar>
4545

@@ -66,7 +66,7 @@ time step [seconds] ALWAYS USE 86400!!
6666
```
6767

6868
- ***CalendarDayStart*** is the calendar day of the first time step in the model run; format is DD/MM/YYYY hh:mm
69-
- ***DtSec*** is the simulation time interval in seconds. It has a value of 86400 for a daily time interval. Some of the simplifying assumptions made in LISVAP related to the radiation balance are not valid at time steps smaller than days. Therefore, it is advised to use LISVAP for daily time intervals only (i.e. *DtSec* should always be 86400)
69+
- ***DtSec*** is the simulation time interval in seconds. It has a value of 86400 for a daily time interval. Since v1.3.0 can be used for other sub daily time intervals like: 43200 for 12hourly, 21600 for 6hourly and 3600 for hourly. Some of the simplifying assumptions made in LISVAP related to the radiation balance are not valid at time steps smaller than days. Therefore, it is advised to use LISVAP for daily time intervals only (i.e. *DtSec* should always be 86400)
7070
- ***StepStart*** Date of first time step of the simulation; format is DD/MM/YYYY hh:mm
7171
- ***StepEnd*** Date of the last time step of the simulation; format is DD/MM/YYYY hh:mm
7272
- ***ReportSteps*** Interval of steps to be reported in output maps and tss; format is a..b, with a,b >= 1 and a, b integers.

0 commit comments

Comments
 (0)