Differences between revisions 2 and 3
Revision 2 as of 2010-04-29 08:43:45
Size: 750
Editor: NicoleThomas
Comment:
Revision 3 as of 2010-09-20 08:23:36
Size: 927
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 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

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
2                               ! number of parameters
TEMP
PV

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