Changeset 587 for CONFIG/LMDZOR


Ignore:
Timestamp:
03/26/09 16:48:08 (15 years ago)
Author:
jgipsl
Message:
  • Changed to use new corrected AMIP files (SST and SIC).
  • Add clean option for global makefile
  • Some cosmetics
Location:
CONFIG/LMDZOR/branches/LMDZ4OR_v2
Files:
7 edited

Legend:

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

    r322 r587  
    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 ; ) 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v2/AA_make.ldef

    r197 r587  
    11#- $Id$ 
    22#--------------------------------------------------------------------- 
    3 #- Creation des elements relatifs a LMDZ4_V3_1 + ORCHIDEE_1_9_1 : 
    4 #-      LMDZ4_V2_1 (lib, executable : gcm.e) 
     3#- Creation des elements relatifs a LMDZ4_V3_4 + ORCHIDEE_1_9_2 : 
     4#-      LMDZ4_V3_4 (lib, executable : gcm.e) 
    55#-      ORCHIDEE (lib + modules F90) 
    66#-      IOIPSL (lib + modules F90) 
     
    88SHELL = /bin/sh 
    99#--------------------------------------------------------------------- 
    10 LIBDIR = ../../../../lib 
    11 BINDIR = ../../../../bin 
     10LIBDIR = ../../lib 
     11BINDIR = ../../bin 
    1212MODDIR = $(LIBDIR) 
    1313#--------------------------------------------------------------------- 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v2/CREATE/COMP/lmdz.card

    r332 r587  
    1414        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \ 
    1515        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \ 
    16         (${R_INIT}/ATM/${config_UserChoices_TagName}/amipbc_sst_1x1_clim.nc, amipbc_sst_1x1.nc), \ 
    17         (${R_INIT}/ATM/${config_UserChoices_TagName}/amipbc_sic_1x1_clim.nc, amipbc_sic_1x1.nc) 
     16        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ 
     17        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc) 
    1818 
    1919[BoundaryFiles] 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v2/CREATE/COMP/lmdz.card_Interannuel

    r333 r587  
    1010 
    1111[BoundaryFiles] 
    12 List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/Amip6/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \ 
    13         (${R_INIT}/ATM/${config_UserChoices_TagName}/Amip6/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc) 
     12List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \ 
     13        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc) 
    1414 
    1515ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \ 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v2/CREATE/config.card

    r332 r587  
    1111#D-- (<8 chars MAX for JobName) 
    1212JobName= ELC-${RESOL} 
    13 LongName="create_etat0_limit for climatology run' 
     13LongName="create_etat0_limit for climatology run" 
    1414TagName=LMDZ4OR_v2 
    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_v2/CREATE/config.card_Interannuel

    r333 r587  
    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=LMDZ4OR_v2 
    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" 
    20 DateBegin=1956-01-01 
    21 DateEnd=2005-12-30 
     20DateBegin=1870-01-01 
     21DateEnd=2007-12-30 
    2222#============================ 
    2323#D-- 1Y, 1M, 5D, 1D 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v2/LMDZOR/config.card

    r327 r587  
    1111#-- (<8 chars MAX for JobName) 
    1212JobName=LMDZOR01 
    13 LongName="Configuration de LMDZ4OR qui corresponde au version force de IPSLCM4_v2" 
     13LongName="LMDZ4OR configuration corresponding to the coupled configuration IPSLCM4_v2" 
    1414TagName=LMDZ4OR_v2 
    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/LMDZ4OR_v2 
    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 
    87 RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2 
     86RestartJobName= 
     87RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ4OR_v2 
    8888# Old component name for restart (if empty, use new name) 
    8989OldName= 
     
    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 
    100 RestartPath=${ARCHIVE}/IGCM_OUT/LMDz4OR_v2 
     99RestartJobName= 
     100RestartPath=${ARCHIVE}/IGCM_OUT/LMDZ4OR_v2 
    101101#-- Old component name for restart (if empty, use new name) 
    102102OldName= 
Note: See TracChangeset for help on using the changeset viewer.