Last change
on this file since 3483 was
3175,
checked in by emillour, 10 months ago
|
Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM
|
-
Property svn:executable set to
*
|
File size:
821 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "VRAC:" |
---|
4 | |
---|
5 | grep --color -i 'visc=' phypluto/* |
---|
6 | grep --color -i 'latcond,tcond1p4Pa/' phypluto/* |
---|
7 | grep --color -i 'albedo(ig)=' phypluto/* |
---|
8 | grep --color -i 'emis(ig)=' phypluto/* |
---|
9 | grep --color -i 'lw_' phypluto/initracer.F |
---|
10 | |
---|
11 | echo "HAZE:" |
---|
12 | |
---|
13 | grep --color -i 'ncratio=' phypluto/* |
---|
14 | grep --color -i 'tcon=' phypluto/* |
---|
15 | grep --color -i 'sigch4=' phypluto/* |
---|
16 | grep --color -i 'flym_sol_earth=' phypluto/* |
---|
17 | grep --color -i 'kch4=' phypluto/* |
---|
18 | |
---|
19 | echo "MOLVIS:" |
---|
20 | grep --color -i 'Akk=' phypluto/* |
---|
21 | grep --color -i 'skk=' phypluto/* |
---|
22 | grep --color -i 'velsurf=' phypluto/* |
---|
23 | |
---|
24 | |
---|
25 | echo "PLANET:" |
---|
26 | grep --color -i 'rad=11' phypluto/* |
---|
27 | grep --color -i 'g=0.' phypluto/* |
---|
28 | grep --color -i 'obliquit=1' phypluto/* |
---|
29 | |
---|
30 | echo " " |
---|
31 | ls -l dyn3d/pluto_map.dat |
---|
32 | |
---|
33 | echo " " |
---|
34 | echo "IF PLANET PROPERTY CHANGED : NEED TO CHANGE VALUE IN STARTS FILES TOO" |
---|
35 | echo " " |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.