Differences between revisions 16 and 17
Revision 16 as of 2010-04-29 08:41:02
Size: 2128
Editor: NicoleThomas
Comment:
Revision 17 as of 2010-04-29 08:47:10
Size: 2272
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
|| [[add_cooling_rate]] || This program adds future cooling rates to an init file ||
|| [[add_noonpos]] || Adds positions at noon(NOONLAT, NOONLON, NOONTHETA/NOONZETA, NOONTIME) or at synoptical time (SYNLAT, SYNLON, SYNTHETA/SYNZETA, SYNTIME) to a NetCDF file. ||
|| [[/add_cooling_rate | add_cooling_rate]] || This program adds future cooling rates to an init file ||
|| [[/add_noonpos | add_noonpos]] || Adds positions at noon(NOONLAT, NOONLON, NOONTHETA/NOONZETA, NOONTIME) or at synoptical time (SYNLAT, SYNLON, SYNTHETA/SYNZETA, SYNTIME) to a NetCDF file. ||
Line 11: Line 11:
|| [[crista2init]] || Creates init file from Crista file ||
|| [[inc_date]] || Increments given date by a given number of days and hours. The incremented date is written to standard output. ||
|| [[/crista2init | crista2init]] || Creates init file from Crista file ||
|| [[/inc_date | inc_date]] || Increments given date by a given number of days and hours. The incremented date is written to standard output. ||
Line 14: Line 14:
|| [[lyapunov]] || Calculate lyapunov exponent and add it to clams file ||
|| [[pos_add]] || Adds parameters to a pos file (with different times on TIME_INIT). The values are interpolated from isentropic files (spatial and temporal). ||
|| [[press2fl]] || Read ECMWF data on pressure levels, interpolate to given flightlevels and create file with coordinate "flightlevel" ||
|| [[/lyapunov | lyapunov]] || Calculate lyapunov exponent and add it to clams file ||
|| [[/pos_add | pos_add]] || Adds parameters to a pos file (with different times on TIME_INIT). The values are interpolated from isentropic files (spatial and temporal). ||
|| [[/press2fl | press2fl]] || Read ECMWF data on pressure levels, interpolate to given flightlevels and create file with coordinate "flightlevel" ||
Line 18: Line 18:
|| [[select_slice]] || Extracts a subset from a NetCDF file and writes it to a new destination, e.g. the data for a single trajectory out of a set of trajectories.||
|| [[traj_add_init]] || Adds parameters to a trajectory output file by copying from init file. (Add parameters to trajectory output file by interpolation from isentropic files: traj/source/traj_add.f90) ||
|| [[zonal_mean]] || Zonal means are calculated and written to NetCDF file ||
|| [[/select_slice | select_slice]] || Extracts a subset from a NetCDF file and writes it to a new destination, e.g. the data for a single trajectory out of a set of trajectories.||
|| [[/traj_add_init | traj_add_init]] || Adds parameters to a trajectory output file by copying from init file. (Add parameters to trajectory output file by interpolation from isentropic files: traj/source/traj_add.f90) ||
|| [[/zonal_mean | zonal_mean]] || Zonal means are calculated and written to NetCDF file ||

The package clams-tools contains the following routines:

Program

Function

add_cooling_rate

This program adds future cooling rates to an init file

add_noonpos

Adds positions at noon(NOONLAT, NOONLON, NOONTHETA/NOONZETA, NOONTIME) or at synoptical time (SYNLAT, SYNLON, SYNTHETA/SYNZETA, SYNTIME) to a NetCDF file.

copy_pos_file

Copies a pos file and changes the date (time, DATE_TIME and TIME_INIT).
Call: copy_pos_file pos-file-name new-date(yymmddhh)

crista2init

Creates init file from Crista file

inc_date

Increments given date by a given number of days and hours. The incremented date is written to standard output.

inc_date30

Increments given date (all month with 30 days!) by a given number of days and hours. The incremented date is written to standard output.

lyapunov

Calculate lyapunov exponent and add it to clams file

pos_add

Adds parameters to a pos file (with different times on TIME_INIT). The values are interpolated from isentropic files (spatial and temporal).

press2fl

Read ECMWF data on pressure levels, interpolate to given flightlevels and create file with coordinate "flightlevel"

replace_spec

Replace one species in a NetCDF file (initfile) with values of this species in another NetCDF file.

select_slice

Extracts a subset from a NetCDF file and writes it to a new destination, e.g. the data for a single trajectory out of a set of trajectories.

traj_add_init

Adds parameters to a trajectory output file by copying from init file. (Add parameters to trajectory output file by interpolation from isentropic files: traj/source/traj_add.f90)

zonal_mean

Zonal means are calculated and written to NetCDF file

zon_mean_year

Alle Dateien mit den zonalen Mitteln eines Jahres (eine Datei pro Tag) werden in einer einzigen Datei zusammmengefaßt

History of Changes

ClamsTools (last edited 2010-04-29 08:48:49 by NicoleThomas)