My Project
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ncd_read_grid (INFILE) |
subroutine | ncd_read_shape (INFILE) |
subroutine | ncd_find_read_time_enkf (INFILE, Time, HO) |
subroutine | ncd_read_enkf (INFILE, UL, VL, T1L, S1L, ELL, HO) |
subroutine | ncd_read (INFILE, UL, VL, WWL, KHL, ELL, time, HO) |
subroutine | ncd_write_el (INFILE, nnode, nlayer, temp) |
subroutine | ncd_write_u (INFILE, ncell, nlayer, temp) |
subroutine | ncd_write_v (INFILE, ncell, nlayer, temp) |
subroutine | ncd_write_u10 (INFILE, ncell, nlayer, temp) |
subroutine | ncd_write_v10 (INFILE, ncell, nlayer, temp) |
subroutine | ncd_write_t (INFILE, nnode, nlayer, temp) |
subroutine | ncd_write_s (INFILE, nnode, nlayer, temp) |
subroutine | ncd_write (INFILE, NPTS, TIME, LABEL, INDOMAIN, XP, YP, ZP, UP, VP, WP, EP, HP, INWATER, NT) |
subroutine ncd_find_read_time_enkf | ( | character(len=*), intent(in) | INFILE, |
real(dp), intent(in) | Time, | ||
integer, intent(out) | HO | ||
) |
Definition at line 206 of file enkf_ncdio.f90.
subroutine ncd_read | ( | character(len=100), intent(in) | INFILE, |
real(sp), dimension(0:n,kb), intent(out) | UL, | ||
real(sp), dimension(0:n,kb), intent(out) | VL, | ||
real(sp), dimension(0:n,kb), intent(out) | WWL, | ||
real(sp), dimension(0:m,kb), intent(out) | KHL, | ||
real(sp), dimension(0:m), intent(out) | ELL, | ||
real(sp), intent(out) | time, | ||
integer, intent(in) | HO | ||
) |
Definition at line 407 of file enkf_ncdio.f90.
subroutine ncd_read_enkf | ( | character(len=*), intent(in) | INFILE, |
real(sp), dimension(0:ngl,kb), intent(out) | UL, | ||
real(sp), dimension(0:ngl,kb), intent(out) | VL, | ||
real(sp), dimension(0:mgl,kb), intent(out) | T1L, | ||
real(sp), dimension(0:mgl,kb), intent(out) | S1L, | ||
real(sp), dimension(0:mgl), intent(out) | ELL, | ||
integer, intent(in) | HO | ||
) |
Definition at line 263 of file enkf_ncdio.f90.
subroutine ncd_read_grid | ( | character(len=100), intent(in) | INFILE | ) |
Definition at line 50 of file enkf_ncdio.f90.
subroutine ncd_read_shape | ( | character(len=100), intent(in) | INFILE | ) |
Definition at line 98 of file enkf_ncdio.f90.
subroutine ncd_write | ( | character(len=100), intent(in) | INFILE, |
integer, intent(in) | NPTS, | ||
real(sp), intent(in) | TIME, | ||
integer, dimension(npts), intent(in) | LABEL, | ||
integer, dimension(npts), intent(in) | INDOMAIN, | ||
real(sp), dimension(npts), intent(in) | XP, | ||
real(sp), dimension(npts), intent(in) | YP, | ||
real(sp), dimension(npts), intent(in) | ZP, | ||
real(sp), dimension(npts), intent(in) | UP, | ||
real(sp), dimension(npts), intent(in) | VP, | ||
real(sp), dimension(npts), intent(in) | WP, | ||
real(sp), dimension(npts), intent(in) | EP, | ||
real(sp), dimension(npts), intent(in) | HP, | ||
integer, dimension(npts), intent(in) | INWATER, | ||
integer, intent(in) | NT | ||
) |
Definition at line 1040 of file enkf_ncdio.f90.
subroutine ncd_write_el | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | nnode, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(nnode,nlayer) | temp | ||
) |
Definition at line 548 of file enkf_ncdio.f90.
subroutine ncd_write_s | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | nnode, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(nnode,nlayer) | temp | ||
) |
Definition at line 960 of file enkf_ncdio.f90.
subroutine ncd_write_t | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | nnode, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(nnode,nlayer) | temp | ||
) |
Definition at line 896 of file enkf_ncdio.f90.
subroutine ncd_write_u | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | ncell, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(ncell,nlayer) | temp | ||
) |
Definition at line 612 of file enkf_ncdio.f90.
subroutine ncd_write_u10 | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | ncell, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(ncell,nlayer) | temp | ||
) |
Definition at line 749 of file enkf_ncdio.f90.
subroutine ncd_write_v | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | ncell, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(ncell,nlayer) | temp | ||
) |
Definition at line 681 of file enkf_ncdio.f90.
subroutine ncd_write_v10 | ( | character(len=120), intent(in) | INFILE, |
integer, intent(in) | ncell, | ||
integer, intent(in) | nlayer, | ||
real(sp), dimension(ncell,nlayer) | temp | ||
) |
Definition at line 823 of file enkf_ncdio.f90.