Changeset 589 for CONFIG/LMDZOR/branches
- Timestamp:
- 03/26/09 18:42:02 (16 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZ4OR_v3
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZ4OR_v3/AA_make
r473 r589 5 5 if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake LMD9671 ; fi 6 6 7 LMD7245 : libioipsl liborchidee lmdz7245 7 LMD7245 : libioipsl liborchidee lmdz7245 verif 8 8 echo "LMD7245" >.resol 9 9 echo "$(LIB_MPI)" >.libmpi 10 10 11 LMD9671 : libioipsl liborchidee lmdz9671 11 LMD9671 : libioipsl liborchidee lmdz9671 verif 12 12 echo "LMD9671" >.resol 13 13 echo "$(LIB_MPI)" >.libmpi 14 14 15 LMD14496 : libioipsl liborchidee lmdz14496 15 LMD14496 : libioipsl liborchidee lmdz14496 verif 16 16 echo "LMD14496" >.resol 17 17 echo "$(LIB_MPI)" >.libmpi 18 18 19 LMD144142 : libioipsl liborchidee lmdz144142 19 LMD144142 : libioipsl liborchidee lmdz144142 verif 20 20 echo "LMD144142" >.resol 21 21 echo "$(LIB_MPI)" >.libmpi … … 57 57 ls -l ../../bin 58 58 59 clean : 60 (rm -rf $(LIBDIR)/* ; rm -f $(BINDIR)/* ; rm -rf ../../modeles/LMDZ4/libo/* ../../modeles/LMDZ4/.lock ; rm -fr .resol .libmpi ; ) 61 -
CONFIG/LMDZOR/branches/LMDZ4OR_v3/AA_make.ldef
r197 r589 8 8 SHELL = /bin/sh 9 9 #--------------------------------------------------------------------- 10 LIBDIR = ../../ ../../lib11 BINDIR = ../../ ../../bin10 LIBDIR = ../../lib 11 BINDIR = ../../bin 12 12 MODDIR = $(LIBDIR) 13 13 #--------------------------------------------------------------------- -
CONFIG/LMDZOR/branches/LMDZ4OR_v3/CREATE/config.card
r473 r589 10 10 #============================ 11 11 #D-- (<8 chars MAX for JobName) 12 JobName= ELC- ${RESOL}13 LongName="create_etat0_limit for climatology run '12 JobName= ELC-LMD9671 13 LongName="create_etat0_limit for climatology run" 14 14 TagName=LMDZOR 15 15 #============================ 16 16 #D-- leap, noleap, 360d 17 17 CalendarType=360d 18 #D-- Début et fin de Job18 #D-- Begin and end of job 19 19 #D-- "YYYY-MM-DD" 20 20 DateBegin=1979-01-01 -
CONFIG/LMDZOR/branches/LMDZ4OR_v3/CREATE/config.card_Interannuel
r473 r589 11 11 #D-- (<8 chars MAX for JobName) 12 12 JobName=ELI-${RESOL} 13 LongName= 'create_etat0_limit for interannuel run'13 LongName="create_etat0_limit for interannuel run" 14 14 TagName=LMDZOR 15 15 #============================ 16 16 #D-- leap, noleap, 360d 17 17 CalendarType=360d 18 #D-- Début et fin de Job18 #D-- Begin and end of job 19 19 #D-- "YYYY-MM-DD" 20 20 DateBegin=1870-01-01 -
CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/config.card
r473 r589 11 11 #-- (<8 chars MAX for JobName) 12 12 JobName=LMDZOR01 13 LongName=" Configuration de LMDZ4OR qui utilise le trunk deLMDZ4"13 LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4" 14 14 TagName=LMDZOR 15 15 #============================ 16 16 #-- leap, noleap, 360d 17 17 CalendarType=360d 18 #-- Début et fin de Job18 #-- Begin and end of job 19 19 #-- "YYYY-MM-DD" 20 20 DateBegin=1980-01-01 … … 54 54 OverRule=n 55 55 #D- Last day of the experience used as restart 56 RestartDate= 1869-12-3056 RestartDate= 57 57 #D- Define restart simulation name 58 RestartJobName= CD158 RestartJobName= 59 59 #D- Path Server Group Login 60 RestartPath=${ARCHIVE}/IGCM_OUT/LMD z4OR_v260 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR 61 61 # Attention login depend de la machine 62 62 … … 82 82 Restart= n 83 83 # Last day of the experience used as restart 84 RestartDate= 1999-12-3084 RestartDate= 85 85 # Define restart simulation name 86 RestartJobName= 2L1886 RestartJobName= 87 87 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR 88 88 # Old component name for restart (if empty, use new name) … … 95 95 Restart=n 96 96 ##-- Last day of the experience used as restart 97 RestartDate= 1999-12-3097 RestartDate= 98 98 # Define restart simulation name 99 RestartJobName= 2L1899 RestartJobName= 100 100 RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR 101 101 #-- Old component name for restart (if empty, use new name)
Note: See TracChangeset
for help on using the changeset viewer.