Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2010-04-29 08:43:45
Size: 750
Editor: NicoleThomas
Comment:
Revision 4 as of 2016-09-23 11:21:27
Size: 940
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
pos_AA2_03120112.nc ! name of pos file
2 ! number of parameters
pos_AA2_03120112.nc ! name of pos/aircraft file
NPARTS ! name of dimension in pos/aircraft file (for LAT,LON,vertcoor and TIME)
TIME_INIT ! name of variable with time
3
! number of parameters
Line 17: Line 19:
PRESS_TROP1

Program pos_add

The specified parameters are added to a pos file. The variable TIME_INIT in pos file can contain different times. The values for all parameters are interpolated spatial (with bval3d) and temporal from isentropic data.

Configuration file

The options for the execution of pos_add can be set in the configuration file pos_add.inp:

N.Thomas                        ! user
/usr/nfs/clams/isen_zeta/2003   ! Input directory (isentropic file)
isen_ECT                        ! Prefix of isentropic/ecmwf files (_yymmddhh.nc will be added)
pos_AA2_03120112.nc             ! name of pos/aircraft file
NPARTS                          ! name of dimension in pos/aircraft file (for LAT,LON,vertcoor and TIME)
TIME_INIT                       ! name of variable with time
3                               ! number of parameters
TEMP
PV
PRESS_TROP1

ClamsTools/pos_add (last edited 2021-10-12 11:23:30 by NicoleThomas)