Changeset 4697 for BOL/Multi_atlas
- Timestamp:
- Sep 20, 2023, 11:38:57 AM (14 months ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/cmor.sh
r4340 r4697 42 42 WRK=$MainDIR/WORK/CMOR 43 43 44 i=145 while [ "`ps -ux | grep cmor.sh | grep bin | wc -l`" != "2" ] ; do46 echo Mise en attente de cmor.sh deja en cours d execution $i47 sleep 2 ; (( i = $i + 1 ))48 if [ "$i" = "3600" ] ; then exit ; fi49 done50 51 52 44 #################################################################### 53 45 # Interactive options 54 46 #################################################################### 55 47 force_create=0 # if = 0/1, the existing files are not / are reprocessed 56 listevar="sfcWind,hfls,hfss,huss,hurs,pr,rldscs,rlds,rlus,rsdscs,rsds,rsuscs,rsus,rsutcs,rsut,rlut,rlutcs,rsdt,sfcWind,tas,ts,sst,tauu,tauv,psl,hfns,ta,ua,va,wap,hus,hur,clcalipso,cllcalipso,clmcalipso,clhcalipso,cltcalipso,clt,prw,cll,clm,clh,tasmax,tasmin,uas,vas" 57 listevar="sfcWind,hfls,hfss,huss,hurs,pr,rldscs,rlds,rlus,rsdscs,rsds,rsuscs,rsus,rsutcs,rsut,rlut,rlutcs,rsdt,sfcWind,tas,ts,sst,tauu,tauv,psl,zg500,hfns,ta,ua,va,wap,hus,hur,clcalipso,cllcalipso,clmcalipso,clhcalipso,cltcalipso,clt,prw,cll,clm,clh,tasmax,tasmin,uas,vas" 58 #listevar="psl" 48 listevar="sfcWind,hfls,hfss,huss,hurs,pr,rldscs,rlds,rlus,rsdscs,rsds,rsuscs,rsus,rsutcs,rsut,rlut,rlutcs,rsdt,sfcWind,tas,ts,sst,tauu,tauv,psl,zg500,hfns,ta,ua,va,wap,hus,hur,clcalipso,cllcalipso,clmcalipso,clhcalipso,cltcalipso,clt,prw,cll,clm,clh,tasmax,tasmin,uas,vas,pres" 59 49 60 50 ulimit -s unlimited 61 51 \rm -rf $WRK ; mkdir -p $WRK ; touch out$$ 62 63 52 ################################################################################ 64 53 # Loop on avaliable simulations … … 87 76 echo FILE $file 88 77 cd $WRK 89 dirout=$MainDIR/CMOR/${sim}_${years} /$cas78 dirout=$MainDIR/CMOR/${sim}_${years} 90 79 echo $sim $years $dirout 91 80 … … 141 130 wap) varo=vitw ;; 142 131 hus) varo=ovap ;; 132 pres) varo=pres ;; 143 133 hur) varo=rhum ; fact=100. ;; 144 134 clcalipso) varo=clcalipso ; fact=100. ;; … … 154 144 esac 155 145 156 outfile=$dirout/$ var.nc157 #echo `pwd`/$outfile158 if [ $force_create = 1 ] ; then rm -f $outfile ; fi146 outfile=$dirout/${var}.nc 147 soutf=`wc -l ${outfile} |awk '{print $1}'` 148 if [ $force_create = 1 ] || [ "${soutf}" == "0" ] ; then rm -f $outfile ; fi 159 149 if [ ! -f $outfile ] ; then 160 \rm -f tmp .nc tmp1.nc150 \rm -f tmp$$.nc 161 151 if [ $fact = 1. ]; then 152 if [ $var == ta ] || [ $var == ua ] || [ $var == va ] || [ $var == wap ] || [ $var == hus ] || [ $var == hur ]; then 153 opt="selvar,${varo},pres" 154 else 162 155 opt="selvar,$varo" 156 fi 163 157 else 164 158 opt="mulc,$fact -selvar,$varo" 165 159 fi 166 echo cdo $opt $filei tmp.nc167 cdo $opt $filei tmp.nc>> out$$160 echo cdo $opt $filei ${outfile} 161 cdo $opt $filei ${outfile} >> out$$ 168 162 if [ $var != $varo ]; then 169 echo ncrename -v $varo,$var tmp.nc -O tmp1.nc 170 ncrename -v $varo,$var tmp.nc -O tmp1.nc >> out$$ 171 else 172 mv tmp.nc tmp1.nc 163 echo ncrename -v $varo,$var ${outfile} 164 ncrename -v $varo,$var ${outfile} >> out$$ 173 165 fi 174 if [ ! -f tmp1.nc ] ; then 175 echo echec $years $var 176 else 177 \mv -f tmp1.nc $outfile 178 fi 179 fi 180 fi # -f $filei 166 167 fi # -f $filei 168 fi 181 169 done 182 170 fi -
BOL/Multi_atlas/descriptionYEAR.zon
r3700 r4697 69 69 rlds,LWdownSFC,W/m2,50.,450. 70 70 rldscs,CS LWdownSFC,W/m2,50.,450. 71 rsdt, SWdwnTOA, W/m2,75,500 -
BOL/Multi_atlas/env_Multi_atlas.sh
r4339 r4697 36 36 module load $emodule 37 37 38 module load gcc/9.4.0 39 module load netcdf-fortran/4.5.3-parallel-netcdf 40 41 module load cdo/2.0.6 42 module load nco/5.0.1 43 module load ncl/6.6.2 44 module load anaconda3-py/2020.11 45 #module load anaconda3-py/2021.11 38 module load pangeo-meso/2023.04.15 46 39 module load ferret/7.6.0 47 40 ferret=`which ferret_c` 41 42 MAIN=/thredds/ipsl/fabric/lmdz 43 MAIN_SE=${MAIN}/SE 44 MAIN_CMOR=${MAIN}/SE/CMOR 45 SEORIG=${MAIN_SE}/ORIG 46 STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME 47 MULTIDIR=${MAIN}/MultiSimu 48 48 49 49 ####################################################### -
BOL/Multi_atlas/html_axe4.sh
r4342 r4697 104 104 105 105 mkdir -p $COMP_D/AXE4/TZ1DC/PNG/POUB ; mv $COMP_D/AXE4/TZ1DC/PNG/tso*png $COMP_D/AXE4/TZ1DC/PNG/POUB 106 ./concat_html.sh $COMP_D/AXE4/TZ1DC/PNG "Tz1 dome C" $concatarg 5>> $COMP_D/AXE4/TZ1DC/index.html106 ./concat_html.sh $COMP_D/AXE4/TZ1DC/PNG "Tz1 dome C" $concatarg 4 >> $COMP_D/AXE4/TZ1DC/index.html 107 107 108 108 -
BOL/Multi_atlas/make_MOY.sh
r4340 r4697 12 12 zone=$4 13 13 14 vars='pr rstt rlut rtt crelt crest crett hfns hfls eva hfss tas sst hurs tauu tauv psl zg500 rsts rsut rsutcs rlutcs rsds rsdscs rsus rsuscs rlds rldscs rlus albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre prw rttcs rsttcs cllcalipso clmcalipso clhcalipso cll clm clh'14 vars='pr rstt rlut rtt crelt crest crett hfns hfls eva hfss tas sst hurs tauu tauv psl zg500 rsts rsut rsutcs rlutcs rsds rsdscs rsus rsuscs rlds rldscs rlus rsdt albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre prw rttcs rsttcs cllcalipso clmcalipso clhcalipso cll clm clh' 15 15 16 16 if [ "$run" = "OBS" ]; then … … 22 22 echo ferret is $ferret 23 23 24 force_create= 124 force_create=0 25 25 GR=VLR 26 26 MAINDIR=$DODSDIR/$login/lmdz … … 223 223 outf=$orig/$sim/$d/$var 224 224 echo $outf 225 if [ $force_create = 1 ] ; then rm -f $outf ; fi 225 soutf=`wc -l ${outf} |awk '{print $1}'` 226 if [ $force_create = 1 ] || [ "${soutf}" == "0" ]; then rm -f $outf ; fi 226 227 if [ ! -f $outf ] ; then 227 228 $ferret -batch tmp.ps -script $d.jnl | sed -e '/:/d' -e '/\*/d' >| $outf -
BOL/Multi_atlas/make_axe2.sh
r4505 r4697 1 #!/bin/bash 1 #!/bin/bash -vx 2 2 # Par exemple: 3 3 # ./make_axe2.sh V6.5AIS8 4 4 # ----------------------------------------------------------------- 5 5 6 local=`pwd` 7 #source ~/env_Multi_atlas.sh 8 #module purge 9 #module load gcc/9.4.0 10 #module load netcdf-fortran/4.5.3-parallel-netcdf 11 #module load cdo/2.0.6 12 #module load nco/5.0.1 13 #module load ncl/6.6.2 14 #module load anaconda3-py/2020.11 15 #module load ferret/7.6.0 16 17 source ${local}/env_Multi_atlas_axe2.sh 6 18 set -vx 7 19 pr_yr=1 … … 12 24 # ----------------------------------------------------------------- 13 25 14 #runstxt=/home/fabric/LMDZ/MultiSimu/runs.txt 15 runstxt=~/Multi_atlas/runs.txt 26 runstxt=~/${local}/runs.txt 16 27 17 28 while test -n "${1}"; do … … 25 36 26 37 27 season=YEAR28 GR=VLR29 MAIN_SE=/thredds/ipsl/fabric/lmdz/SE30 EXPNAME=NPV5LRL7931 STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME32 MULTIDIR=/thredds/ipsl/fabric/lmdz/MultiSimu33 34 38 WRK=$MULTIDIR/AXE2/WORK$$ 35 39 if [ -d $WRK ] ; then WRK=$WRK$$ ; fi … … 47 51 for s in `awk ' {print $1"_"$2} ' $DEF_FILE` ; do liste_simy="$liste_simy $s" ; done 48 52 53 echo liste_sim: $liste_sim 54 echo liste_simy: $liste_simy 49 55 # ----------------------------------------------------------------- 50 56 # ----------------------------------------------------------------- … … 73 79 simdir=`grep -w "^$sim " $runstxt | awk ' { print $2 } '` 74 80 ncks -v precip $simdir/ATM/Analyse/SE/${sim}_SE_${years}_1M_histmth.nc -O grid.nc 75 cdo timavg -remapcon,grid.nc /thredds/ipsl/fabric/lmdz/SE/CMOR/OBS/pr.nc gpcp.nc76 cdo timavg -remapcon,grid.nc /thredds/ipsl/fabric/lmdz/TRMM/prm2000-2009.nc trmm.nc81 cdo timavg -remapcon,grid.nc ${MAIN_CMOR}/OBS/pr.nc gpcp.nc 82 cdo timavg -remapcon,grid.nc ${MAIN}/TRMM/prm2000-2009.nc trmm.nc 77 83 78 84 ###################################################### … … 123 129 eod 124 130 125 #pwd ; exit 126 127 ferret -gif -nojnl -script tmpyr.jnl | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/${sim}_${years} 131 \rm gotmpyr.jnl 132 cat<<eof>gotmpyr.jnl 133 go tmpyr.jnl 134 quit 135 eof 136 echo ferret<gotmpyr.jnl | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/${sim}_${years} 137 ferret<gotmpyr.jnl | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/${sim}_${years} 128 138 for type in con mix tot oce ; do 129 139 convert -density 144 $type.gif $outputdir/PNG/${sim}_${years}_$type.png … … 134 144 135 145 if [ -f $COMP_D/entete.html ] ; then cat $COMP_D/entete.html > $outputdir/index.html ; fi 136 #~/LMDZ/MultiSimu/concat_html.sh $COMP_D/AXE2/PR_YR/PNG "OK" "$listey" 4 >> $outputdir/index.html137 146 ~/Multi_atlas/concat_html.sh $COMP_D/AXE2/PR_YR/PNG "OK" "$listey" 4 >> $outputdir/index.html 138 147 … … 170 179 prl=`ls $simdir/ATM/Analyse/TS_DA/${run}_${yi}*_${yf}*_1D_plul.nc | tail -1` 171 180 ln -s $prd $outputdir/NC/${run}_${yi}_${yf}.nc 172 prm=$simdir/ATM/Analyse/SE/${run}_SE_${years}_1M_histmth.nc 173 if [ ! -f $prm ] ; then echo $prm not found ; exit ; fi 181 prm=${MAIN_SE}/ORIG/${run}_SE_${years}_1M_histmth.nc 182 if [ ! -f ${prm} ]; then 183 prm=$simdir/ATM/Analyse/SE/${run}_SE_${years}_1M_histmth.nc 184 fi 174 185 if [ $first = 1 ] ; then 175 186 remap=$prm ; first=0 … … 177 188 if [ ! -f $trmm ] ; then 178 189 ncks -v precip $prm -O $outputdir/NC/grid.nc 179 cdo remapcon,$outputdir/NC/grid.nc /thredds/ipsl/fabric/lmdz/TRMM/pr2000-2009.nc $trmm 190 ###cdo remapcon,$outputdir/NC/grid.nc /thredds/ipsl/fabric/lmdz/TRMM/pr2000-2009.nc $trmm 191 cdo remapcon,$outputdir/NC/grid.nc ${MAIN}/TRMM/pr2000-2009.nc $trmm 180 192 fi 181 193 ts_da="TRMM" … … 255 267 quit 256 268 eod 257 ferret -gif -nojnl -script tmp.jnl | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/$sim 269 270 \rm gotmp.jnl 271 cat<<eof>gotmp.jnl 272 go tmp.jnl 273 quit 274 eof 275 ferret<gotmp.jnl | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/$sim 258 276 259 277 for type in hf is nd zon ; do … … 266 284 if [ -f $COMP_D/entete.html ] ; then cat $COMP_D/entete.html > $outputdir/index.html ; fi 267 285 268 #~/LMDZ/MultiSimu/concat_html.sh $COMP_D/AXE2/PR_DAY/PNG "OK" "$listey" 4 >> $outputdir/index.html269 286 ~/Multi_atlas/concat_html.sh $COMP_D/AXE2/PR_DAY/PNG "OK" "$listey" 4 >> $outputdir/index.html 270 287 … … 372 389 done 373 390 374 # xmgrace TRMM GPCP $liste_simy TOTO -param precip.param -legend load -hardcopy -hdevice EPS -printfile tmp.eps375 391 xmgrace TRMM GPCP $liste_simy -param precip.param -legend load -hardcopy -hdevice EPS -printfile tmp.eps 376 392 epstopdf tmp.eps -
BOL/Multi_atlas/multi_ZONE.sh
r4340 r4697 59 59 echo $SEAS $outd "$sims" 60 60 61 vars="pr prw rstt rlut rtt crelt crest crett hfns hfls eva tas sst tauu tauv psl zg500 rsts rsut rlutcs albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre hurs hfss rldscs rlds rlus rsdscs rsds rsus rsuscs rsutcs prw rttcs rsttcs cllcalipso clmcalipso clhcalipso cll clm clh "61 vars="pr prw rstt rlut rtt crelt crest crett hfns hfls eva tas sst tauu tauv psl zg500 rsts rsut rlutcs albs albt cress crels crets rts rah rahcs rahcre rlah rlahcs rlahcre rsah rsahcs rsahcre hurs hfss rldscs rlds rlus rsdscs rsds rsus rsuscs rsutcs prw rttcs rsttcs cllcalipso clmcalipso clhcalipso cll clm clh rsdt" 62 62 echo $vars 63 63 -
BOL/Multi_atlas/runs.txt
r4312 r4697 44 44 CM6.2.2-QLR-W3-115 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-115 45 45 CM6.2.2-QLR-W3-181 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-181 46 47 CM6.2.2-QLR-pi /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-abrput-4CO2 48 CM6.2.2-QLR-W2-050 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W2-050-4CO2 49 CM6.2.2-QLR-W2-051 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W2-051-4CO2 50 CM6.2.2-QLR-W3-115 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-115-4CO2 51 CM6.2.2-QLR-W3-181 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-181-4CO2 46 52 47 53 … … 2718 2724 ########################################################################################################### 2719 2725 2720 ##################################### 2726 ####################################### 2721 2727 # Simulations Lidia 2722 ##################################### 2728 # simulations nouveau schema de nuage 2729 ####################################### 2723 2730 2724 2731 # LMDZv6.2.2 … … 2726 2733 LMDZOR6.2.2-LR-amip-nsn-01.1 /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-nsn-01.1 2727 2734 2735 ############################################## 2736 # Simulations Lidia 2737 # simulations tests de sensibilite orographie 2738 ############################################## 2739 2740 # LMDZv6.3 2741 LMDZOR63-LR-amip-CTRL-std /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-CTRL-std 2742 LMDZOR63-LR-amip-ORONT-std /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONT-std 2743 LMDZOR63-LR-amip-ORONTIS-std /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONTIS-std 2744 LMDZOR63-LR-amip-CTRL-new /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-CTRL-new 2745 LMDZOR63-LR-amip-ORONTIS-new /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONTIS-new 2746 LMDZOR63-LR-amip-ORONTIS-new-g /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONTIS-new-g 2747 2748 ##################################### 2749 # Simulations Lidia 2750 # Simulations de reference CMIP6 2751 ##################################### 2752 2753 # LMDZv6.1 2754 LMDZOR61-LR-amip-01 /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01 2755 LMDZOR61-LR-amip-01-G /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01-G 2756 LMDZOR61-LR-amip-01.2 /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01.2 2757 LMDZOR61-LR-amip-01.2-G /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01.2-G 2758 LMDZOR61-LR-amip-02 /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-02 2759 LMDZOR61-LR-amip-02-G /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-02-G 2760 2761 # LMDZv6.2.2 2762 LMDZOR6.2.2-LR-amip-01 /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-01 2763 LMDZOR6.2.2-LR-amip-01-G /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-01-G 2764 LMDZOR6.2.2-LR-amip-03 /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-03 2765 LMDZOR6.2.2-LR-amip-03-G /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-03-G 2728 2766 2729 2767 ########################################################################################################### … … 2744 2782 FHLAMINE1F0 /thredds/idris/work/rgzi027/LAMINE1/FHLAMINE1F0 2745 2783 FHLAMINE1Pup2 /thredds/idris/work/rgzi027/LAMINE1/FHLAMINE1Pup2 2784 FHDownNPv6.1 /thredds/idris/work/rgzi027/DOWN/NPv6.1 2785 FHDownDown /thredds/idris/work/rgzi027/DOWN/Down 2786 FHTerraVLRL39NPv6.1 /thredds/idris/work/rgzi027/TerraVLRL39/NPv6.1 2787 FHTerraNPv6.1 /thredds/idris/work/rgzi027/Terra4472/NPv6.1 2788 FHTerraSTOMF /thredds/idris/work/rgzi027/Terra4472/STOMF 2789 FHTerraLAILU /thredds/idris/work/rgzi027/Terra4472/LAILU 2790 2791 FHstrigCTRL /thredds/idris/work/rgzi027/STRIG/NPv6.3 2792 FHstrigSTRIG /thredds/idris/work/rgzi027/STRIG/STRIG 2793 2746 2794 2747 2795 … … 4407 4455 GUIDEnBLMR /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/GUIDEnBLMR 4408 4456 CORnBLMR8110 /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/CORnBLMR8110 4457 CORnBLMR8110uv /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/CORnBLMR8110uv 4409 4458 MRAMIP-tunCB /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/MRAMIP-tunCB 4410 4459 CNRM-CM6-f2-HIST /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/CNRM-CM6-f2-HIST … … 4552 4601 Lmdz-Ecrad-TropoAeros /thredds/idris/work/rlmd093/LMDZOR/DEVT/clim/Lmdz-Ecrad-TropoAeros 4553 4602 Lmdz-Rrtm-TropoAeros-T02 /thredds/idris/work/rlmd093/LMDZOR/DEVT/clim/Lmdz-Rrtm-TropoAeros-T02 4554 4603 # AI 02 05 2023 Nouvelle version ECRAD tests 3D 4604 Rrtm-001 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Rrtm-001 4605 Tripleclouds-001 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-001 4606 Rrtm-T002 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Rrtm-T002 4607 Tripleclouds-T002 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-T002 4608 Rrtm-6A /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Rrtm-6A 4609 Tripleclouds-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-RRTMG 4610 Tripleclouds-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD 4611 Homogeneous-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-RRTMG 4612 Homogeneous-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-ECCKD 4613 SPARTACUS-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-RRTMG 4614 SPARTACUS-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD 4615 McICA-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-RRTMG 4616 McICA-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-ECCKD 4617 4618 Tripleclouds-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF 4619 Homogeneous-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-ECCKD-HF 4620 SPARTACUS-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF 4621 McICA-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-ECCKD-HF 4622 Tripleclouds-ECCKD-HF-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-T01 4623 SPARTACUS-ECCKD-HF-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-T01 4624 SPARTACUS-ECCKD-HF-T02 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-T02 4625 Tripleclouds-ECCKD-HF-T02 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-T02 4626 Tripleclouds-ECCKD-HF-T03 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-T03 4627 SPARTACUS-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-New 4628 SPARTACUS-ECCKD-HF-New-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-New-T01 4629 Tripleclouds-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-New 4630 Tripleclouds-ECCKD-HF-New-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-New-T01 4631 Homogeneous-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-ECCKD-HF-New 4632 McICA-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-ECCKD-HF-New 4633 4634 ## FC 31/05/2023 test NPv6.3 ORC trunk et 2.2 les 4 simul suivante sont des SST clim parties en 1979 sans spinup (lancés en TEST) 4635 L2-4515.7849 /thredds/tgcc/work/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/L2-4515.7849 4636 L2-4515.7849.RS /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/clim/L2-4515.7849.RS 4637 LMDZOR6.4.4515.7994 /thredds/tgcc/work/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/LMDZOR6.4.4515.7994 4638 LMDZOR6.4.4515.7994.ICEv /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/clim/LMDZOR6.4.4515.7994.ICEv 4555 4639 ### FC 23 05 2022 tests ORCHIDEE 4556 4640 CL5.r7563 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCH22r7563/CL5.r7563 4557 4641 CL5.r7597 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCH22r7597/CL5.r7597 4558 4642 CL5.O20r5661.L618 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCH2.0/CL5.O20r5661.L618 4559 4643 ### FC 15/09/2023 Simulation test de Josefine avec neige 12couches 4644 CL6.r8164 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/ref8164/CL6.r8164 4645 CL6snow12.r8164 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/ref8164/CL6snow12.r8164 4560 4646 ### FC 12 07 2022 tests ORCHIDEE 4561 4647 CL5.r7692 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCHr7692/CL5.r7692 … … 4577 4663 VLUDO1 /thredds/idris/work/rgzi017/LMDZOR/VLUDO1 4578 4664 CLOR611 /thredds/idris/work/rgzi017/LMDZOR/CLOR611 4665 ###15122022 : reglages-1D3D, NPv6.4 4666 ITNPv6.41D3D-0130 /thredds/idris/work/rgzi017/LMDZOR/ITNPv6.41D3D-0130 4667 ITNPv6.41D3D-0145 /thredds/idris/work/rgzi017/LMDZOR/ITNPv6.41D3D-0145 4668 ### 06022023 : reglage 3D, NPv6.4 4669 ITLUDO1W44-245 /thredds/idris/work/rgzi017/LMDZOR/ITLUDO1W44-245 4670 ### 310823 : reglage LUDO, NPv7.0.1b 4671 IT1P701bW62-277 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-277 4672 IT1P701bW61-055 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-055 4673 IT1P701bW62-246 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-246 4674 IT1P701bW62-289 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-289 4675 IT1P701bW62-243 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-243 4676 IT1P701bW62-034 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-034 4677 IT1P701bW62-154 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-154 4678 IT1P701bW62-212 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-212 4679 IT1P701bW61-051 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-051 4680 IT1P701bW62-252 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-252 4681 IT1P701bW62-039 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-039 4682 IT1P701bW62-134 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-134 4683 IT1P701bW62-170 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-170 4684 IT1P701bW62-268 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-268 4685 IT1P701bW62-240 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-240 4686 IT1P701bW62-046 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-046 4687 IT1P701bW61-007 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-007 4688 IT1P701bW62-148 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-148 4689 IT1P701bW62-086 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-086 4690 IT1P701bW62-291 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-291 4691 IT1P701bW62-236 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-236 4692 IT1P701bW62-297 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-297 4693 IT1P701bW62-069 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-069 4694 IT1P701bW61-180 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-180 4695 IT1P701bW62-056 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-056 4696 IT1P701bW61-112 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-112 4697 IT1P701bW62-273 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-273 4698 IT1P701bW61-208 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-208 4699 IT1P701bW61-218 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-218 4700 IT1P701bW61-295 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-295 4701 IT1P701bW62-057 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-057 4702 IT1P701bW62-283 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-283 4703 IT1P701bW62-126 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-126 4704 IT1P701bW61-038 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-038 4705 IT1P701bW62-216 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-216 4706 IT1P701bW62-237 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-237 4707 IT1P701bW61-136 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-136 4708 IT1P701bW62-091 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-091 4709 IT1P701bW62-121 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-121 4710 IT1P701bW62-068 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-068 4711 IT1P701bW62-211 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-211 4712 IT1P701bW62-197 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-197 4713 IT1P701bW62-178 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-178 4714 IT1P701bW62-087 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-087 4715 IT1P701bW62-164 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-164 4716 IT1P701bW62-210 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-210 4717 IT1P701bW62-290 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-290 4718 IT1P701bW62-135 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-135 4719 IT1P701bW62-231 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-231 4720 IT1P701bW61-029 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-029 4721 IT1P701bW62-238 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-238 4722 IT1P701bW62-177 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-177 4723 IT1P701bW61-068 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-068 4724 IT1P701bW62-166 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-166 4725 IT1P701bW62-155 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-155 4726 IT1P701bW61-105 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-105 4727 IT1P701bW62-181 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-181 4728 #simulations zoomées 4729 LMDZOR35kmMar /thredds/idris/work/uqq35bp/LMDZOR/LMDZOR35kmMar 4730 LMDZOR35kmMar.nudged /thredds/tgcc/store/p25sima/LMDZOR/PROD/amip/LMDZOR35kmMar.nudged 4731 LMDZOR35kmMar.biasCor /thredds/tgcc/store/p25sima/LMDZOR/PROD/amip/LMDZOR35kmMar.biasCor 4732 LMDZOR35kmMar.biasCor.MRregrid /thredds/tgcc/store/p25sima/LMDZOR/PROD/amip/LMDZOR35kmMar.biasCor.MRregrid 4733 #simulation highresMIp.HR 4734 HighresMip /data/sbalhane/LMDZOR/HighresMip -
BOL/Multi_atlas/season.sh
r4340 r4697 41 41 esac 42 42 done 43 44 i=145 while [ "`ps -ux | grep season.sh | grep bin | wc -l`" != "2" ] ; do46 echo Mise en attente de season.sh deja en cours d execution $i47 sleep 2 ; (( i = $i + 1 ))48 if [ "$i" = "3600" ] ; then exit ; fi49 done50 51 43 52 44 ####################################################################
Note: See TracChangeset
for help on using the changeset viewer.