67 real(
dp),
intent(in) :: runinterval
75 integer :: ktmp, ntmp, lini
79 character (len=*),
parameter :: myfile = &
89 WRITE (
stdout,10)
' PROPAGATOR - Grid: ', ng, &
90 &
', Iteration: ',
nrun, &
91 &
', number converged RITZ values: ', &
168 WRITE (
stdout,20)
' PROPAGATOR - Grid: ', ng, &
169 &
', Tangent Initial Norm: ', statenorm(ng)
248 WRITE (
stdout,20)
' PROPAGATOR - Grid: ', ng, &
249 &
', Tangent Final Norm: ', statenorm(ng)
370 10
FORMAT (/,a,i2.2,a,i3.3,a,i3.3/)
371 20
FORMAT (/,a,i2.2,a,1p,e15.6,/)
372 30
FORMAT (/,1x,a,1x,
'ROMS: started time-stepping:', &
373 &
' (Grid: ',i2.2,
' TimeSteps: ',i8.8,
' - ',i8.8,
')')
subroutine ad_get_data(ng)
subroutine ad_get_idata(ng)
subroutine ad_main3d(runinterval)
subroutine, public close_inp(ng, model)
subroutine, public tl_statenorm(ng, tile, kinp, ninp, statenorm)
subroutine, public ad_ini_perturb(ng, tile, kinp, kout, ninp, nout)
subroutine, public tl_inner2state(ng, tile, lini, state)
subroutine, public ad_inner2state(ng, tile, lini, ad_state)
subroutine, public ini_c_norm(ng, tile, kinp, ninp, statenorm)
subroutine, public initialize_coupling(ng, tile, model)
subroutine, public initialize_ocean(ng, tile, model)
integer, dimension(:), allocatable first_tile
integer, dimension(:), allocatable last_tile
real(dp), parameter day2sec
integer, dimension(:), allocatable ntimes
integer, dimension(:), allocatable iic
real(dp), dimension(:), allocatable dt
integer, dimension(:), allocatable nconv
logical, dimension(:), allocatable synchro_flag
logical, dimension(:), allocatable predictor_2d_step
real(dp), dimension(:), allocatable tdays
real(dp), parameter sec2day
integer, dimension(:), allocatable ntend
integer, dimension(:), allocatable indx1
integer, dimension(:), allocatable ntfirst
real(dp), dimension(:), allocatable time
integer, dimension(:), allocatable ntstart
integer, dimension(:), allocatable iif
integer, dimension(:), allocatable kstp
integer, dimension(:), allocatable knew
integer, dimension(:), allocatable nrhs
integer, dimension(:), allocatable nnew
integer, dimension(:), allocatable krhs
integer, dimension(:), allocatable nstp
subroutine, public propagator_hop(runinterval, state, ad_state)
subroutine, public set_depth(ng, tile, model)
logical function, public founderror(flag, noerr, line, routine)
subroutine tl_get_data(ng)
subroutine tl_get_idata(ng)
subroutine tl_main3d(runinterval)