Index: trunk/LMDZ.PLUTO/deftank/newstart/new_ch4ice.def
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/new_ch4ice.def	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/new_ch4ice.def	(revision 3677)
@@ -0,0 +1,9 @@
+1
+n
+
+modch4
+-20 20
+-180 180
+0
+0
+
Index: trunk/LMDZ.PLUTO/deftank/newstart/new_day.def
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/new_day.def	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/new_day.def	(revision 3677)
@@ -0,0 +1,6 @@
+1
+n
+day_ini
+0
+
+
Index: trunk/LMDZ.PLUTO/deftank/newstart/newcopytsoil.def
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/newcopytsoil.def	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/newcopytsoil.def	(revision 3677)
@@ -0,0 +1,19 @@
+1
+n
+
+copytsoil
+-180 180
+-90 90
+1
+modn2
+60 90
+-180 180
+0
+0
+modn2
+-90 -60
+-180 180
+0
+0
+
+
Index: trunk/LMDZ.PLUTO/deftank/newstart/newstart.def
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/newstart.def	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/newstart.def	(revision 3677)
@@ -0,0 +1,8 @@
+1
+n
+
+isotherm
+50
+
+
+
Index: trunk/LMDZ.PLUTO/deftank/newstart/newstart_to_hybrid.sh
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/newstart_to_hybrid.sh	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/newstart_to_hybrid.sh	(revision 3677)
@@ -0,0 +1,18 @@
+#!/bin/bash
+#
+
+i=${1:-2022}
+dim=96x72x151
+# dim=32x24x27
+
+cp start$i.nc start.nc
+cp startfi$i.nc startfi.nc
+rm start_archive.nc
+cp run.def_ini run.def
+start2archive_${dim}_phypluto_b17x23_seq.e
+if [ $? != 0 ]; then echo "start2archive failed"; exit 1; fi
+cp run.def_new_hybrid run.def
+newstart_${dim}_phypluto_b17x23_seq.e < ./newstart.def
+if [ $? != 0 ]; then echo "newstart failed"; exit 1; fi
+cp restart.nc start.nc
+cp restartfi.nc startfi.nc
Index: trunk/LMDZ.PLUTO/deftank/newstart/run.def_ini
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/run.def_ini	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/run.def_ini	(revision 3677)
@@ -0,0 +1,81 @@
+#
+#-----------------------------------------------------------------------
+#Parametres de controle du run:
+#------------------------------
+
+ planet_type = generic
+
+# Nombre de jours d'integration
+ nday = 1
+
+# nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )
+ day_step = 12600
+
+ day_ini = 0
+
+# periode de la physique (en pas)
+  iphysiq=10
+
+# periode pour le pas Matsuno (en pas)
+ iperiod=5
+
+# periode de stockage fichier histmoy (en jour)
+ periodav=70.
+
+# periode de la dissipation (en pas)
+  idissip=5
+
+# choix de l'operateur de dissipation (star ou  non star )
+ lstardis=.true.
+
+# avec ou sans coordonnee hybrides
+ hybrid=.false.
+
+# nombre d'iterations de l'operateur de dissipation   gradiv
+nitergdiv=1
+
+# nombre d'iterations de l'operateur de dissipation  nxgradrot
+nitergrot=2
+
+# nombre d'iterations de l'operateur de dissipation  divgrad
+   niterh=2
+
+# temps de dissipation des plus petites long.d ondes pour u,v (gradiv)
+ tetagdiv=20000. # weak 50000 strong 5000
+
+# temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot)
+ tetagrot=8000. # weak 20000 strong 2000
+
+# temps de dissipation des plus petites long.d ondes pour  h ( divgrad)
+ tetatemp=8000. # weak 20000 strong 2000
+
+# coefficient pour gamdissip
+  coefdis=0.
+
+# choix du shema d'integration temporelle (Matsuno ou Matsuno-leapfrog)
+  purmats=.false.
+
+# avec ou sans physique
+   physic=.true.
+
+# choix d'une grille reguliere
+  grireg=.true.
+
+# frequence (en pas) de l'ecriture du fichier diagfi
+ ecritphy=400
+
+# Avec sponge layer
+  callsponge  = .true.
+
+# Sponge:  mode0(u=v=0), mode1(u=umoy,v=0), mode2(u=umoy,v=vmoy)
+  mode_sponge= 2
+
+# Sponge:  number of sponge layers
+  nsponge= 3
+
+# Sponge:  tetasponge (secondes)
+  tetasponge = 50000
+
+# some definitions for the physics, in file 'callphys.def'
+INCLUDEDEF=callphys.def
+
Index: trunk/LMDZ.PLUTO/deftank/newstart/run.def_new_hybrid
===================================================================
--- trunk/LMDZ.PLUTO/deftank/newstart/run.def_new_hybrid	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/newstart/run.def_new_hybrid	(revision 3677)
@@ -0,0 +1,81 @@
+#
+#-----------------------------------------------------------------------
+#Parametres de controle du run:
+#------------------------------
+
+ planet_type = generic
+
+# Nombre de jours d'integration
+ nday = 1
+
+# nombre de pas par jour (multiple de iperiod) ( ici pour dt = 1 min )
+ day_step = 12600
+
+ day_ini = 0
+
+# periode de la physique (en pas)
+  iphysiq=10
+
+# periode pour le pas Matsuno (en pas)
+ iperiod=5
+
+# periode de stockage fichier histmoy (en jour)
+ periodav=70.
+
+# periode de la dissipation (en pas)
+  idissip=5
+
+# choix de l'operateur de dissipation (star ou  non star )
+ lstardis=.true.
+
+# avec ou sans coordonnee hybrides
+ hybrid=.true.
+
+# nombre d'iterations de l'operateur de dissipation   gradiv
+nitergdiv=1
+
+# nombre d'iterations de l'operateur de dissipation  nxgradrot
+nitergrot=2
+
+# nombre d'iterations de l'operateur de dissipation  divgrad
+   niterh=2
+
+# temps de dissipation des plus petites long.d ondes pour u,v (gradiv)
+ tetagdiv=20000. # weak 50000 strong 5000
+
+# temps de dissipation des plus petites long.d ondes pour u,v(nxgradrot)
+ tetagrot=8000. # weak 20000 strong 2000
+
+# temps de dissipation des plus petites long.d ondes pour  h ( divgrad)
+ tetatemp=8000. # weak 20000 strong 2000
+
+# coefficient pour gamdissip
+  coefdis=0.
+
+# choix du shema d'integration temporelle (Matsuno ou Matsuno-leapfrog)
+  purmats=.false.
+
+# avec ou sans physique
+   physic=.true.
+
+# choix d'une grille reguliere
+  grireg=.true.
+
+# frequence (en pas) de l'ecriture du fichier diagfi
+ ecritphy=400
+
+# Avec sponge layer
+  callsponge  = .true.
+
+# Sponge:  mode0(u=v=0), mode1(u=umoy,v=0), mode2(u=umoy,v=vmoy)
+  mode_sponge= 2
+
+# Sponge:  number of sponge layers
+  nsponge= 3
+
+# Sponge:  tetasponge (secondes)
+  tetasponge = 50000
+
+# some definitions for the physics, in file 'callphys.def'
+INCLUDEDEF=callphys.def
+
Index: trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_101_v1
===================================================================
--- trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_101_v1	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_101_v1	(revision 3677)
@@ -0,0 +1,102 @@
+18.00000
+0.0053908
+0.0107816
+0.0165938
+0.0228602
+0.0296164
+0.0369007
+0.0447543
+0.0532218
+0.0623511
+0.072194
+0.0828062
+0.0942478
+0.106584
+0.119884
+0.134223
+0.149684
+0.166353
+0.184324
+0.203701
+0.224592
+0.247115
+0.271399
+0.297582
+0.32581
+0.356245
+0.389059
+0.424438
+0.462581
+0.503707
+0.548046
+0.595851
+0.647393
+0.702963
+0.762876
+0.827473
+0.897118
+0.972206
+1.05316
+1.14045
+1.23456
+1.33602
+1.44541
+1.56336
+1.69052
+1.82762
+1.97544
+2.13481
+2.30664
+2.4919
+2.69163
+2.90698
+3.13916
+3.38949
+3.65939
+3.95038
+4.26411
+4.60236
+4.96706
+5.36025
+5.78418
+6.24125
+6.73404
+7.26535
+7.83818
+8.45579
+9.12167
+9.83959
+10.6136
+11.4482
+12.3479
+13.318
+14.3639
+15.4916
+16.7074
+18.0182
+19.4315
+20.9553
+22.5981
+24.3694
+26.2791
+28.338
+30.5579
+32.9513
+35.5318
+38.3139
+41.3135
+44.5476
+48.0344
+51.7938
+55.847
+60.217
+64.9286
+70.0084
+75.4852
+81.3902
+87.7567
+94.6208
+102.021
+110.0
+118.603
+127.878
Index: trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_151_v1
===================================================================
--- trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_151_v1	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_151_v1	(revision 3677)
@@ -0,0 +1,152 @@
+18.000000
+0.00315655
+0.0063131
+0.00963437
+0.0131289
+0.0168059
+0.0206747
+0.0247454
+0.0290285
+0.0335352
+0.038277
+0.0432662
+0.0485158
+0.0540393
+0.0598511
+0.0659662
+0.0724003
+0.0791702
+0.0862934
+0.0937883
+0.101674
+0.109972
+0.118702
+0.127888
+0.137554
+0.147724
+0.158424
+0.169683
+0.181529
+0.193994
+0.207109
+0.220909
+0.235428
+0.250705
+0.26678
+0.283693
+0.301489
+0.320213
+0.339915
+0.360645
+0.382456
+0.405406
+0.429553
+0.45496
+0.481693
+0.509821
+0.539417
+0.570557
+0.603323
+0.637798
+0.674072
+0.712239
+0.752398
+0.794652
+0.839111
+0.88589
+0.935111
+0.9869
+1.04139
+1.09873
+1.15905
+1.22253
+1.28931
+1.35959
+1.43353
+1.51132
+1.59318
+1.67931
+1.76993
+1.86529
+1.96561
+2.07118
+2.18225
+2.29912
+2.42209
+2.55147
+2.68761
+2.83085
+2.98156
+3.14014
+3.30699
+3.48255
+3.66728
+3.86164
+4.06614
+4.28132
+4.50772
+4.74594
+4.99659
+5.26032
+5.53781
+5.82979
+6.13699
+6.46023
+6.80034
+7.1582
+7.53472
+7.9309
+8.34775
+8.78636
+9.24785
+9.73342
+10.2443
+10.7819
+11.3475
+11.9427
+12.5689
+13.2277
+13.921
+14.6504
+15.4179
+16.2255
+17.0752
+17.9692
+18.9099
+19.8997
+20.9411
+22.0368
+23.1898
+24.4029
+25.6793
+27.0223
+28.4354
+29.9223
+31.4867
+33.1327
+34.8647
+36.6871
+38.6045
+40.622
+42.7448
+44.9783
+47.3284
+49.8011
+52.4029
+55.1405
+58.0209
+61.0516
+64.2404
+67.5957
+71.126
+74.8406
+78.749
+82.8614
+87.1883
+91.7411
+96.5314
+101.572
+106.875
+112.455
+118.326
+124.504
Index: trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_201_v1
===================================================================
--- trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_201_v1	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_201_v1	(revision 3677)
@@ -0,0 +1,202 @@
+18.000000
+0.00259527
+0.00519054
+0.00788472
+0.0106816
+0.013585
+0.0165991
+0.019728
+0.0229762
+0.0263482
+0.0298486
+0.0334825
+0.0372548
+0.0411709
+0.0452363
+0.0494566
+0.0538377
+0.0583857
+0.0631071
+0.0680084
+0.0730965
+0.0783785
+0.0838618
+0.089554
+0.0954632
+0.101598
+0.107966
+0.114576
+0.121439
+0.128563
+0.135959
+0.143637
+0.151607
+0.159881
+0.16847
+0.177387
+0.186643
+0.196252
+0.206228
+0.216583
+0.227333
+0.238493
+0.250078
+0.262105
+0.274589
+0.28755
+0.301005
+0.314972
+0.329471
+0.344524
+0.360149
+0.376371
+0.39321
+0.410691
+0.428838
+0.447677
+0.467234
+0.487536
+0.508612
+0.530491
+0.553204
+0.576782
+0.601259
+0.626668
+0.653046
+0.68043
+0.708856
+0.738366
+0.769001
+0.800803
+0.833817
+0.868089
+0.903667
+0.940601
+0.978943
+1.01875
+1.06007
+1.10296
+1.14749
+1.19371
+1.2417
+1.29152
+1.34323
+1.39692
+1.45265
+1.5105
+1.57056
+1.63291
+1.69764
+1.76483
+1.83458
+1.90699
+1.98216
+2.06019
+2.1412
+2.2253
+2.3126
+2.40322
+2.4973
+2.59497
+2.69636
+2.80161
+2.91087
+3.0243
+3.14205
+3.26428
+3.39118
+3.52291
+3.65966
+3.80162
+3.94899
+4.10198
+4.26079
+4.42566
+4.59682
+4.77449
+4.95894
+5.15042
+5.34919
+5.55554
+5.76975
+5.99212
+6.22297
+6.46262
+6.71139
+6.96965
+7.23776
+7.51607
+7.805
+8.10494
+8.4163
+8.73953
+9.07508
+9.42342
+9.78503
+10.1604
+10.5501
+10.9547
+11.3746
+11.8106
+12.2632
+12.733
+13.2208
+13.7271
+14.2527
+14.7984
+15.3648
+15.9528
+16.5633
+17.197
+17.8548
+18.5377
+19.2467
+19.9827
+20.7467
+21.5398
+22.3631
+23.2179
+24.1052
+25.0263
+25.9825
+26.9752
+28.0057
+29.0754
+30.1859
+31.3388
+32.5356
+33.778
+35.0677
+36.4066
+37.7965
+39.2394
+40.7372
+42.2922
+43.9064
+45.5821
+47.3217
+49.1275
+51.0022
+52.9483
+54.9686
+57.0659
+59.2431
+61.5033
+63.8496
+66.2853
+68.8139
+71.4388
+74.1637
+76.9925
+79.9291
+82.9776
+86.1423
+89.4276
+92.8381
+96.3785
+100.054
+103.869
+107.83
+111.942
+116.21
+120.642
Index: trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_47_v1
===================================================================
--- trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_47_v1	(revision 3677)
+++ trunk/LMDZ.PLUTO/deftank/z2sig/z2sig_47_v1	(revision 3677)
@@ -0,0 +1,48 @@
+18.00000
+0.00596499
+0.01193
+0.0190462
+0.0275358
+0.0376639
+0.0497467
+0.0641615
+0.0813583
+0.101874
+0.126349
+0.155548
+0.190382
+0.231939
+0.281517
+0.340663
+0.411223
+0.495402
+0.595828
+0.715635
+0.858564
+1.02908
+1.2325
+1.47519
+1.76471
+2.11011
+2.52216
+3.01375
+3.60021
+4.29986
+5.13453
+6.1303
+7.31824
+8.73546
+10.4262
+12.4432
+14.8496
+17.7203
+21.1451
+25.2309
+30.1052
+35.9202
+42.8576
+51.1338
+61.0073
+72.7864
+86.8388
+103.603
Index: trunk/UTIL/z2sig/build_sig.py
===================================================================
--- trunk/UTIL/z2sig/build_sig.py	(revision 3676)
+++ trunk/UTIL/z2sig/build_sig.py	(revision 3677)
@@ -18,4 +18,8 @@
 pa=0.5
 preff=2
+
+# first and last level difference in m
+l0=0.0025
+ln=4.6
 
 # New levels
@@ -138,7 +142,4 @@
 xx=myclev[0:mynbl-1] # xaxis for layer thickness
 xx1=myclev[0:mynbl]
-# first and last level difference in m
-l0=0.0025
-ln=4.6
 # Coefficient for the exp function
 c=0.11
