Ignore:
Timestamp:
05/28/08 16:39:26 (17 years ago)
Author:
jgipsl
Message:
  • Adapted to changes in CREATE job
  • Added lmdz.card_Interannuel for interannuel run (before as comments in lmdz.card)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.