SOCA
soca_utils.F90 File Reference

Go to the source code of this file.

Modules

module  soca_utils
 various utility functions
 

Functions/Subroutines

elemental real(kind=kind_real) function, public soca_utils::soca_rho (sp, pt, p, lon, lat)
 calculate density from temp/salinity profile More...
 
real(kind=kind_real) function, public soca_utils::soca_mld (sp, pt, p, lon, lat)
 calculate mixed layer depth from temp/salinity profile More...
 
subroutine, public soca_utils::soca_diff (dvdz, v, h)
 
subroutine, public soca_utils::write2pe (vec, varname, filename, append)
 per-PE file output, used by soca_geom to write per-PE grid More...
 
subroutine, public soca_utils::nc_check (status)
 wrapper for netcdf calls More...
 
elemental real(kind=kind_real) function, public soca_utils::soca_adjust (std, minstd, maxstd)
 Apply bounds. More...
 
subroutine, public soca_utils::soca_str2int (str, int)
 
subroutine, public soca_utils::soca_remap_idw (lon_src, lat_src, data_src, lon_dst, lat_dst, data_dst)
 inverse distance weighted remaping (modified Shepard's method) More...