source: BOL/Multi_atlas/METRICS/met.jnl @ 3684

Last change on this file since 3684 was 3684, checked in by idelkadi, 4 years ago

Repository under svn of a first version of Multiatlas diagnostics for LMDZ. This version is adapted to be able to run a LMDZ multiatlas on an individual account on the ciclad machine of the IPSL. In this version, the parts to be modified are identified so as to subsequently adapt it to other machines.
This version is still under development.

File size: 598 bytes
Line 
1 ! NOAA/PMEL TMAP
2 ! FERRET v6.72 
3 ! Linux 2.6.32-131.12.1.el6.x86_64 64-bit - 09/13/11
4 ! 27-Apr-16 00:35     
5
6reg/y=-30:30
7use "/home/fabric/LMDZ/ETOA/un.nc"
8use "/prodigfs/ipslfs/dods/fabric/lmdz/VLR/YEAR/OBS/NC/wap.nc"
9let champ=wap[k=22]*86400/100/100*ts[d=1]
10
11let masksubs=if ( champ gt 20 ) then 1.
12save/clobber/file=masksubs.nc masksubs
13
14let maskweak=if ( champ ge -20 and champ le 20  ) then 1.
15save/clobber/file=maskweak.nc maskweak
16
17let maskconv=if ( champ lt -20 ) then 1.
18save/clobber/file=maskconv.nc maskconv
19
20let maskotrop=ts[d=1]
21save/clobber/file=maskotrop.nc maskotrop
22
23quit
24
Note: See TracBrowser for help on using the repository browser.