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
78 character (len=*),
parameter :: myfile = &
79 & __FILE__//
", ROMS_initialize"
87 IF (
PRESENT(mpicomm))
THEN
137#elif defined DISTRIBUTE
154 10
FORMAT (/,
' Process Information:',/)
158 DO thread=thread_range
171#if defined MCT_LIB && (defined ATM_COUPLING || defined WAV_COUPLING)
179 CALL initialize_ocn2atm_coupling (ng,
myrank)
182 CALL initialize_ocn2wav_coupling (ng,
myrank)
249 real(dp),
intent(in) :: runinterval
255 character (len=*),
parameter :: myfile = &
256 & __FILE__//
", ROMS_run"
276 10
FORMAT (/,1x,a,1x,
'ROMS: started time-stepping:', &
277 &
' (Grid: ',i2.2,
' TimeSteps: ',i8.8,
' - ',i8.8,
')',/)
292 integer :: fcount, ng, thread
294 character (len=*),
parameter :: myfile = &
295 & __FILE__//
", ROMS_finalize"
307 10
FORMAT (/,
' Blowing-up: Saving latest model state into ', &
334 20
FORMAT (/,
'Elapsed wall CPU time for each process (seconds):',/)
338 DO thread=thread_range
subroutine ad_initial(ng)
subroutine ad_main3d(runinterval)
subroutine edit_multifile(task)
integer function my_threadnum()
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
logical, dimension(:), allocatable ldefadj
logical, dimension(:), allocatable lcycleadj
logical, dimension(:), allocatable lwrtadj
integer, dimension(:), allocatable ntend
logical, dimension(:), allocatable lwrtrst
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)
recursive subroutine wclock_off(ng, model, region, line, routine)
recursive subroutine wclock_on(ng, model, region, line, routine)