Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2008-08-19 07:50:22
Size: 1204
Editor: NicoleThomas
Comment:
Revision 6 as of 2010-04-29 08:44:35
Size: 1482
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from zonal_mean
Line 8: Line 9:
12 11 03 2008 ! end date 12 02 03 2008 ! end date
Line 10: Line 11:
/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
ecmwf ! prefix for input files
Line 13: Line 14:
0 1 0 ! ECT,ECZ,ECP (0/1) press ! name of vertical coordinate
Line 15: Line 16:
0 ! resolution [km]
Line 16: Line 18:
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
ecmwf                                         ! prefix for input files
6                                             ! time increment (in hours)
press                                         ! name of vertical coordinate
n                                             ! use eqlat (instead of lat)
0                                             ! resolution [km]
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)