Skip to content

Commit

Permalink
Remove 'calendar:' parameter from all model_configure templates
Browse files Browse the repository at this point in the history
By default the calendar type will be 'gregorian'
  • Loading branch information
DusanJovic-NOAA committed Jun 8, 2022
1 parent 016d5af commit ee0af8c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion tests/parm/datm_cdeps_configure.IN
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ start_minute: 0
start_second: 0
nhours_fcst: @[FHMAX]
dt_atmos: @[DT_ATMOS]
calendar: 'julian'
fhrot: @[FHROT]
nfhout: @[NFHOUT]
nfhmax_hf: -1
Expand Down
1 change: 0 additions & 1 deletion tests/parm/model_configure.IN
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nhours_fcst: @[FHMAX]
fhrot: @[FHROT]

dt_atmos: @[DT_ATMOS]
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

Expand Down
1 change: 0 additions & 1 deletion tests/parm/model_configure_fhout.IN
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ start_second: 0
nhours_fcst: @[FHMAX]

dt_atmos: @[DT_ATMOS]
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
fhrot: @[FHROT]
output_1st_tstep_rst: .false.
Expand Down
1 change: 0 additions & 1 deletion tests/parm/model_configure_hafs.IN
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ start_minute: 0
start_second: 0
nhours_fcst: @[FHMAX]
dt_atmos: @[DT_ATMOS]
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

Expand Down
1 change: 0 additions & 1 deletion tests/parm/model_configure_regional.IN
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nhours_fcst: @[FHMAX]
fhrot: @[FHROT]

dt_atmos: 225
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

Expand Down
1 change: 0 additions & 1 deletion tests/parm/model_configure_regional_3km.IN
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nhours_fcst: @[FHMAX]
fhrot: @[FHROT]

dt_atmos: 40
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

Expand Down
3 changes: 1 addition & 2 deletions tests/parm/model_configure_regional_stoch.IN
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ nhours_fcst: @[FHMAX]
fhrot: @[FHROT]

dt_atmos: 36
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

Expand All @@ -33,6 +32,6 @@ lon1: -109.97410429
lat1: 26.31459843
dx: 3000.0
dy: 3000.0

output_fh: @[OUTPUT_FH]
nsout: -1
3 changes: 1 addition & 2 deletions tests/parm/model_configure_rrfs_conus13km.IN
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ start_second: 0
nhours_fcst: @[FHMAX]

dt_atmos: @[DT_ATMOS]
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

Expand Down Expand Up @@ -40,7 +39,7 @@ jmo: @[JMO]
# Output frequency in hours until forecast hour "nfhmax_hf".
#
# nsout:
# Output frequency in time steps (positive values override "nfhout" and
# Output frequency in time steps (positive values override "nfhout" and
# "nfhout_hf").
#
nfhout: 1
Expand Down
1 change: 0 additions & 1 deletion tests/parm/stretched-nest-quilt-model_configure.IN
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ start_second: 0
nhours_fcst: @[FHMAX]

dt_atmos: 450
calendar: 'julian'
restart_interval: 0
output_1st_tstep_rst: .false.

Expand Down

0 comments on commit ee0af8c

Please sign in to comment.