Differences between revisions 7 and 8
Revision 7 as of 2008-08-15 08:07:18
Size: 2018
Editor: NicoleThomas
Comment:
Revision 8 as of 2010-04-29 09:22:00
Size: 2262
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
|| [[dateconv.f90]] ||dateconv|| subroutines for working with dates and times ||
|| [[lib_bval3d.f90]] ||lib_bval3d|| interpolation in latitude and longitude on a sphere ||
|| [[lib_interpol.f90]] ||lib_interpol|| interpolation subroutines ||
|| [[lib_triangulate.f90]] ||lib_triangulate|| subroutines for triangulation ||
|| [[m_get_put.f90]] || m_get_put || subroutines to put new data into 2d-file and to get data from 2d-file ||
|| [[/dateconv.f90 | dateconv.f90]] ||dateconv|| subroutines for working with dates and times ||
|| [[/lib_bval3d.f90 | lib_bval3d.f90]] ||lib_bval3d|| interpolation in latitude and longitude on a sphere ||
|| [[/lib_interpol.f90 | lib_interpol.f90]] ||lib_interpol|| interpolation subroutines ||
|| [[/lib_triangulate.f90 | lib_triangulate.f90]] ||lib_triangulate|| subroutines for triangulation ||
|| [[/m_get_put.f90 | m_get_put.f90]] || m_get_put || subroutines to put new data into 2d-file and to get data from 2d-file ||
Line 14: Line 14:
|| [[nc_eqlat_utils.f90]] || nc_eqlat_utils || subroutines that calculate a field of equivalent latitude based on PV values on isentropic levels from a UKMO data set ||
|| [[nc_file.f90]] || nc_file || check, if file is a NetCDF file ||
|| [[/nc_eqlat_utils.f90 | nc_eqlat_utils.f90]] || nc_eqlat_utils || subroutines that calculate a field of equivalent latitude based on PV values on isentropic levels from a UKMO data set ||
|| [[/nc_file.f90 | nc_file.f90]] || nc_file || check, if file is a NetCDF file ||
Line 17: Line 17:
|| [[nc_get_put.f90]] || nc_func || subroutines for reading from and writing to NetCDF files ||
|| [[nc_io.f90]] || nc_func || subroutines for reading from and writing to NetCDF files ||
|| [[nc_pack_utils.f90]] || nc_pack_utils || packing utilities ||
|| [[nc_utils.f90]] || nc_utils ||NetCDF utilities ||
|| [[packing.f90]] || packing || subroutines for packing and unpacking an array ||
|| [[read2d_utils.f90]] || read2d_utils || subroutines that read in data from the output of the MPIC 2-D model||
|| [[utils.f90]] || utils || different useful routines ||
|| [[/nc_get_put.f90 | nc_get_put.f90]] || nc_func || subroutines for reading from and writing to NetCDF files ||
|| [[/nc_io.f90 | nc_io.f90]] || nc_func || subroutines for reading from and writing to NetCDF files ||
|| [[/nc_pack_utils.f90 | nc_pack_utils.f90]] || nc_pack_utils || packing utilities ||
|| [[/nc_utils.f90 | nc_utils.f90]] || nc_utils ||NetCDF utilities ||
|| [[/packing.f90 | packing.f90]] || packing || subroutines for packing and unpacking an array ||
|| [[/read2d_utils.f90 | read2d_utils.f90]] || read2d_utils || subroutines that read in data from the output of the MPIC 2-D model||
|| [[/utils.f90 | utils.f90]] || utils || different useful routines ||
Line 25: Line 25:
[[ ChangeUtilsLibrary | Modifications in Utils Library ]] [[ /ChangeUtilsLibrary | Modifications in Utils Library ]]
Line 27: Line 27:
[[ UtilsChanges | History of Changes]] [[ /Changes | History of Changes]]

The Utils Library

The utils library is installed in directory /usr/local/icg/icg1/local/utils and consists of the following modules:

File

Module

Function

dateconv.f90

dateconv

subroutines for working with dates and times

lib_bval3d.f90

lib_bval3d

interpolation in latitude and longitude on a sphere

lib_interpol.f90

lib_interpol

interpolation subroutines

lib_triangulate.f90

lib_triangulate

subroutines for triangulation

m_get_put.f90

m_get_put

subroutines to put new data into 2d-file and to get data from 2d-file

nc_copy_globals.f90

nc_func

copy global attributes (see nc_utils.f90: sub. nc_copy_global_atts)

nc_copy_variables.f90

nc_copy_variables

USE nc_copy_variable (module nc_utils) instead !!!

nc_eqlat_utils.f90

nc_eqlat_utils

subroutines that calculate a field of equivalent latitude based on PV values on isentropic levels from a UKMO data set

nc_file.f90

nc_file

check, if file is a NetCDF file

nc_func.f90

nc_func

Contains routines from files: nc_copy_globals.f90, nc_get_put.f90, nc_io.f90

nc_get_put.f90

nc_func

subroutines for reading from and writing to NetCDF files

nc_io.f90

nc_func

subroutines for reading from and writing to NetCDF files

nc_pack_utils.f90

nc_pack_utils

packing utilities

nc_utils.f90

nc_utils

NetCDF utilities

packing.f90

packing

subroutines for packing and unpacking an array

read2d_utils.f90

read2d_utils

subroutines that read in data from the output of the MPIC 2-D model

utils.f90

utils

different useful routines

Modifications in Utils Library

History of Changes

UtilsLibrary (last edited 2018-06-05 07:25:32 by NicoleThomas)