New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
tprof-current-temp_1S1N.jnl in branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/CREATE_PLOTS – NEMO

source: branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/CREATE_PLOTS/tprof-current-temp_1S1N.jnl @ 5435

Last change on this file since 5435 was 5435, checked in by flavoni, 9 years ago

add ferret scripts creating plot for TEST CASE

  • Property svn:executable set to *
File size: 2.1 KB
Line 
1 ! NOAA/PMEL TMAP
2 ! FERRET v6.85 
3 ! Linux 2.6.32-358.23.2.el6.x86_64 64-bit - 11/12/13
4 ! 24-Feb-15 14:35     
5
6!start script :
7! plot over all basin from 0 to 1000 m in z
8! of velocities U and temperature T
9!
10!USE grid-U files
11!
12palette blue_darkred
13!dataset=1
14use "bx025_tprof_1d_00010101_00020520_grid_U.nc"
15set w 1
16!  to have z down
17def axis/from_data/depth/name=z1 z[g=uo]
18!  to have longitude instead of index points
19define axis/x/from/modulo/units=degrees xaxis=nav_lon[j=1]
20!  to have latitude instead of index points
21define axis/y/from/units=degrees yaxis=nav_lat[i=1]
22let uo_mod = uo[gx=xaxis@asn,gy=yaxis@asn]
23fill/lev=(-INF)(-1,1,0.1)(INF)/k=1/l=1/title="tprof-vel-U SURFACE at 1 timestep"  uo_mod
24! "NAME OF OUTPUT FILE"
25FRAME /FILE="tprof-velU-surf-1S1N-initial.gif"
26set w 2
27fill/lev=(-INF)(-1,1,0.1)(INF)/k=1/l=500/title="tprof-vel-U SURFACE after 500 days" uo_mod
28! "NAME OF OUTPUT FILE"
29FRAME /FILE="tprof-velU-surf-1S1N-at500days.gif"
30set w 3
31fill/lev=(-INF)(-1,1,0.1)(INF)/title="tprof-vel-U prof between 1S and 1N at 1 timestep"  uo_mod[gz=z1@asn,gx=xaxis@asn,y=1S:1N@ave,z=1:1000,l=1,d=1]
32! "NAME OF OUTPUT FILE"
33FRAME /FILE="tprof-velU-prof-1S1N-initial.gif"
34set w 4
35fill/lev=(-INF)(-1,1,0.1)(INF)/title="tprof-vel-U prof between 1S and 1N after 500 days" uo_mod[gz=z1@asn,gx=xaxis@asn,y=1S:1N@ave,z=1:1000,l=500,d=1]
36! "NAME OF OUTPUT FILE"
37FRAME /FILE="tprof-velU-prof-1S1N-at500days.gif"
38!dataset=2
39use "bx025_tprof_1d_00010101_00020520_grid_T.nc"
40def axis/from_data/depth/name=z1 z[g=thetao]
41define axis/x/from/modulo/units=degrees xaxis=nav_lon[j=1]
42define axis/y/from/units=degrees yaxis=nav_lat[i=1]
43let thetao_mod = thetao[gx=xaxis@asn,gy=yaxis@asn]
44set w 5
45fill/lev=(-INF)(3,23,1)(INF)/title="tprof-temp-T between 1S and 1N after 500 days N" thetao_mod[gz=z1@asn,y=1S:1N@ave,z=1:1000,l=1,d=2]
46! "NAME OF OUTPUT FILE"
47FRAME /FILE="tprof-tempT-1S1N-initial.gif"
48set w 6
49fill/lev=(-INF)(3,23,1)(INF)/title="tprof-temp-T between 1S and 1N after 500 days N" thetao_mod[gz=z1@asn,y=1S:1N@ave,z=1:1000,l=500,d=2]
50! "NAME OF OUTPUT FILE"
51FRAME /FILE="tprof-tempT-1S1N-at500days.gif"
52!
Note: See TracBrowser for help on using the repository browser.