89 logical,
intent(inout) :: first
91 integer,
intent(in),
optional :: mpiCOMM
95 logical :: allocate_vars = .true.
98 integer :: MyError, MySize
100 integer :: chunk_size, ng, thread
102 integer :: my_threadnum
105 character (len=*),
parameter :: MyFile = &
106 & __FILE__//
", ROMS_initialize"
114 IF (
PRESENT(mpicomm))
THEN
171#elif defined DISTRIBUTE
188 10
FORMAT (/,
' Process Information:',/)
192 DO thread=thread_range
205#if defined MCT_LIB && (defined ATM_COUPLING || defined WAV_COUPLING)
213 CALL initialize_ocn2atm_coupling (ng,
myrank)
216 CALL initialize_ocn2wav_coupling (ng,
myrank)
261 real(dp),
intent(in) :: RunInterval
265 integer :: my_outer, ng
267 character (len=*),
parameter :: MyFile = &
268 & __FILE__//
", ROMS_run"
277#if defined ADJUST_BOUNDARY || defined ADJUST_STFLUX || \
278 defined adjust_wstress
282#ifdef ADJUST_BOUNDARY
292 outer_loop :
DO my_outer=1,
nouter
314 CALL analysis (my_outer, runinterval)
339 integer :: Fcount, ng, thread
341 character (len=*),
parameter :: MyFile = &
342 & __FILE__//
", ROMS_finalize"
388 10
FORMAT (/,
' Blowing-up: Saving latest model state into ', &
415 20
FORMAT (/,
'Elapsed wall CPU time for each process (seconds):',/)
419 DO thread=thread_range
subroutine, public close_out
subroutine, public close_inp(ng, model)
subroutine, public def_dai(ng)
subroutine, public prior_error(ng)
subroutine, public increment(my_outer, runinterval)
subroutine, public background(my_outer, runinterval)
subroutine, public posterior_analysis(runinterval)
subroutine, public analysis(my_outer, runinterval)
subroutine, public inp_par(model)
subroutine, public roms_initialize_arrays
subroutine, public roms_allocate_arrays(allocate_vars)
type(t_io), dimension(:), allocatable rst
subroutine, public initialize_parallel
integer, dimension(:), allocatable first_tile
integer, dimension(:), allocatable last_tile
integer, dimension(:), allocatable ntilex
integer, dimension(:), allocatable ntilee
logical, dimension(:), allocatable lreadstd
logical, dimension(:), allocatable setgridconfig
logical, dimension(:), allocatable lwrtrst
logical, dimension(:), allocatable ldefdai
logical, dimension(:), allocatable lcyclerst
integer, dimension(:), allocatable lold
integer, dimension(:), allocatable lbout
integer, dimension(:), allocatable lfinp
integer, dimension(:), allocatable lbinp
integer, dimension(:), allocatable lnew
integer, dimension(:), allocatable lfout
subroutine, public roms_finalize
subroutine, public roms_run(runinterval)
subroutine, public roms_initialize(first, mpicomm)
subroutine, public stats_modobs(ng, tile)
integer function, public stdout_unit(mymaster)
logical, save set_stdoutunit
logical function, public founderror(flag, noerr, line, routine)
subroutine, public wrt_dai(ng, tile)
subroutine, public wrt_rst(ng, tile)
recursive subroutine wclock_off(ng, model, region, line, routine)
recursive subroutine wclock_on(ng, model, region, line, routine)