Changeset 589


Ignore:
Timestamp:
03/26/09 18:42:02 (15 years ago)
Author:
jgipsl
Message:
  • Add clean option for global makefile
  • Some cosmetics
Location:
CONFIG/LMDZOR/branches/LMDZ4OR_v3
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/AA_make

    r473 r589  
    55        if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake LMD9671 ; fi 
    66 
    7 LMD7245 : libioipsl liborchidee lmdz7245 
     7LMD7245 : libioipsl liborchidee lmdz7245 verif 
    88        echo "LMD7245" >.resol 
    99        echo "$(LIB_MPI)" >.libmpi 
    1010 
    11 LMD9671 : libioipsl liborchidee lmdz9671 
     11LMD9671 : libioipsl liborchidee lmdz9671 verif 
    1212        echo "LMD9671" >.resol 
    1313        echo "$(LIB_MPI)" >.libmpi 
    1414 
    15 LMD14496 : libioipsl liborchidee lmdz14496 
     15LMD14496 : libioipsl liborchidee lmdz14496 verif 
    1616        echo "LMD14496" >.resol 
    1717        echo "$(LIB_MPI)" >.libmpi 
    1818 
    19 LMD144142 : libioipsl liborchidee lmdz144142 
     19LMD144142 : libioipsl liborchidee lmdz144142 verif 
    2020        echo "LMD144142" >.resol 
    2121        echo "$(LIB_MPI)" >.libmpi 
     
    5757        ls -l ../../bin 
    5858 
     59clean : 
     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  
    88SHELL = /bin/sh 
    99#--------------------------------------------------------------------- 
    10 LIBDIR = ../../../../lib 
    11 BINDIR = ../../../../bin 
     10LIBDIR = ../../lib 
     11BINDIR = ../../bin 
    1212MODDIR = $(LIBDIR) 
    1313#--------------------------------------------------------------------- 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/CREATE/config.card

    r473 r589  
    1010#============================ 
    1111#D-- (<8 chars MAX for JobName) 
    12 JobName= ELC-${RESOL} 
    13 LongName="create_etat0_limit for climatology run' 
     12JobName= ELC-LMD9671 
     13LongName="create_etat0_limit for climatology run" 
    1414TagName=LMDZOR 
    1515#============================ 
    1616#D-- leap, noleap, 360d 
    1717CalendarType=360d 
    18 #D-- Début et fin de Job 
     18#D-- Begin and end of job  
    1919#D-- "YYYY-MM-DD" 
    2020DateBegin=1979-01-01 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/CREATE/config.card_Interannuel

    r473 r589  
    1111#D-- (<8 chars MAX for JobName) 
    1212JobName=ELI-${RESOL} 
    13 LongName='create_etat0_limit for interannuel run' 
     13LongName="create_etat0_limit for interannuel run" 
    1414TagName=LMDZOR 
    1515#============================ 
    1616#D-- leap, noleap, 360d 
    1717CalendarType=360d 
    18 #D-- Début et fin de Job 
     18#D-- Begin and end of job  
    1919#D-- "YYYY-MM-DD" 
    2020DateBegin=1870-01-01 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/config.card

    r473 r589  
    1111#-- (<8 chars MAX for JobName) 
    1212JobName=LMDZOR01 
    13 LongName="Configuration de LMDZ4OR qui utilise le trunk de LMDZ4" 
     13LongName="LMDZ4OR configuration using the SVN trunk of LMDZ4" 
    1414TagName=LMDZOR 
    1515#============================ 
    1616#-- leap, noleap, 360d 
    1717CalendarType=360d 
    18 #-- Début et fin de Job 
     18#-- Begin and end of job  
    1919#-- "YYYY-MM-DD" 
    2020DateBegin=1980-01-01 
     
    5454OverRule=n 
    5555#D- Last day of the experience used as restart 
    56 RestartDate=1869-12-30 
     56RestartDate= 
    5757#D- Define restart simulation name 
    58 RestartJobName=CD1 
     58RestartJobName= 
    5959#D- Path Server Group Login 
    60 RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2 
     60RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR 
    6161# Attention login depend de la machine 
    6262 
     
    8282Restart= n 
    8383# Last day of the experience used as restart 
    84 RestartDate=1999-12-30 
     84RestartDate= 
    8585# Define restart simulation name 
    86 RestartJobName=2L18 
     86RestartJobName= 
    8787RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR 
    8888# Old component name for restart (if empty, use new name) 
     
    9595Restart=n 
    9696##-- Last day of the experience used as restart 
    97 RestartDate=1999-12-30 
     97RestartDate= 
    9898# Define restart simulation name 
    99 RestartJobName=2L18 
     99RestartJobName= 
    100100RestartPath=${ARCHIVE}/IGCM_OUT/LMDZOR 
    101101#-- Old component name for restart (if empty, use new name) 
Note: See TracChangeset for help on using the changeset viewer.