ROMS
|
#include "cppdefs.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ntimesteps (model, runinterval, nl, nsteps, rsteps) |
subroutine | nlm_step_sequence (runinterval, icount) |
subroutine nlm_step_sequence | ( | real(dp), intent(in) | runinterval, |
integer, intent(out) | icount ) |
Definition at line 254 of file ntimestep.F.
References mod_scalars::dt, mod_scalars::exit_flag, mod_param::gridnumber, mod_param::gridsinlayer, mod_param::inlm, mod_parallel::master, mod_param::nestlayers, mod_param::ngrids, ntimesteps(), mod_scalars::refinescale, mod_iounits::stdout, and mod_scalars::step_counter.
Referenced by ad_main3d().
subroutine ntimesteps | ( | integer, intent(in) | model, |
real(dp), intent(in) | runinterval, | ||
integer, intent(inout) | nl, | ||
integer, intent(out) | nsteps, | ||
integer, intent(out) | rsteps ) |
Definition at line 2 of file ntimestep.F.
References mod_scalars::compositegrid, mod_scalars::dt, mod_scalars::exit_flag, mod_param::gridnumber, mod_param::gridsinlayer, mod_param::iadm, mod_scalars::initime, mod_param::inlm, mod_param::irpm, mod_param::itlm, mod_parallel::master, mod_param::nestlayers, mod_scalars::ntimes, mod_scalars::refinedgrid, mod_scalars::refinescale, mod_nesting::refinesteps, mod_nesting::refinestepscounter, mod_iounits::stdout, mod_scalars::step_counter, mod_nesting::telescoping, and mod_scalars::time.
Referenced by ad_main3d(), main3d(), nlm_step_sequence(), and tl_main3d().