source: trunk/libIGCM/AA_rebuild_fromWorkdir @ 1137

Last change on this file since 1137 was 1117, checked in by sdipsl, 10 years ago
  • Need to have access to IGCM_config_CommonConfiguration to know where to put stack files ...
  • Property licence set to
    The following licence information concerns ONLY the libIGCM tools
    ==================================================================

    Copyright © Centre National de la Recherche Scientifique CNRS
    Commissariat à l'Énergie Atomique CEA

    libIGCM : Library for Portable Models Computation of IGCM Group.

    IGCM Group is the french IPSL Global Climate Model Group.

    This library is a set of shell scripts and functions whose purpose is
    the management of the initialization, the launch, the transfer of
    output files, the post-processing and the monitoring of datas produce
    by any numerical program on any plateforme.

    This software is governed by the CeCILL license under French law and
    abiding by the rules of distribution of free software. You can use,
    modify and/ or redistribute the software under the terms of the CeCILL
    license as circulated by CEA, CNRS and INRIA at the following URL
    "http://www.cecill.info".

    As a counterpart to the access to the source code and rights to copy,
    modify and redistribute granted by the license, users are provided only
    with a limited warranty and the software's author, the holder of the
    economic rights, and the successive licensors have only limited
    liability.

    In this respect, the user's attention is drawn to the risks associated
    with loading, using, modifying and/or developing or reproducing the
    software by the user in light of its specific status of free software,
    that may mean that it is complicated to manipulate, and that also
    therefore means that it is reserved for developers and experienced
    professionals having in-depth computer knowledge. Users are therefore
    encouraged to load and test the software's suitability as regards their
    requirements in conditions enabling the security of their systems and/or
    data to be ensured and, more generally, to use and operate it in the
    same conditions as regards security.

    The fact that you are presently reading this means that you have had
    knowledge of the CeCILL license and that you accept its terms.
  • Property svn:keywords set to Revision Author Date
File size: 7.7 KB
RevLine 
[622]1#-Q- curie ######################
2#-Q- curie ## CURIE   TGCC/CEA ##
3#-Q- curie ######################
[837]4#-Q- curie #MSUB -r REBUILDWRK     # Nom du job
[622]5#-Q- curie #MSUB -eo
6#-Q- curie #MSUB -n 1              # Reservation du processus
[880]7#-Q- curie #MSUB -T 36000          # Limite de temps elapsed du job
[1029]8#-Q- curie #MSUB -q xlarge         # fat node
9#-Q- curie ##MSUB -q standard      # thin nodes
10#-Q- curie ##MSUB -x               # exclusive node (needed to use high speed disk below)
[704]11#-Q- curie #MSUB -Q normal
[837]12#-Q- curie #MSUB -A ::default_project::
[1029]13#-Q- curie #RUN_DIR_PATH=/tmp/REBUILD_DIR_MR_$$     # RAM high speed disk partition ; 250GB/node. Along with -q xlarge
14#-Q- curie #RUN_DIR_PATH=/dev/shm/REBUILD_DIR_MR_$$ # SSD high speed disk partition ; 64GB/node.  Along with -q standard
[681]15#-Q- curie set +x
[770]16#-Q- ada #!/bin/ksh
17#-Q- ada #######################
[929]18#-Q- ada ## ADA         IDRIS ##
[770]19#-Q- ada #######################
[848]20#-Q- ada # @ job_type = serial
21#-Q- ada # @ requirements = (Feature == "prepost")
[770]22#-Q- ada # Temps Elapsed max. d'une requete hh:mm:ss
23#-Q- ada # @ wall_clock_limit = 10:00:00
24#-Q- ada # Nom du travail LoadLeveler
25#-Q- ada # @ job_name   = REBUILDWRK
26#-Q- ada # Fichier de sortie standard du travail
27#-Q- ada # @ output     = $(job_name).$(jobid)
28#-Q- ada # Fichier de sortie d'erreur du travail
29#-Q- ada # @ error      =  $(job_name).$(jobid)
30#-Q- ada # pour recevoir un mail en cas de depassement du temps Elapsed (ou autre pb.)
31#-Q- ada # @ notification = error
[1112]32#-Q- ada # @ environment  = $DEBUG_debug ; $BigBrother ; $MODIPSL ; $libIGCM ; $libIGCM_SX ; $SUBMIT_DIR ; $REBUILD_DIR ; $POST_DIR ; $Script_Post_Output ; $DateBegin ; $PeriodDateBegin ; $PeriodDateEnd ; $NbRebuildDir ; $StandAlone ; $RESOL_ATM ; $RESOL_OCE ; $RESOL_ICE ; $RESOL_MBG ; $RESOL_SRF ; $RESOL_SBG ; $MASTER
[770]33#-Q- ada # @ queue
[281]34#-Q- lxiv8 ######################
35#-Q- lxiv8 ## OBELIX      LSCE ##
36#-Q- lxiv8 ######################
37#-Q- lxiv8 #PBS -N REBUILDWRK
38#-Q- lxiv8 #PBS -m a
39#-Q- lxiv8 #PBS -j oe
40#-Q- lxiv8 #PBS -q medium
41#-Q- lxiv8 #PBS -o REBUILDWRK.$$
42#-Q- lxiv8 #PBS -S /bin/ksh
[108]43#-Q- default #!/bin/ksh
44#-Q- default ##################
45#-Q- default ## DEFAULT HOST ##
46#-Q- default ##################
47
[373]48#**************************************************************
49# Author: Sebastien Denvil
50# Contact: Sebastien.Denvil__at__ipsl.jussieu.fr
51# $Revision::                                          $ Revision of last commit
52# $Author::                                            $ Author of last commit
53# $Date::                                              $ Date of last commit
[108]54# IPSL (2006)
55#  This software is governed by the CeCILL licence see libIGCM/libIGCM_CeCILL.LIC
[373]56#
57#**************************************************************
[108]58
59#set -eu
60#set -vx
61
62date
63
[770]64#-Q- ada export OMP_NUM_THREADS=1
[108]65
[712]66#D- Task type (computing or post-processing)
67TaskType=post-processing
68
[108]69########################################################################
70
71#D- Flag to determine if this job in a standalone mode
72#D- Default : value from AA_job if any
73StandAlone=${StandAlone:=true}
74
[554]75#D- Path to libIGCM
[206]76#D- Default : value from AA_job if any
[554]77# WARNING For StandAlone use : To run this script on some machine (ulam and cesium)
78# WARNING you must check MirrorlibIGCM variable in sys library.
79# WARNING If this variable is true, you must use libIGCM_POST path instead
80# WARNING of your running libIGCM directory.
[229]81libIGCM=${libIGCM:=::modipsl::/libIGCM}
[206]82
[327]83#-D- $hostname of the MASTER job when SUBMIT_DIR is not visible on postprocessing computer.
[928]84MASTER=${MASTER:=ada|curie}
[327]85
[906]86#D- Directory where files we need to rebuild are store
[257]87#D- Default : value from AA_job if any
[1031]88#D- REBUILD_DIR=${BIGDIR}/REBUILD/TagName/JobName/
[257]89#D- example : /scratch/cont003/p86denv/REBUILD/IPSLCM5/SCAL-NEW
[206]90REBUILD_DIR=${REBUILD_DIR:=/path/to/your/TMP/REBUILD/FILES}
91
92#D- How many directory to rebuild we have to consider
93#D- Default : value from AA_job if any
[229]94NbRebuildDir=${NbRebuildDir:=1000}
[206]95
96#D- Suffix date we will use to determine which directory to rebuild
97#D- We will rebuild NbRebuildDir before and including PeriodDateBegin
98#D- Default : value from AA_job if any
[419]99LastPeriodForRebuild=${LastPeriodForRebuild:=${PeriodDateBegin:=18901201}}
[206]100
[108]101#D- Flag to determine atlas job's output directory
102#D- Default : value from libIGCM_post.ksh if any
103POST_DIR=${POST_DIR:=${PBS_O_WORKDIR}}
104
[327]105#-D- libIGCM_SX contains libIGCM on Master computer. Required on some center. Always OK.
106libIGCM_SX=${libIGCM_SX:=::modipsl::/libIGCM}
107
[108]108#D- Increased verbosity (1, 2, 3)
109#D- Default : value from AA_job if any
110Verbosity=${Verbosity:=3}
111
112#D- Low level debug : to bypass lib test checks and stack construction
113#D- Default : value from AA_job if any
114DEBUG_debug=${DEBUG_debug:=false}
115
116#D- TEMPORARY Flag to determine atmospheric resolution
117#D- Default : value from atmospheric driver if any
[135]118RESOL_ATM=${RESOL_ATM:=ALL}
[108]119
120#D- TEMPORARY Flag to determine ocean resolution
121#D- Default : value from ocean driver if any
122RESOL_OCE=${RESOL_OCE:=ORCA2}
123
124#D- TEMPORARY Flag to determine ice resolution
125#D- Default : value from ice driver if any
126RESOL_ICE=${RESOL_ICE:=ORCA2}
127
[196]128#D- TEMPORARY Flag to determine biogeochemistry resolution
129#D- Default : value from ice driver if any
[178]130RESOL_MBG=${RESOL_MBG:=ORCA2}
131
[108]132#D- Flag to determine surface resolution
133#D- Default : value from surface driver if any
[213]134RESOL_SRF=ALL
[108]135
[213]136#D- Flag to determine surface resolution
137#D- Default : value from surface driver if any
138RESOL_SBG=ALL
[207]139
[108]140########################################################################
141
142. ${libIGCM}/libIGCM_debug/libIGCM_debug.ksh
143. ${libIGCM}/libIGCM_card/libIGCM_card.ksh
144. ${libIGCM}/libIGCM_date/libIGCM_date.ksh
145#-------
146. ${libIGCM}/libIGCM_sys/libIGCM_sys.ksh
[1117]147. ${libIGCM}/libIGCM_config/libIGCM_config.ksh
[108]148. ${libIGCM}/libIGCM_post/libIGCM_post.ksh
[832]149#-------
150( ${DEBUG_debug} ) && IGCM_debug_Check
151( ${DEBUG_debug} ) && IGCM_card_Check
152( ${DEBUG_debug} ) && IGCM_date_Check
[108]153
154########################################################################
155
156#set -vx
157
[202]158RUN_DIR=${RUN_DIR_PATH}
159IGCM_sys_MkdirWork ${RUN_DIR}
160IGCM_sys_Cd ${RUN_DIR}
[436]161
162# ------------------------------------------------------------------
163# Test if all was right before proceeding further
164# ------------------------------------------------------------------
165IGCM_debug_Verif_Exit_Post
[1112]166
167if [ ${StandAlone} = true ] ; then
168  CARD_DIR=${SUBMIT_DIR}
169else
170  CARD_DIR=${RUN_DIR}
171  IGCM_sys_Get_Master ${SUBMIT_DIR}/config.card ${RUN_DIR_PATH}
172  IGCM_sys_Get_Master ${SUBMIT_DIR}/run.card    ${RUN_DIR_PATH}
173  IGCM_sys_Get_Master ${SUBMIT_DIR}/COMP        ${RUN_DIR_PATH}
174  IGCM_sys_Get_Master ${SUBMIT_DIR}/POST        ${RUN_DIR_PATH}
175fi
176
177#==================================
178# First of all
[202]179#
[1112]180# Read libIGCM compatibility version in config.card
181# Read UserChoices section
182# Read Ensemble section
183# Read Post section
184# Define all netcdf output directories
185#==================================
186IGCM_config_CommonConfiguration ${CARD_DIR}/config.card
187
188# Directory list to work with
[1031]189ListAllRebuildDir=$( IGCM_sys_RshMaster ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${LastPeriodForRebuild} )
[236]190
[108]191for directory in ${ListAllRebuildDir} ; do
[785]192  #
[1031]193  IGCM_sys_Get_Master ${directory} ${RUN_DIR}
[785]194  #
195  IGCM_sys_Cd ${RUN_DIR}/$( basename ${directory} )
[108]196
[785]197  # --------------------------------------------------------------------
198  # Source function include in the REBUILD ksh and rebuild
199  # --------------------------------------------------------------------
200  . ${RUN_DIR}/$( basename ${directory} )/rebuild.ksh
201  IGCM_FlushRebuild
202  #
203  IGCM_sys_Cd ${RUN_DIR}
204  # Clean Up
205  # local clean up
206  IGCM_sys_Rm -rf $( basename ${directory} )
207  # remote clean up
[1031]208  IGCM_sys_RshMaster rm -rf ${directory}
[108]209done
[203]210
[590]211# Clean RUN_DIR_PATH (necessary for cesium and titane only)
[203]212IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH}
[590]213
214date
Note: See TracBrowser for help on using the repository browser.