source: BOL/Scripts_ce0l/SST_SIC_ERA/go_sstk_stk.jnl @ 4979

Last change on this file since 4979 was 4979, checked in by musat, 2 weeks ago

Corrections lancement ferret et ajout script ferret go_sstk_stk.jnl
Ionela Musat

File size: 291 bytes
Line 
1cancel data/all
2cancel view
3
4use "skt_daily.($1).($3).nc"
5use "sstk_daily.($1).($3).nc"
6
7let 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
10save/file=sst_($4).($1).nc sst[l=1]
11repeat/l=2:($2) (save/append/file=sst_($4).($1).nc sst[l=`l`])
12quit
13exit
Note: See TracBrowser for help on using the repository browser.