Last change
on this file since 4992 was
4979,
checked in by musat, 5 months ago
|
Corrections lancement ferret et ajout script ferret go_sstk_stk.jnl
Ionela Musat
|
File size:
291 bytes
|
Line | |
---|
1 | cancel data/all |
---|
2 | cancel view |
---|
3 | |
---|
4 | use "skt_daily.($1).($3).nc" |
---|
5 | use "sstk_daily.($1).($3).nc" |
---|
6 | |
---|
7 | let sst = if sstk[d=2] then sstk[d=2] else skt[d=1] |
---|
8 | !!!shade sst[l=1]-skt[d=1,l=1]; go land |
---|
9 | |
---|
10 | save/file=sst_($4).($1).nc sst[l=1] |
---|
11 | repeat/l=2:($2) (save/append/file=sst_($4).($1).nc sst[l=`l`]) |
---|
12 | quit |
---|
13 | exit |
---|
Note: See
TracBrowser
for help on using the repository browser.