source: trunk/LMDZ.PLUTO.old/libf/param.sh @ 3483

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
3echo "VRAC:"
4
5grep --color -i 'visc=' phypluto/*
6grep --color -i 'latcond,tcond1p4Pa/' phypluto/*
7grep --color -i 'albedo(ig)=' phypluto/*
8grep --color -i 'emis(ig)=' phypluto/*
9grep --color -i 'lw_' phypluto/initracer.F
10
11echo "HAZE:"
12
13grep --color -i 'ncratio=' phypluto/*
14grep --color -i 'tcon=' phypluto/*
15grep --color -i 'sigch4=' phypluto/*
16grep --color -i 'flym_sol_earth=' phypluto/*
17grep --color -i 'kch4=' phypluto/*
18
19echo "MOLVIS:"
20grep --color -i 'Akk=' phypluto/*
21grep --color -i 'skk=' phypluto/*
22grep --color -i 'velsurf=' phypluto/*
23
24
25echo "PLANET:"
26grep --color -i 'rad=11' phypluto/*
27grep --color -i 'g=0.' phypluto/*
28grep --color -i 'obliquit=1' phypluto/*
29
30echo " "
31ls -l dyn3d/pluto_map.dat
32
33echo " "
34echo "IF PLANET PROPERTY CHANGED : NEED TO CHANGE VALUE IN STARTS FILES TOO"
35echo " "
36
Note: See TracBrowser for help on using the repository browser.