@@ -608,7 +608,7 @@ subroutine Initialize(gc, import, export, clock, rc)
608
608
integer :: local_nt, k, NUM_ENSEMBLE, i1, i2, j1, j2
609
609
integer :: ForceDtStep
610
610
type (met_force_type) :: mf_nodata
611
- logical :: MERRA_file_specs, ensemble_forcing
611
+ logical :: MERRA_file_specs, S2S3_file_specs, ensemble_forcing
612
612
logical :: backward_looking_fluxes
613
613
real , pointer :: TileLats(:)
614
614
real , pointer :: TileLons(:)
@@ -768,6 +768,7 @@ subroutine Initialize(gc, import, export, clock, rc)
768
768
internal% mf% hinterp, &
769
769
AEROSOL_DEPOSITION, &
770
770
MERRA_file_specs, &
771
+ S2S3_file_specs, &
771
772
backward_looking_fluxes, &
772
773
internal% mf% DataNxt, &
773
774
.true. & ! init
@@ -776,7 +777,7 @@ subroutine Initialize(gc, import, export, clock, rc)
776
777
777
778
if (backward_looking_fluxes) &
778
779
call LDAS_move_new_force_to_old( &
779
- MERRA_file_specs, AEROSOL_DEPOSITION, &
780
+ MERRA_file_specs, S2S3_file_specs, AEROSOL_DEPOSITION, &
780
781
internal% mf% DataNxt, internal% mf% DataPrv )
781
782
782
783
! Turn timer off
@@ -851,7 +852,7 @@ subroutine Run(gc, import, export, clock, rc)
851
852
type (met_force_type), pointer , contiguous :: DataTmp(:)= >null ()
852
853
type (met_force_type) :: mf_nodata
853
854
854
- logical :: MERRA_file_specs
855
+ logical :: MERRA_file_specs, S2S3_file_specs
855
856
logical :: backward_looking_fluxes
856
857
integer :: AEROSOL_DEPOSITION
857
858
! Export pointers
@@ -995,6 +996,7 @@ subroutine Run(gc, import, export, clock, rc)
995
996
internal% mf% hinterp, &
996
997
AEROSOL_DEPOSITION, &
997
998
MERRA_file_specs, &
999
+ S2S3_file_specs, &
998
1000
backward_looking_fluxes, &
999
1001
internal% mf% DataNxt, &
1000
1002
.false. & ! init
@@ -1003,7 +1005,7 @@ subroutine Run(gc, import, export, clock, rc)
1003
1005
1004
1006
if (backward_looking_fluxes) &
1005
1007
call LDAS_move_new_force_to_old( &
1006
- MERRA_file_specs, AEROSOL_DEPOSITION, &
1008
+ MERRA_file_specs, S2S3_file_specs, AEROSOL_DEPOSITION, &
1007
1009
internal% mf% DataNxt, internal% mf% DataPrv )
1008
1010
1009
1011
! -compute-average-zenith-angle-over-daylight-part-of-forcing-interval-
0 commit comments