Differences between revisions 2 and 3
Revision 2 as of 2008-08-19 07:50:22
Size: 1204
Editor: NicoleThomas
Comment:
Revision 3 as of 2009-04-07 09:10:53
Size: 1308
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
12 11 03 2008 ! end date 12 02 03 2008 ! end date
Line 10: Line 10:
/usr/nfs/clams/icg125/cawses/isen_zeta/links ! directory with isentropic files (ECT,ECZ)
/usr/nfs/archive/ecmwf/nc ! directory with ECMWF files (ECP)
/usr/nfs/archive/ecmwf/nc ! directory with ECMWF/isentropic files
Line 13: Line 12:
0 1 0 ! ECT,ECZ,ECP (0/1) press ! name of vertical coordinate
Line 16: Line 15:
9 ! number of output parameters
U ! list of output parameters (one name per line)
V
TEMP_DOT
SH
O3
GPH
TEMP
THETA
PV_ISOBAR

Program zonal_mean

Configuration file

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

12 01 03 2008                                 ! start date
12 02 03 2008                                 ! end date
/private.archive/icg112/zonal_mean_new/2008   ! output directory
/usr/nfs/archive/ecmwf/nc                     ! directory with ECMWF/isentropic files
6                                             ! time increment (in hours)
press                                         ! name of vertical coordinate
n                                             ! use eqlat (instead of lat)
icg112                                        ! userid
9                        ! number of output parameters
U                        ! list of output parameters (one name per line)
V
TEMP_DOT
SH
O3
GPH
TEMP
THETA
PV_ISOBAR

Output files

The NetCDF output files are created in the directory specified in zonal_mean.inp and are named:

zm_ecmwf_ECT_yymmddhh.nc
zm_ecmwf_ECZ_yymmddhh.nc
zm_ecmwf_ECP_yymmddhh.nc

If the time increment is not 24 hours, the time increment (in hours) is specified in the output filename after the date
e.g.: zm_ecmwf_ECT_yymmddhh_06.nc

ClamsTools/zonal_mean (last edited 2010-04-29 08:44:35 by NicoleThomas)