Changeset 4168 for LMDZ6/trunk/tools/make_sso/README
- Timestamp:
- Jun 9, 2022, 5:29:22 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/tools/make_sso/README
r4167 r4168 9 9 - ifortran 10 10 - netcdf 11 - an adequate environment defined in make_sso.env 11 12 12 13 Options: 13 -i input_relief_file 14 -res nlon nlat : of the output grid 15 -v : orography variable name of input file 16 -m : option 14 15 ./make_sso -i <file> -v <var> -res <nlon> <nlat> -m <mask> -f <ffac> -t 16 <tfac> 17 18 Where: 19 20 <file>: input file name 21 <var> : height variable name 22 <nlon>: number of distinct longitude points of output grid (iim) 23 <nlat>: number of distinct latitude points of output grid (jjm+1) 24 <mask>: can be: 1. a mask file (o2a.nc) 25 2. "noro": computed with grid_noro 26 default: 3. "spec": computed internally 27 <ffac>: filtering width: ffac*Do (Do:output resol.) 28 <tfac>: transition width: Di+tfac*(Do-Di) (Di: input resol.) 29 30 Note that latitudes grid contains both poles. 31 17 32 18 33 Example to compile then run make_sso from a high-resolution Relief.nc file to … … 21 36 ./compile 22 37 file=Relief.nc 23 ./make_sso .e-i $file -res 180 91 -v z38 ./make_sso -i $file -res 180 91 -v z 24 39 25 Output file is ${file}_180x9140 Output file is make_sso_180x91_${file} 26 41
Note: See TracChangeset
for help on using the changeset viewer.