Functions/Subroutines | |
subroutine | shr_file_put (rcode, loc_fn, rem_fn, passwd, rtpd, async, remove) |
subroutine | shr_file_get (rcode, loc_fn, rem_fn, passwd, async, clobber) |
integer(SHR_KIND_IN) | shr_file_queryPrefix (filepath, prefix) |
INTEGER | shr_file_getUnit (unit) |
subroutine | shr_file_freeUnit (unit) |
subroutine | shr_file_stdio (model) |
subroutine | shr_file_chdir (model, rcodeOut) |
subroutine | shr_file_dirio (model) |
subroutine | shr_file_chStdIn (model, NLFilename, rcodeOut) |
subroutine | shr_file_chStdOut (model, rcodeOut) |
subroutine | shr_file_stdioReadNL (model, filename, dirOut, stdinOut, stdoutOut, NLFileOut, rcodeOut) |
subroutine | shr_file_setIO (nmlfile, funit) |
subroutine | shr_file_setLogUnit (unit) |
subroutine | shr_file_setLogLevel (newlevel) |
subroutine | shr_file_getLogUnit (unit) |
subroutine | shr_file_getLogLevel (curlevel) |
Variables | |
integer(SHR_KIND_IN), parameter | shr_file_noPrefix = 0 |
integer(SHR_KIND_IN), parameter | shr_file_nullPrefix = 1 |
integer(SHR_KIND_IN), parameter | shr_file_cpPrefix = 2 |
integer(SHR_KIND_IN), parameter | shr_file_mssPrefix = 3 |
integer(SHR_KIND_IN), parameter | shr_file_hpssPrefix = 4 |
integer(SHR_KIND_IN), parameter | shr_file_minUnit = 10 |
integer(SHR_KIND_IN), parameter | shr_file_maxUnit = 99 |
logical, save | UnitTag = .false. |
subroutine shr_file_mod::shr_file_chdir | ( | character(*),intent(in) | model, | |
integer(SHR_KIND_IN),intent(out),optional | rcodeOut | |||
) |
Definition at line 544 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_chStdIn | ( | character(*),intent(in) | model, | |
character(SHR_KIND_CL),intent(out),optional | NLFilename, | |||
integer (SHR_KIND_IN),intent(out),optional | rcodeOut | |||
) |
Definition at line 627 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_chStdOut | ( | character(*),intent(in) | model, | |
integer(SHR_KIND_IN),intent(out),optional | rcodeOut | |||
) |
Definition at line 699 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_dirio | ( | character(*),intent(in) | model | ) |
Definition at line 592 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_freeUnit | ( | integer(SHR_KIND_IN),intent(in) | unit | ) |
Definition at line 449 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_get | ( | integer(SHR_KIND_IN),intent(out) | rcode, | |
character(*),intent(in) | loc_fn, | |||
character(*),intent(in) | rem_fn, | |||
character(*),intent(in),optional | passwd, | |||
logical,intent(in),optional | async, | |||
logical,intent(in),optional | clobber | |||
) |
Definition at line 226 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_getLogLevel | ( | integer(SHR_KIND_IN),intent(out) | curlevel | ) |
Definition at line 1002 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_getLogUnit | ( | integer(SHR_KIND_IN),intent(out) | unit | ) |
Definition at line 973 of file shr_file_mod.F90.
INTEGER shr_file_mod::shr_file_getUnit | ( | integer(SHR_KIND_IN),intent(in),optional | unit | ) |
Definition at line 381 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_put | ( | integer(SHR_KIND_IN),intent(out) | rcode, | |
character(*),intent(in) | loc_fn, | |||
character(*),intent(in) | rem_fn, | |||
character(*),intent(in),optional | passwd, | |||
integer(SHR_KIND_IN),intent(in),optional | rtpd, | |||
logical,intent(in),optional | async, | |||
logical,intent(in),optional | remove | |||
) |
Definition at line 110 of file shr_file_mod.F90.
integer(SHR_KIND_IN) shr_file_mod::shr_file_queryPrefix | ( | character(*),intent(in) | filepath, | |
character(*),intent(out),optional | prefix | |||
) |
Definition at line 333 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_setIO | ( | character(len=*),intent(in) | nmlfile, | |
integer(SHR_KIND_IN),intent(in) | funit | |||
) |
Definition at line 840 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_setLogLevel | ( | integer(SHR_KIND_IN),intent(in) | newlevel | ) |
Definition at line 941 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_setLogUnit | ( | integer(SHR_KIND_IN),intent(in) | unit | ) |
Definition at line 907 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_stdio | ( | character(*),intent(in) | model | ) |
Definition at line 510 of file shr_file_mod.F90.
subroutine shr_file_mod::shr_file_stdioReadNL | ( | character(*),intent(in) | model, | |
character(SHR_KIND_CL),intent(out) | filename, | |||
character(SHR_KIND_CL),intent(out),optional | dirOut, | |||
character(SHR_KIND_CL),intent(out),optional | stdinOut, | |||
character(SHR_KIND_CL),intent(out),optional | stdoutOut, | |||
character(SHR_KIND_CL),intent(out),optional | NLFileOut, | |||
integer (SHR_KIND_IN),intent(out),optional | rcodeOut | |||
) | [private] |
Definition at line 752 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_cpPrefix = 2 |
Definition at line 76 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_hpssPrefix = 4 |
Definition at line 78 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_maxUnit = 99 |
Definition at line 86 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_minUnit = 10 |
Definition at line 85 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_mssPrefix = 3 |
Definition at line 77 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_noPrefix = 0 |
Definition at line 74 of file shr_file_mod.F90.
integer(SHR_KIND_IN),parameter shr_file_mod::shr_file_nullPrefix = 1 |
Definition at line 75 of file shr_file_mod.F90.
logical,save shr_file_mod::UnitTag = .false. |
Definition at line 87 of file shr_file_mod.F90.