LMDZ
|
Functions/Subroutines | |
subroutine, public | ipslnlf (new_number, old_number) |
subroutine, public | ipslerr (plev, pcname, pstr1, pstr2, pstr3) |
subroutine, public | ipslerr_act (new_mode, old_mode) |
subroutine, public | ipslerr_inq (current_level, maximum_level) |
subroutine, public | histerr (plev, pcname, pstr1, pstr2, pstr3) |
subroutine, public | ipsldbg (new_status, old_status) |
Variables | |
integer | n_l =6 |
integer | ilv_cur =0 |
integer | ilv_max =0 |
logical | ioipsl_debug =.FALSE. |
logical | lact_mode =.TRUE. |
subroutine, public ioipsl_errioipsl::histerr | ( | integer | plev, |
character(len=*) | pcname, | ||
character(len=*) | pstr1, | ||
character(len=*) | pstr2, | ||
character(len=*) | pstr3 | ||
) |
Definition at line 154 of file ioipsl_errioipsl.F90.
subroutine, public ioipsl_errioipsl::ipsldbg | ( | logical, intent(in), optional | new_status, |
logical, intent(out), optional | old_status | ||
) |
Definition at line 189 of file ioipsl_errioipsl.F90.
subroutine, public ioipsl_errioipsl::ipslerr | ( | integer | plev, |
character(len=*) | pcname, | ||
character(len=*) | pstr1, | ||
character(len=*) | pstr2, | ||
character(len=*) | pstr3 | ||
) |
subroutine, public ioipsl_errioipsl::ipslerr_act | ( | logical, intent(in), optional | new_mode, |
logical, intent(out), optional | old_mode | ||
) |
Definition at line 93 of file ioipsl_errioipsl.F90.
subroutine, public ioipsl_errioipsl::ipslerr_inq | ( | integer, intent(out), optional | current_level, |
integer, intent(out), optional | maximum_level | ||
) |
Definition at line 127 of file ioipsl_errioipsl.F90.
subroutine, public ioipsl_errioipsl::ipslnlf | ( | integer, intent(in), optional | new_number, |
integer, intent(out), optional | old_number | ||
) |
Definition at line 26 of file ioipsl_errioipsl.F90.
integer ioipsl_errioipsl::ilv_cur =0 |
Definition at line 19 of file ioipsl_errioipsl.F90.
integer ioipsl_errioipsl::ilv_max =0 |
Definition at line 19 of file ioipsl_errioipsl.F90.
logical ioipsl_errioipsl::ioipsl_debug =.FALSE. |
Definition at line 20 of file ioipsl_errioipsl.F90.
logical ioipsl_errioipsl::lact_mode =.TRUE. |
Definition at line 20 of file ioipsl_errioipsl.F90.
integer ioipsl_errioipsl::n_l =6 |
Definition at line 19 of file ioipsl_errioipsl.F90.