Functions/Subroutines | |
subroutine | seq_hist_write (EClock_d) |
subroutine | seq_hist_writeavg (EClock_d, write_now) |
subroutine | seq_hist_writeaux (EClock_d, aname, dname, cdata_av, av, nx, ny, nt, write_now, flds) |
Variables | |
logical | iamin_CPLID |
integer(IN) | mpicom_GLOID |
integer(IN) | mpicom_CPLID |
integer(IN) | nthreads_GLOID |
integer(IN) | nthreads_CPLID |
logical | drv_threading |
logical | atm_present |
logical | lnd_present |
logical | ice_present |
logical | ocn_present |
logical | rof_present |
logical | glc_present |
logical | sno_present |
logical | atm_prognostic |
logical | lnd_prognostic |
logical | ice_prognostic |
logical | ocn_prognostic |
logical | ocnrof_prognostic |
logical | glc_prognostic |
logical | sno_prognostic |
logical | cdf64 |
integer(IN) | atm_nx |
integer(IN) | atm_ny |
integer(IN) | lnd_nx |
integer(IN) | lnd_ny |
integer(IN) | ice_nx |
integer(IN) | ice_ny |
integer(IN) | ocn_nx |
integer(IN) | ocn_ny |
integer(IN) | rof_nx |
integer(IN) | rof_ny |
integer(IN) | glc_nx |
integer(IN) | glc_ny |
integer(IN) | sno_nx |
integer(IN) | sno_ny |
integer(IN) | info_debug = 0 |
subroutine seq_hist_mod::seq_hist_write | ( | type (ESMF_Clock),intent(in) | EClock_d | ) |
Definition at line 107 of file seq_hist_mod.F90.
subroutine seq_hist_mod::seq_hist_writeaux | ( | type(ESMF_Clock),intent(in) | EClock_d, | |
character(*),intent(in) | aname, | |||
character(*),intent(in) | dname, | |||
type(seq_cdata),intent(in) | cdata_av, | |||
type(mct_aVect),intent(in) | av, | |||
integer(IN),intent(in) | nx, | |||
integer(IN),intent(in) | ny, | |||
integer(IN),intent(in) | nt, | |||
logical,intent(in),optional | write_now, | |||
character(*),intent(in),optional | flds | |||
) |
Definition at line 647 of file seq_hist_mod.F90.
subroutine seq_hist_mod::seq_hist_writeavg | ( | type (ESMF_Clock),intent(in) | EClock_d, | |
logical,intent(in) | write_now | |||
) |
Definition at line 299 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::atm_nx |
Definition at line 93 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::atm_ny |
Definition at line 93 of file seq_hist_mod.F90.
logical seq_hist_mod::atm_present |
Definition at line 74 of file seq_hist_mod.F90.
logical seq_hist_mod::atm_prognostic |
Definition at line 82 of file seq_hist_mod.F90.
logical seq_hist_mod::cdf64 |
Definition at line 90 of file seq_hist_mod.F90.
logical seq_hist_mod::drv_threading |
Definition at line 72 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::glc_nx |
Definition at line 98 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::glc_ny |
Definition at line 98 of file seq_hist_mod.F90.
logical seq_hist_mod::glc_present |
Definition at line 79 of file seq_hist_mod.F90.
logical seq_hist_mod::glc_prognostic |
Definition at line 87 of file seq_hist_mod.F90.
logical seq_hist_mod::iamin_CPLID |
Definition at line 66 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::ice_nx |
Definition at line 95 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::ice_ny |
Definition at line 95 of file seq_hist_mod.F90.
logical seq_hist_mod::ice_present |
Definition at line 76 of file seq_hist_mod.F90.
logical seq_hist_mod::ice_prognostic |
Definition at line 84 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::info_debug = 0 |
Definition at line 101 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::lnd_nx |
Definition at line 94 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::lnd_ny |
Definition at line 94 of file seq_hist_mod.F90.
logical seq_hist_mod::lnd_present |
Definition at line 75 of file seq_hist_mod.F90.
logical seq_hist_mod::lnd_prognostic |
Definition at line 83 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::mpicom_CPLID |
Definition at line 68 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::mpicom_GLOID |
Definition at line 67 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::nthreads_CPLID |
Definition at line 71 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::nthreads_GLOID |
Definition at line 70 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::ocn_nx |
Definition at line 96 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::ocn_ny |
Definition at line 96 of file seq_hist_mod.F90.
logical seq_hist_mod::ocn_present |
Definition at line 77 of file seq_hist_mod.F90.
logical seq_hist_mod::ocn_prognostic |
Definition at line 85 of file seq_hist_mod.F90.
logical seq_hist_mod::ocnrof_prognostic |
Definition at line 86 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::rof_nx |
Definition at line 97 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::rof_ny |
Definition at line 97 of file seq_hist_mod.F90.
logical seq_hist_mod::rof_present |
Definition at line 78 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::sno_nx |
Definition at line 99 of file seq_hist_mod.F90.
integer(IN) seq_hist_mod::sno_ny |
Definition at line 99 of file seq_hist_mod.F90.
logical seq_hist_mod::sno_present |
Definition at line 80 of file seq_hist_mod.F90.
logical seq_hist_mod::sno_prognostic |
Definition at line 88 of file seq_hist_mod.F90.