Skip to content

Commit

Permalink
Remove unnecessary initialisation of CurYear
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Nov 20, 2024
1 parent 02f4d7b commit 75a61e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/offline/cable_mpimaster.F90
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ SUBROUTINE mpidrv_master (comm, trunk_sumbal)
ENDIF
ENDIF

CurYear = CABLE_USER%YearStart

IF ( icycle .GE. 11 ) THEN
icycle = icycle - 10
CASAONLY = .TRUE.
Expand Down
2 changes: 0 additions & 2 deletions src/offline/cable_mpiworker.F90
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ SUBROUTINE mpidrv_worker (comm)
IF (CABLE_USER%POPLUC .AND. TRIM(CABLE_USER%POPLUC_RunType) .EQ. 'static') &
CABLE_USER%POPLUC= .FALSE.

CurYear = CABLE_USER%YearStart

IF ( icycle .GE. 11 ) THEN
icycle = icycle - 10
CASAONLY = .TRUE.
Expand Down
2 changes: 0 additions & 2 deletions src/offline/cable_serial.F90
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ SUBROUTINE serialdrv(trunk_sumbal)
ENDIF
ENDIF

CurYear = CABLE_USER%YearStart

IF ( icycle .GE. 11 ) THEN
icycle = icycle - 10
CASAONLY = .TRUE.
Expand Down

0 comments on commit 75a61e0

Please sign in to comment.