ocnice_prep
1.13.0
|
Perform calculations needed when using an ocean file. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | ocncalc_mod::calc_eta (fname, dims, bathy) |
Calculate interface heights locally. More... | |
subroutine, public | ocncalc_mod::vfill () |
Fill water column vertically on the destination grid. More... | |
Perform calculations needed when using an ocean file.
This module calculates quantities needed only in the ocean case
Definition in file ocncalc_mod.F90.
subroutine, public ocncalc_mod::calc_eta | ( | character(len=*), intent(in) | fname, |
integer, dimension(:), intent(in) | dims, | ||
real(kind=8), dimension(:), intent(in) | bathy | ||
) |
Calculate interface heights locally.
[in] | fname | the file name containing needed varables |
[in] | dims | the dimensions of the source domain |
[in] | bathy | the bathymetry on the source domain |
Definition at line 32 of file ocncalc_mod.F90.
subroutine, public ocncalc_mod::vfill | ( | ) |
Fill water column vertically on the destination grid.
Definition at line 82 of file ocncalc_mod.F90.