ocnice_prep  1.13.0
All Data Structures Files Functions Variables Pages
ocncalc_mod.F90 File Reference

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...
 

Detailed Description

Perform calculations needed when using an ocean file.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

This module calculates quantities needed only in the ocean case

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition in file ocncalc_mod.F90.

Function/Subroutine Documentation

◆ calc_eta()

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.

Parameters
[in]fnamethe file name containing needed varables
[in]dimsthe dimensions of the source domain
[in]bathythe bathymetry on the source domain
Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 32 of file ocncalc_mod.F90.

◆ vfill()

subroutine, public ocncalc_mod::vfill ( )

Fill water column vertically on the destination grid.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 82 of file ocncalc_mod.F90.