Differences between revisions 1 and 2
Revision 1 as of 2008-01-10 13:09:16
Size: 1188
Editor: NicoleThomas
Comment:
Revision 2 as of 2008-01-10 13:10:53
Size: 1187
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * ["pos_area.f90"]: 2d or 3d initial positions of APs with equal isentropic areas (+ PV\_INIT)  * ["pos_area.f90"]: 2d or 3d initial positions of APs with equal isentropic areas (+ PV_INIT)

The package pos

The package pos helps to create an ensemble of n APs. Especially, their initial special positions (described in isentropic coordinates spanned by longitude, latitude and the potential temperature) and their initial times (in Julian seconds) can be created. The geometric properties (positions, Voronoi areas,...) and the dynamical properties (PV, EQLAT, TEMP, PRESS,....) of the APs are derived from the meteorological input files using the pos***-family of the programs.

In the subdirectory source the most important programs from the pos-family are

  • ["pos_example.f90"]: An easy example how to create the initial positions of APs
  • ["pos_area.f90"]: 2d or 3d initial positions of APs with equal isentropic areas (+ PV_INIT)
  • ["pos_3d.f90"]: Different 2d or 3d initial configurations
  • ["pos_dyn.f90"]: This program completes the geometric positions of the APs with their dynamical properties, i.e.~PV, EQLAT, TEMP, PRESS,...
  • ["pos_voronoi.f90"]: Voronoi areas are calculated and added to the pos/init-file
  • ["pos_chem.f90"]: modifies chemical fields (O3, HCL etc) in init-files on lower and upper bound

pos (last edited 2019-07-31 12:28:06 by NicoleThomas)