Changeset 4697


Ignore:
Timestamp:
Sep 20, 2023, 11:38:57 AM (8 months ago)
Author:
musat
Message:

Enlevement tests "Mise en attente" de scripts cmor et season
pour permettre de faire tourner plusieurs multi-atlas simultanément
Ajout variable rsdt dans les moyennes zonales
Nettoyage env_Multi_atlas
Adaptation a spirit des diagnostics de l'axe2 de MB
Correction html axe4
IonelaMusat?

Location:
BOL/Multi_atlas
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/cmor.sh

    r4340 r4697  
    4242WRK=$MainDIR/WORK/CMOR
    4343
    44 i=1
    45 while [ "`ps -ux | grep cmor.sh | grep bin | wc -l`" != "2" ] ; do
    46    echo Mise en attente de cmor.sh deja en cours d execution $i
    47    sleep 2 ; (( i = $i + 1 ))
    48    if [ "$i" = "3600" ] ; then exit ; fi
    49 done
    50 
    51 
    5244####################################################################
    5345# Interactive options
    5446####################################################################
    5547force_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"
     48listevar="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"
    5949
    6050ulimit -s unlimited
    6151\rm -rf $WRK ; mkdir -p $WRK ; touch out$$
    62 
    6352################################################################################
    6453# Loop on avaliable simulations
     
    8776   echo FILE $file
    8877   cd $WRK
    89    dirout=$MainDIR/CMOR/${sim}_${years}/$cas
     78   dirout=$MainDIR/CMOR/${sim}_${years}
    9079   echo $sim $years $dirout
    9180
     
    141130          wap)     varo=vitw ;;
    142131          hus)     varo=ovap ;;
     132          pres)    varo=pres ;;
    143133          hur)     varo=rhum ; fact=100. ;;
    144134          clcalipso)    varo=clcalipso ; fact=100. ;;
     
    154144       esac
    155145
    156        outfile=$dirout/$var.nc
    157        #echo `pwd`/$outfile
    158        if [ $force_create = 1 ] ; then rm -f $outfile ; fi
     146       outfile=$dirout/${var}.nc
     147       soutf=`wc -l ${outfile} |awk '{print $1}'`
     148       if [ $force_create = 1 ] || [ "${soutf}" == "0" ] ; then rm -f $outfile ; fi
    159149       if [ ! -f $outfile ] ; then
    160           \rm -f tmp.nc tmp1.nc
     150          \rm -f tmp$$.nc
    161151          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
    162155            opt="selvar,$varo"
     156           fi
    163157          else
    164158            opt="mulc,$fact -selvar,$varo"
    165159          fi
    166           echo cdo $opt $filei tmp.nc
    167           cdo $opt $filei tmp.nc >> out$$
     160          echo cdo $opt $filei ${outfile}
     161          cdo $opt $filei ${outfile} >> out$$
    168162          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$$
    173165          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
    181169  done
    182170 fi
  • BOL/Multi_atlas/descriptionYEAR.zon

    r3700 r4697  
    6969rlds,LWdownSFC,W/m2,50.,450.
    7070rldscs,CS LWdownSFC,W/m2,50.,450.
     71rsdt, SWdwnTOA, W/m2,75,500
  • BOL/Multi_atlas/env_Multi_atlas.sh

    r4339 r4697  
    3636module load $emodule
    3737
    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
     38module load pangeo-meso/2023.04.15
    4639module load ferret/7.6.0
    4740ferret=`which ferret_c`
     41
     42MAIN=/thredds/ipsl/fabric/lmdz
     43MAIN_SE=${MAIN}/SE
     44MAIN_CMOR=${MAIN}/SE/CMOR
     45SEORIG=${MAIN_SE}/ORIG
     46STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME
     47MULTIDIR=${MAIN}/MultiSimu
    4848
    4949#######################################################
  • BOL/Multi_atlas/html_axe4.sh

    r4342 r4697  
    104104
    105105mkdir -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.html
     106./concat_html.sh $COMP_D/AXE4/TZ1DC/PNG "Tz1 dome C" $concatarg 4  >> $COMP_D/AXE4/TZ1DC/index.html
    107107
    108108
  • BOL/Multi_atlas/make_MOY.sh

    r4340 r4697  
    1212zone=$4
    1313
    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'
     14vars='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'
    1515
    1616if [ "$run" = "OBS" ]; then
     
    2222echo ferret is $ferret
    2323
    24 force_create=1
     24force_create=0
    2525GR=VLR
    2626MAINDIR=$DODSDIR/$login/lmdz
     
    223223           outf=$orig/$sim/$d/$var
    224224           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
    226227           if [ ! -f $outf ] ; then
    227228               $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
    22# Par exemple:
    33# ./make_axe2.sh V6.5AIS8
    44# -----------------------------------------------------------------
    55
     6local=`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
     17source ${local}/env_Multi_atlas_axe2.sh
    618set -vx
    719pr_yr=1
     
    1224# -----------------------------------------------------------------
    1325
    14 #runstxt=/home/fabric/LMDZ/MultiSimu/runs.txt
    15 runstxt=~/Multi_atlas/runs.txt
     26runstxt=~/${local}/runs.txt
    1627
    1728while test -n "${1}"; do
     
    2536
    2637
    27 season=YEAR
    28 GR=VLR
    29 MAIN_SE=/thredds/ipsl/fabric/lmdz/SE
    30 EXPNAME=NPV5LRL79
    31 STOREDIR=/thredds/ipsl/fabric/lmdz/STORE/$EXPNAME
    32 MULTIDIR=/thredds/ipsl/fabric/lmdz/MultiSimu
    33 
    3438WRK=$MULTIDIR/AXE2/WORK$$
    3539if [ -d $WRK ] ; then WRK=$WRK$$ ; fi
     
    4751for s in `awk ' {print $1"_"$2} ' $DEF_FILE` ; do liste_simy="$liste_simy $s" ; done
    4852
     53echo liste_sim: $liste_sim
     54echo liste_simy: $liste_simy
    4955# -----------------------------------------------------------------
    5056# -----------------------------------------------------------------
     
    7379  simdir=`grep -w "^$sim "  $runstxt | awk ' { print $2 } '`
    7480  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.nc
    76   cdo timavg -remapcon,grid.nc /thredds/ipsl/fabric/lmdz/TRMM/prm2000-2009.nc trmm.nc
     81  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
    7783
    7884######################################################
     
    123129eod
    124130
    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
     132cat<<eof>gotmpyr.jnl
     133go tmpyr.jnl
     134quit
     135eof
     136echo ferret<gotmpyr.jnl   | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/${sim}_${years}
     137ferret<gotmpyr.jnl | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/${sim}_${years}
    128138for type in con mix tot oce ; do
    129139convert -density 144 $type.gif $outputdir/PNG/${sim}_${years}_$type.png
     
    134144
    135145if [ -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.html
    137146~/Multi_atlas/concat_html.sh $COMP_D/AXE2/PR_YR/PNG "OK" "$listey" 4 >> $outputdir/index.html
    138147
     
    170179  prl=`ls $simdir/ATM/Analyse/TS_DA/${run}_${yi}*_${yf}*_1D_plul.nc | tail -1`
    171180  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
    174185  if [ $first = 1 ] ; then
    175186     remap=$prm ; first=0
     
    177188     if [ ! -f $trmm ] ; then
    178189        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
    180192     fi
    181193     ts_da="TRMM"
     
    255267quit
    256268eod
    257 ferret -gif -nojnl -script tmp.jnl  | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/$sim
     269
     270\rm gotmp.jnl
     271cat<<eof>gotmp.jnl
     272go tmp.jnl
     273quit
     274eof
     275ferret<gotmp.jnl  | grep "^I.*.PR" | awk ' { print $4 , $5 } ' > $outputdir/TXT/$sim
    258276
    259277for type in hf is nd zon ; do
     
    266284if [ -f $COMP_D/entete.html ] ; then cat $COMP_D/entete.html > $outputdir/index.html ; fi
    267285
    268 #~/LMDZ/MultiSimu/concat_html.sh $COMP_D/AXE2/PR_DAY/PNG "OK" "$listey" 4 >> $outputdir/index.html
    269286~/Multi_atlas/concat_html.sh $COMP_D/AXE2/PR_DAY/PNG "OK" "$listey" 4 >> $outputdir/index.html
    270287
     
    372389done
    373390
    374 # xmgrace TRMM GPCP $liste_simy TOTO -param precip.param -legend load -hardcopy -hdevice EPS -printfile tmp.eps
    375391xmgrace TRMM GPCP $liste_simy -param precip.param -legend load -hardcopy -hdevice EPS -printfile tmp.eps
    376392epstopdf tmp.eps
  • BOL/Multi_atlas/multi_ZONE.sh

    r4340 r4697  
    5959echo $SEAS $outd "$sims"
    6060
    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"
     61vars="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"
    6262echo $vars
    6363
  • BOL/Multi_atlas/runs.txt

    r4312 r4697  
    4444CM6.2.2-QLR-W3-115 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-115
    4545CM6.2.2-QLR-W3-181 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-181
     46
     47CM6.2.2-QLR-pi /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-abrput-4CO2
     48CM6.2.2-QLR-W2-050 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W2-050-4CO2
     49CM6.2.2-QLR-W2-051 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W2-051-4CO2
     50CM6.2.2-QLR-W3-115 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-115-4CO2
     51CM6.2.2-QLR-W3-181 /thredds/tgcc/store/fersterb/IPSLCM6/PROD/piControl/CM6.2.2-QLR-W3-181-4CO2
    4652
    4753
     
    27182724###########################################################################################################
    27192725
    2720 #####################################
     2726#######################################
    27212727# Simulations Lidia
    2722 #####################################
     2728# simulations nouveau schema de nuage
     2729#######################################
    27232730
    27242731# LMDZv6.2.2
     
    27262733LMDZOR6.2.2-LR-amip-nsn-01.1    /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-nsn-01.1
    27272734
     2735##############################################
     2736# Simulations Lidia
     2737# simulations tests de sensibilite orographie
     2738##############################################
     2739
     2740# LMDZv6.3
     2741LMDZOR63-LR-amip-CTRL-std       /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-CTRL-std
     2742LMDZOR63-LR-amip-ORONT-std      /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONT-std
     2743LMDZOR63-LR-amip-ORONTIS-std    /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONTIS-std
     2744LMDZOR63-LR-amip-CTRL-new       /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-CTRL-new
     2745LMDZOR63-LR-amip-ORONTIS-new    /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR63-LR-amip-ORONTIS-new
     2746LMDZOR63-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
     2754LMDZOR61-LR-amip-01             /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01
     2755LMDZOR61-LR-amip-01-G           /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01-G
     2756LMDZOR61-LR-amip-01.2           /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01.2
     2757LMDZOR61-LR-amip-01.2-G         /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-01.2-G
     2758LMDZOR61-LR-amip-02             /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-02
     2759LMDZOR61-LR-amip-02-G           /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR61-LR-amip-02-G
     2760
     2761# LMDZv6.2.2
     2762LMDZOR6.2.2-LR-amip-01          /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-01
     2763LMDZOR6.2.2-LR-amip-01-G        /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-01-G
     2764LMDZOR6.2.2-LR-amip-03          /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-03
     2765LMDZOR6.2.2-LR-amip-03-G        /thredds/tgcc/store/mellull/LMDZOR/PROD/amip/LMDZOR6.2.2-LR-amip-03-G
    27282766
    27292767###########################################################################################################
     
    27442782FHLAMINE1F0   /thredds/idris/work/rgzi027/LAMINE1/FHLAMINE1F0
    27452783FHLAMINE1Pup2   /thredds/idris/work/rgzi027/LAMINE1/FHLAMINE1Pup2
     2784FHDownNPv6.1   /thredds/idris/work/rgzi027/DOWN/NPv6.1
     2785FHDownDown   /thredds/idris/work/rgzi027/DOWN/Down
     2786FHTerraVLRL39NPv6.1   /thredds/idris/work/rgzi027/TerraVLRL39/NPv6.1
     2787FHTerraNPv6.1   /thredds/idris/work/rgzi027/Terra4472/NPv6.1
     2788FHTerraSTOMF   /thredds/idris/work/rgzi027/Terra4472/STOMF
     2789FHTerraLAILU   /thredds/idris/work/rgzi027/Terra4472/LAILU
     2790
     2791FHstrigCTRL  /thredds/idris/work/rgzi027/STRIG/NPv6.3
     2792FHstrigSTRIG  /thredds/idris/work/rgzi027/STRIG/STRIG
     2793
    27462794
    27472795
     
    44074455GUIDEnBLMR /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/GUIDEnBLMR
    44084456CORnBLMR8110 /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/CORnBLMR8110
     4457CORnBLMR8110uv /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/CORnBLMR8110uv
    44094458MRAMIP-tunCB /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/MRAMIP-tunCB
    44104459CNRM-CM6-f2-HIST /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/CNRM-CM6-f2-HIST
     
    45524601Lmdz-Ecrad-TropoAeros /thredds/idris/work/rlmd093/LMDZOR/DEVT/clim/Lmdz-Ecrad-TropoAeros
    45534602Lmdz-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
     4604Rrtm-001 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Rrtm-001
     4605Tripleclouds-001 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-001
     4606Rrtm-T002 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Rrtm-T002
     4607Tripleclouds-T002 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-T002
     4608Rrtm-6A /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Rrtm-6A
     4609Tripleclouds-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-RRTMG
     4610Tripleclouds-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD
     4611Homogeneous-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-RRTMG
     4612Homogeneous-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-ECCKD
     4613SPARTACUS-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-RRTMG
     4614SPARTACUS-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD
     4615McICA-RRTMG /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-RRTMG
     4616McICA-ECCKD /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-ECCKD
     4617
     4618Tripleclouds-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF
     4619Homogeneous-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-ECCKD-HF
     4620SPARTACUS-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF
     4621McICA-ECCKD-HF /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/McICA-ECCKD-HF
     4622Tripleclouds-ECCKD-HF-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-T01
     4623SPARTACUS-ECCKD-HF-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-T01
     4624SPARTACUS-ECCKD-HF-T02 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-T02
     4625Tripleclouds-ECCKD-HF-T02 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-T02
     4626Tripleclouds-ECCKD-HF-T03 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-T03
     4627SPARTACUS-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-New
     4628SPARTACUS-ECCKD-HF-New-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/SPARTACUS-ECCKD-HF-New-T01
     4629Tripleclouds-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-New
     4630Tripleclouds-ECCKD-HF-New-T01 /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Tripleclouds-ECCKD-HF-New-T01
     4631Homogeneous-ECCKD-HF-New /thredds/tgcc/store/aidel/LMDZOR/DEVT/clim/Homogeneous-ECCKD-HF-New
     4632McICA-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)
     4635L2-4515.7849  /thredds/tgcc/work/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/L2-4515.7849
     4636L2-4515.7849.RS  /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/clim/L2-4515.7849.RS
     4637LMDZOR6.4.4515.7994  /thredds/tgcc/work/cheruyfr/IGCM_OUT/LMDZOR/PROD/amip/LMDZOR6.4.4515.7994
     4638LMDZOR6.4.4515.7994.ICEv /thredds/tgcc/store/cheruyfr/IGCM_OUT/LMDZOR/PROD/clim/LMDZOR6.4.4515.7994.ICEv
    45554639### FC 23 05 2022 tests ORCHIDEE
    45564640CL5.r7563 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCH22r7563/CL5.r7563
    45574641CL5.r7597 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCH22r7597/CL5.r7597
    45584642CL5.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
     4644CL6.r8164 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/ref8164/CL6.r8164
     4645CL6snow12.r8164 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/ref8164/CL6snow12.r8164
    45604646### FC 12 07 2022 tests ORCHIDEE
    45614647CL5.r7692 /thredds/tgcc/store/p86ghatt/LMDZOR/PROD/refORCHr7692/CL5.r7692
     
    45774663VLUDO1          /thredds/idris/work/rgzi017/LMDZOR/VLUDO1
    45784664CLOR611         /thredds/idris/work/rgzi017/LMDZOR/CLOR611
     4665###15122022 : reglages-1D3D, NPv6.4
     4666ITNPv6.41D3D-0130 /thredds/idris/work/rgzi017/LMDZOR/ITNPv6.41D3D-0130
     4667ITNPv6.41D3D-0145 /thredds/idris/work/rgzi017/LMDZOR/ITNPv6.41D3D-0145
     4668### 06022023 : reglage 3D, NPv6.4
     4669ITLUDO1W44-245  /thredds/idris/work/rgzi017/LMDZOR/ITLUDO1W44-245
     4670### 310823 : reglage LUDO, NPv7.0.1b
     4671IT1P701bW62-277 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-277
     4672IT1P701bW61-055 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-055
     4673IT1P701bW62-246 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-246
     4674IT1P701bW62-289 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-289
     4675IT1P701bW62-243 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-243
     4676IT1P701bW62-034 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-034
     4677IT1P701bW62-154 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-154
     4678IT1P701bW62-212 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-212
     4679IT1P701bW61-051 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-051
     4680IT1P701bW62-252 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-252
     4681IT1P701bW62-039 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-039
     4682IT1P701bW62-134 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-134
     4683IT1P701bW62-170 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-170
     4684IT1P701bW62-268 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-268
     4685IT1P701bW62-240 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-240
     4686IT1P701bW62-046 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-046
     4687IT1P701bW61-007 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-007
     4688IT1P701bW62-148 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-148
     4689IT1P701bW62-086 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-086
     4690IT1P701bW62-291 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-291
     4691IT1P701bW62-236 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-236
     4692IT1P701bW62-297 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-297
     4693IT1P701bW62-069 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-069
     4694IT1P701bW61-180 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-180
     4695IT1P701bW62-056 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-056
     4696IT1P701bW61-112 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-112
     4697IT1P701bW62-273 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-273
     4698IT1P701bW61-208 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-208
     4699IT1P701bW61-218 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-218
     4700IT1P701bW61-295 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-295
     4701IT1P701bW62-057 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-057
     4702IT1P701bW62-283 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-283
     4703IT1P701bW62-126 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-126
     4704IT1P701bW61-038 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-038
     4705IT1P701bW62-216 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-216
     4706IT1P701bW62-237 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-237
     4707IT1P701bW61-136 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-136
     4708IT1P701bW62-091 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-091
     4709IT1P701bW62-121 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-121
     4710IT1P701bW62-068 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-068
     4711IT1P701bW62-211 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-211
     4712IT1P701bW62-197 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-197
     4713IT1P701bW62-178 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-178
     4714IT1P701bW62-087 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-087
     4715IT1P701bW62-164 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-164
     4716IT1P701bW62-210 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-210
     4717IT1P701bW62-290 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-290
     4718IT1P701bW62-135 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-135
     4719IT1P701bW62-231 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-231
     4720IT1P701bW61-029 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-029
     4721IT1P701bW62-238 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-238
     4722IT1P701bW62-177 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-177
     4723IT1P701bW61-068 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-068
     4724IT1P701bW62-166 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-166
     4725IT1P701bW62-155 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-155
     4726IT1P701bW61-105 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW61-105
     4727IT1P701bW62-181 /thredds/idris/work/rgzi017/LMDZOR/IT1P701bW62-181
     4728#simulations zoomées
     4729LMDZOR35kmMar /thredds/idris/work/uqq35bp/LMDZOR/LMDZOR35kmMar
     4730LMDZOR35kmMar.nudged /thredds/tgcc/store/p25sima/LMDZOR/PROD/amip/LMDZOR35kmMar.nudged
     4731LMDZOR35kmMar.biasCor /thredds/tgcc/store/p25sima/LMDZOR/PROD/amip/LMDZOR35kmMar.biasCor
     4732LMDZOR35kmMar.biasCor.MRregrid /thredds/tgcc/store/p25sima/LMDZOR/PROD/amip/LMDZOR35kmMar.biasCor.MRregrid
     4733#simulation highresMIp.HR
     4734HighresMip /data/sbalhane/LMDZOR/HighresMip
  • BOL/Multi_atlas/season.sh

    r4340 r4697  
    4141   esac
    4242done
    43 
    44 i=1
    45 while [ "`ps -ux | grep season.sh | grep bin | wc -l`" != "2" ] ; do
    46    echo Mise en attente de season.sh deja en cours d execution $i
    47    sleep 2 ; (( i = $i + 1 ))
    48    if [ "$i" = "3600" ] ; then exit ; fi
    49 done
    50 
    5143
    5244####################################################################
Note: See TracChangeset for help on using the changeset viewer.