Ignore:
Timestamp:
Jun 9, 2022, 5:29:22 PM (2 years ago)
Author:
evignon
Message:

deuxieme phase de travail pour l'inclusion de make_sso
Ehouarn, David, Romain , Etienne

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/tools/make_sso/README

    r4167 r4168  
    99- ifortran
    1010- netcdf
     11- an adequate environment defined in make_sso.env
    1112
    1213Options:
    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
    1732
    1833Example to compile then run make_sso from a high-resolution Relief.nc file to
     
    2136./compile
    2237file=Relief.nc
    23 ./make_sso.e -i $file -res 180 91 -v z
     38./make_sso -i $file -res 180 91 -v z
    2439
    25 Output file is ${file}_180x91
     40Output file is make_sso_180x91_${file}
    2641
Note: See TracChangeset for help on using the changeset viewer.