62 logical,
intent(inout) :: first
64 integer,
intent(in),
optional :: mpiCOMM
68 logical :: allocate_vars = .true.
71 integer :: MyError, MySize
73 integer :: chunk_size, ng, thread
75 integer :: my_threadnum
78 character (len=*),
parameter :: MyFile = &
79 & __FILE__//
", ROMS_initialize"
87 IF (
PRESENT(mpicomm))
THEN
138#elif defined DISTRIBUTE
156 10
FORMAT (/,
' Process Information:',/)
161 DO thread=thread_range
177#if defined MCT_LIB && (defined ATM_COUPLING || defined WAV_COUPLING)
185 CALL initialize_ocn2atm_coupling (ng,
myrank)
188 CALL initialize_ocn2wav_coupling (ng,
myrank)
257 real(dp),
intent(in) :: RunInterval
263 character (len=*),
parameter :: MyFile = &
264 & __FILE__//
", ROMS_run"
286 10
FORMAT (/,1x,a,1x,
'ROMS: started time-stepping:', &
287 &
' (Grid: ',i2.2,
' TimeSteps: ',i8.8,
' - ',i8.8,
')',/)
302 integer :: Fcount, ng, thread
304 character (len=*),
parameter :: MyFile = &
305 & __FILE__//
", ROMS_finalize"
317 10
FORMAT (/,
' Blowing-up: Saving latest model state into ', &
344 20
FORMAT (/,
'Elapsed wall CPU time for each process (seconds):',/)
349 DO thread=thread_range
subroutine edit_multifile(task)
subroutine, public close_out
subroutine, public close_inp(ng, model)
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 lreadfrc
integer, dimension(:), allocatable ntend
logical, dimension(:), allocatable lcycletlm
logical, dimension(:), allocatable lwrttlm
logical, dimension(:), allocatable lwrtrst
logical, dimension(:), allocatable ldeftlm
integer, dimension(:), allocatable ntstart
logical, dimension(:), allocatable lreadfwd
logical, dimension(:), allocatable lcyclerst
logical, dimension(:), allocatable lreadblk
subroutine, public roms_finalize
subroutine, public roms_run(runinterval)
subroutine, public roms_initialize(first, mpicomm)
integer function, public stdout_unit(mymaster)
logical, save set_stdoutunit
logical function, public founderror(flag, noerr, line, routine)
subroutine, public wrt_rst(ng, tile)
subroutine rp_initial(ng)
subroutine rp_main3d(runinterval)
recursive subroutine wclock_off(ng, model, region, line, routine)
recursive subroutine wclock_on(ng, model, region, line, routine)