Changeset 334


Ignore:
Timestamp:
05/28/08 16:39:26 (16 years ago)
Author:
jgipsl
Message:
  • Adapted to changes in CREATE job
  • Added lmdz.card_Interannuel for interannuel run (before as comments in lmdz.card)
Location:
CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/lmdz.card

    r326 r334  
    77# You can choose here the name of create_etat0 you want to use 
    88# If noting is defined here, the job will get the JobName in the file  ../CREATE/config.card 
    9 CREATE=ETAT0 
     9CREATE=ELC-${RESOL_ATM} 
     10 
    1011# Par default, adjust=n in run.def 
    1112LMDZ_adjust = n 
    1213 
    1314[InitialStateFiles] 
    14 # start and startphy are the clim files computed with CREATE (create_etat0_limit) job 
    15 # CLIM version 
    16 List=   (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_start.nc, start.nc) \ 
    17         (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_startphy.nc, startphy.nc)  
    18 # AMIP files : replace this list by  
    19 #List=  (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_start.nc, start.nc) \ 
    20 #       (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_startphy.nc, startphy.nc)  
     15List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_start.nc,    start.nc) \ 
     16      (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Restart/${CREATE}_clim_startphy.nc, startphy.nc)  
    2117 
    2218[BoundaryFiles] 
    23 List=   ()  
    24 # AMIP files : list is : 
    25 # List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_limit.nc, limit.nc) 
    26  
    27 # The first one is the limit.nc computed with CREATE job 
    28 # CLIM version 
    29 ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_19791230_limit.nc, limit.nc)  
     19List= ()  
     20ListNonDel= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Output/Boundary/${CREATE}_clim_limit.nc, limit.nc)  
    3021 
    3122# With sulfates : 
  • CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/lmdz.driver

    r326 r334  
    66{ 
    77    IGCM_debug_PushStack "ATM_Initialize" 
     8 
     9    RESOL_ATM=${RESOL} 
     10    case ${RESOL_ATM} in 
     11        LMD7245)   BandsResol=72x45x19   ;; 
     12        LMD9671)   BandsResol=96x71x19   ;; 
     13        LMD14496)  BandsResol=144x96x19  ;; 
     14        LMD144142) BandsResol=144x142x19 ;; 
     15    esac 
    816 
    917    ##- Create_etat0_limit version 
     
    1826    fi 
    1927  
    20     RESOL_ATM=${RESOL} 
    21     case ${RESOL_ATM} in 
    22         LMD7245)   BandsResol=72x45x19   ;; 
    23         LMD9671)   BandsResol=96x71x19   ;; 
    24         LMD14496)  BandsResol=144x96x19  ;; 
    25         LMD144142) BandsResol=144x142x19 ;; 
    26     esac 
    27  
    2828    ##--Frequency purpose .... 
    2929    ##--  Initialisation  .... 
     
    7979    IGCM_debug_PushStack "ATM_Update" 
    8080 
    81 # Another solution to make start.nc/startphy.nc/limit.nc for a CLIM run : 
    82 # if ( ${FirstInitialize} ) ; then 
    83 # 
    84 #    if ( [ "${config_Restarts_OverRule}" = "n" ] && [ "${config_ATM_Restart}" = "n" ] ); then 
    85 #       if [ ${DRYRUN} -le 2 ] ; then 
    86 #            IGCM_sys_Cp ${R_EXE}/create_etat0_limit.e ${RUN_DIR}/. 
    87 #          if [ ${DRYRUN} -le 1 ] ; then 
    88 #            ./create_etat0_limit.e 
    89 #          fi 
    90 #       else 
    91 #          echo "EXECUTION of ./create_etat0_limit.e simulated" 
    92 #          echo "EXECUTION of ./create_etat0_limit.e simulated for DRYRUN = " $DRYRUN >> stack 
    93 #       fi 
    94 #    fi 
    95 # 
    96 # fi  
    97  
    9881    ecritphy=${PeriodLengthInDays} 
    9982 
Note: See TracChangeset for help on using the changeset viewer.