Last change
on this file since 4638 was
4342,
checked in by musat, 2 years ago
|
Inclut environnement spirit et dernieres corrections (3/3)
IonelaMusat?
|
-
Property svn:executable set to
*
|
File size:
1.7 KB
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | #set -x |
---|
3 | |
---|
4 | source ~/env_Multi_atlas.sh |
---|
5 | |
---|
6 | local=`pwd -P` |
---|
7 | |
---|
8 | if [ 1 == 0 ]; then |
---|
9 | login=`whoami` |
---|
10 | hostname=`hostname` |
---|
11 | if [ ${hostname:0:5} = cicla ] ; then |
---|
12 | DODSDIR=/thredds/ipsl |
---|
13 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
14 | HTML00=http://${dthredds}/$login |
---|
15 | machine=ciclad |
---|
16 | fi |
---|
17 | if [ ${hostname:0:5} = spiri ] ; then |
---|
18 | DODSDIR=/thredds/ipsl |
---|
19 | dthredds=thredds-su.ipsl.fr/thredds/fileServer/ipsl_thredds |
---|
20 | HTML00=http://${dthredds}/$login |
---|
21 | machine=spirit |
---|
22 | fi |
---|
23 | if [ ${hostname:0:5} = camel ] ; then |
---|
24 | DODSDIR=/thredds/ipsl |
---|
25 | fi |
---|
26 | if [ ${hostname:0:5} = irene ] ; then |
---|
27 | DODSDIR= |
---|
28 | fi |
---|
29 | if [ ${hostname:0:5} = jean- ] ; then |
---|
30 | DODSDIR= |
---|
31 | fi |
---|
32 | fi |
---|
33 | |
---|
34 | comp=$1 |
---|
35 | MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu |
---|
36 | COMP_D=$MULTIDIR/$comp |
---|
37 | PCMDI_D=$COMP_D/PCMDI |
---|
38 | |
---|
39 | # html pour les métriques |
---|
40 | cat $COMP_D/entete.html doc_pcmdi.html >| $COMP_D/PCMDI.html |
---|
41 | ref=`echo $listsimss | awk ' { print $1 } '` |
---|
42 | echo "<h1> Metrics with respect to forced-by-SST AMIP multi model </h1>" >> $COMP_D/PCMDI.html |
---|
43 | cat $PCMDI_D/rms_xyt-CMIP5_AMIP-metrics.html >> $COMP_D/PCMDI.html |
---|
44 | echo "<h1> Metrics with respect to coupled CMIP5 simulations (historical)</h1>" >> $COMP_D/PCMDI.html |
---|
45 | cat $PCMDI_D/rms_xyt-CMIP5_historical-metrics.html >> $COMP_D/PCMDI.html |
---|
46 | echo "<h1> Metrics with respect to IPSLCM5A-LR (clim A verifier) </h1>" >> $COMP_D/PCMDI.html |
---|
47 | cat $PCMDI_D/rms_xyt-AR4-metrics.html >> $COMP_D/PCMDI.html |
---|
48 | |
---|
49 | #bias_xy-AR4-metrics.html bias_xy-CMIP5_historical-metrics.html cor_xyt-CMIP5_AMIP-metrics.html rms_xyt-AR4-metrics.html rms_xyt-CMIP5_historical-metrics.html |
---|
50 | #bias_xy-CMIP5_AMIP-metrics.html cor_xyt-AR4-metrics.html cor_xyt-CMIP5_historical-metrics.html rms_xyt-CMIP5_AMIP-metrics.html |
---|
51 | |
---|
Note: See
TracBrowser
for help on using the repository browser.