Skip to content

Commit

Permalink
update dates of run to show issue with calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelaccensi committed Sep 19, 2023
1 parent 4ae23da commit 797f479
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 47 deletions.
10 changes: 5 additions & 5 deletions regtests/ww3_tp2.2/input/track_i.ww3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WAVEWATCH III TRACK LOCATIONS DATA
19680606 000000 0 0 S1A
19680606 040000 1 0 S1B
19680606 060000 1 0 S1C
19680606 080000 2 0 S1D
19680606 120000 0.5 0 S1E
20220606 000000 0 0 S1A
20220606 040000 1 0 S1B
20220606 060000 1 0 S1C
20220606 080000 2 0 S1D
20220606 120000 0.5 0 S1E
14 changes: 7 additions & 7 deletions regtests/ww3_tp2.2/input/ww3_multi.inp
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ $ ------------------------------
$
'ww3' 'no' 'no' 'no' 'no' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F
$
19680606 000000 19680618 000000
20220606 000000 20220618 000000
$
T T
$
19680606 000000 86400 19680618 000000
20220606 000000 86400 20220618 000000
$
N
HS T0M1 DIR SPR
$
19680606 000000 21600 19680618 000000
20220606 000000 21600 20220618 000000
0.0 0.0 'LEFT'
90.0 0.0 'CENTER'
180.0 0.0 'RIGHT'
0.0 0.0 'STOPSTRING'
19680606 000000 3600 19680618 000000
20220606 000000 3600 20220618 000000
T
19680612 000000 0 19680612 000000
19680606 000000 3600 19680618 000000
19680612 000000 0 19680612 000000
20220612 000000 0 20220612 000000
20220606 000000 3600 20220618 000000
20220612 000000 0 20220612 000000
$
'the_end' 0
$
Expand Down
11 changes: 6 additions & 5 deletions regtests/ww3_tp2.2/input/ww3_multi.nml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
&DOMAIN_NML
DOMAIN%FLGHG1 = T
DOMAIN%FLGHG2 = T
DOMAIN%STOP = '19680618 000000'
DOMAIN%START = '20220606 000000'
DOMAIN%STOP = '20220618 000000'
/

! -------------------------------------------------------------------- !
Expand Down Expand Up @@ -37,10 +38,10 @@
! Define output dates via OUTPUT_DATE_NML namelist
! -------------------------------------------------------------------- !
&OUTPUT_DATE_NML
ALLDATE%FIELD = '19680606 000000' '86400' '19680618 000000'
ALLDATE%POINT = '19680606 000000' '21600' '19680618 000000'
ALLDATE%TRACK = '19680606 000000' '3600' '19680618 000000'
ALLDATE%BOUNDARY = '19680606 000000' '3600' '19680618 000000'
ALLDATE%FIELD = '20220606 000000' '86400' '20220618 000000'
ALLDATE%POINT = '20220606 000000' '21600' '20220618 000000'
ALLDATE%TRACK = '20220606 000000' '3600' '20220618 000000'
ALLDATE%BOUNDARY = '20220606 000000' '3600' '20220618 000000'
/

! -------------------------------------------------------------------- !
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_ounf.inp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $--------------------------------------------------------------------- $
$ First output time (yyyymmdd hhmmss), increment of output (s),
$ and number of output times.
$
19680606 000000 10800. 100
20220606 000000 10800. 100
$
$ Fields requested --------------------------------------------------- $
$
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_ounf.nml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! Define the output fields to postprocess via FIELD_NML namelist
! -------------------------------------------------------------------- !
&FIELD_NML
FIELD%TIMESTART = '19680606 000000'
FIELD%TIMESTART = '20220606 000000'
FIELD%TIMESTRIDE = '10800.'
FIELD%TIMECOUNT = '100'
FIELD%LIST = 'HS T01 DIR SPR'
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_ounp.inp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $--------------------------------------------------------------------- $
$ First output time (yyyymmdd hhmmss), increment of output (s),
$ and number of output times.
$
19680606 000000 21600. 1000
20220606 000000 21600. 1000
$
$ Points requested --------------------------------------------------- $
$
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_ounp.nml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! Define the output fields to postprocess via POINT_NML namelist
! -------------------------------------------------------------------- !
&POINT_NML
POINT%TIMESTART = '19680606 000000'
POINT%TIMESTART = '20220606 000000'
POINT%TIMESTRIDE = '21600.'
POINT%TIMECOUNT = '1000'
POINT%LIST = '1 2 3'
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_outf.inp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Grid output post-processing
$ -----------------------------------------
19680612 000000 518400. 2
20220612 000000 518400. 2
$
N
HS T01 DIR SPR
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_outp_spec.inp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Point output post-processing
$ ------------------------------------------
19680606 000000 43200. 25
20220606 000000 43200. 25
$
1
2
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_outp_tab51.inp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Point output post-processing
$ ------------------------------------------
19680606 000000 43200. 25
20220606 000000 43200. 25
$
1
-1
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_outp_tab52.inp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Point output post-processing
$ ------------------------------------------
19680606 000000 43200. 25
20220606 000000 43200. 25
$
2
-1
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_outp_tab53.inp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ WAVEWATCH III Point output post-processing
$ ------------------------------------------
19680606 000000 43200. 25
20220606 000000 43200. 25
$
3
-1
Expand Down
24 changes: 12 additions & 12 deletions regtests/ww3_tp2.2/input/ww3_shel.inp
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ $ ------------------------------
F
F
$
19680606 000000
19680606 120000
20220606 000000
20220606 120000
$
1
$
19680606 000000 10800 19680608 000000
20220606 000000 10800 20220608 000000
$
N
HS EF T01 DIR SPR
$
19680606 000000 21600 19680608 000000
20220606 000000 21600 20220608 000000
0.0 0.0 'LEFT'
90.0 0.0 'CENTER'
180.0 0.0 'RIGHT'
0.0 0.0 'STOPSTRING'
19680606 000000 14400 19680608 000000
20220606 000000 14400 20220608 000000
T
19680606 000000 0 19680608 000000
19680606 000000 0 19680608 000000
19680606 000000 0 19680608 000000
20220606 000000 0 20220608 000000
20220606 000000 0 20220608 000000
20220606 000000 0 20220608 000000
$
'CUR' 19680606 030000 2.0 45.
'WND' 19680606 000000 20.0 180. 2.
'WND' 19680606 040000 15.0 130. 1.
'WND' 19680606 080000 25.0 90. 3.
'CUR' 20220606 030000 2.0 45.
'WND' 20220606 000000 20.0 180. 2.
'WND' 20220606 040000 15.0 130. 1.
'WND' 20220606 080000 25.0 90. 3.
'STP'
$
$ -------------------------------------------------------------------- $
Expand Down
16 changes: 9 additions & 7 deletions regtests/ww3_tp2.2/input/ww3_shel.nml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
! Define top-level model parameters via DOMAIN_NML namelist
! -------------------------------------------------------------------- !
&DOMAIN_NML
DOMAIN%STOP = '19680606 120000'
DOMAIN%START = '20220606 000000'
DOMAIN%STOP = '20220606 120000'
/

! -------------------------------------------------------------------- !
Expand All @@ -30,9 +31,9 @@
! Define output dates via OUTPUT_DATE_NML namelist
! -------------------------------------------------------------------- !
&OUTPUT_DATE_NML
DATE%FIELD = '19680606 000000' '10800' '19680608 000000'
DATE%POINT = '19680606 000000' '21600' '19680608 000000'
DATE%TRACK = '19680606 000000' '14400' '19680608 000000'
DATE%FIELD = '20220606 000000' '10800' '20220608 000000'
DATE%POINT = '20220606 000000' '21600' '20220608 000000'
DATE%TRACK = '20220606 000000' '14400' '20220608 000000'
/

! -------------------------------------------------------------------- !
Expand All @@ -45,23 +46,24 @@

&HOMOG_INPUT_NML
HOMOG_INPUT(1)%NAME = 'CUR'
HOMOG_INPUT(1)%DATE = '19680606 030000'
HOMOG_INPUT(1)%DATE = '20220606 030000'
HOMOG_INPUT(1)%VALUE1 = 2.0
HOMOG_INPUT(1)%VALUE2 = 45.

HOMOG_INPUT(2)%NAME = 'WND'
HOMOG_INPUT(2)%DATE = '20220606 000000'
HOMOG_INPUT(2)%VALUE1 = 20.0
HOMOG_INPUT(2)%VALUE2 = 180.
HOMOG_INPUT(2)%VALUE3 = 2.

HOMOG_INPUT(3)%NAME = 'WND'
HOMOG_INPUT(3)%DATE = '19680606 040000'
HOMOG_INPUT(3)%DATE = '20220606 040000'
HOMOG_INPUT(3)%VALUE1 = 15.0
HOMOG_INPUT(3)%VALUE2 = 130.
HOMOG_INPUT(3)%VALUE3 = 1.

HOMOG_INPUT(4)%NAME = 'WND'
HOMOG_INPUT(4)%DATE = '19680606 080000'
HOMOG_INPUT(4)%DATE = '20220606 080000'
HOMOG_INPUT(4)%VALUE1 = 25.0
HOMOG_INPUT(4)%VALUE2 = 90.
HOMOG_INPUT(4)%VALUE3 = 3.
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_trnc.inp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $--------------------------------------------------------------------- $
$ First output time (yyyymmdd hhmmss), increment of output (s),
$ and number of output times.
$
19680606 000000 3600. 100000
20220606 000000 3600. 100000
$
$ Output type -------------------------------------------------------- $
$ netCDF version [3,4]
Expand Down
2 changes: 1 addition & 1 deletion regtests/ww3_tp2.2/input/ww3_trnc.nml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
! Define the output fields to postprocess via TRACK_NML namelist
! -------------------------------------------------------------------- !
&TRACK_NML
TRACK%TIMESTART = '19680606 000000'
TRACK%TIMESTART = '20220606 000000'
TRACK%TIMESTRIDE = '3600.'
/

Expand Down

0 comments on commit 797f479

Please sign in to comment.