Last change
on this file since 4167 was
4167,
checked in by evignon, 2 years ago
|
Premiere phase de travail pour inclure make_sso aux sources lmdz
David, Romain, Ehouarn, Etienne
|
File size:
491 bytes
|
Line | |
---|
1 | make_sso |
---|
2 | |
---|
3 | routine to compute subfgrid scale orography parameters |
---|
4 | from a spherical harmonics method |
---|
5 | |
---|
6 | Requirements: |
---|
7 | - SPHEREPACK library |
---|
8 | - FFTW ? |
---|
9 | - ifortran |
---|
10 | - netcdf |
---|
11 | |
---|
12 | 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 |
---|
17 | |
---|
18 | Example to compile then run make_sso from a high-resolution Relief.nc file to |
---|
19 | a 180x90 horizontal grid. |
---|
20 | |
---|
21 | ./compile |
---|
22 | file=Relief.nc |
---|
23 | ./make_sso.e -i $file -res 180 91 -v z |
---|
24 | |
---|
25 | Output file is ${file}_180x91 |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.