Ignore:
Timestamp:
04/12/10 15:56:29 (15 years ago)
Author:
cetlod
Message:

Cleaning of card and driver for NEMO-TOP

  • deleting useless *.noiomput card and driver
  • simplification of pisces.driver and opa9.driver
  • update pisces.card to store new diag file ( *dbio_T.nc)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v3/EXP00/COMP/pisces.driver

    r925 r972  
    1616    ##--Variables used by MBG -- 
    1717 
    18     # lrsttr    boolean term for tracer model restart (true or false) 
     18    # ln_rsttr  boolean term for tracer model restart (true or false) 
    1919    # nrsttr    control of the time step (0, 1 or 2) 
    2020     
     
    3232{ 
    3333    IGCM_debug_PushStack "MBG_Update" 
    34  
    35     ##--Write Frequency Purpose 
    36     Nbfreq=$( echo ${config_MBG_WriteFrequency} | wc -w ) 
    37     typeset -Z1 i=1 
    38     while [ $i -le ${Nbfreq} ]; do 
    39        topfrequency=$( echo ${config_MBG_WriteFrequency} | awk -v var="$i" "-F " '{print $var}' ) 
    40        topfactor=$( echo ${topfrequency} | sed -e "s/[yYmMdD]//" ) 
    41        case ${topfrequency} in 
    42          *Y|*y) 
    43             eval PREFIX_WFT${i}=${config_UserChoices_JobName}_${topfactor}y_${DatesPeriod} ; 
    44             eval R_OUT_MBG_WFT${i}=${R_OUT_MBG_O_Y} ; 
    45             eval WFT${i}=${topfactor}Y ;; 
    46          *M|*m) 
    47             eval PREFIX_WFT${i}=${config_UserChoices_JobName}_${topfactor}m_${DatesPeriod} ; 
    48             eval R_OUT_MBG_WFT${i}=${R_OUT_MBG_O_M} ; 
    49             eval WFT${i}=${topfactor}M ;; 
    50          *D|*d) 
    51             eval PREFIX_WFT${i}=${config_UserChoices_JobName}_${topfactor}d_${DatesPeriod} ; 
    52             eval R_OUT_MBG_WFT${i}=${R_OUT_MBG_O_D} ; 
    53             eval WFT${i}=${topfactor}D ;; 
    54          *) 
    55       esac 
    56        let i=$i+1 
    57     done 
    5834 
    5935    ##-- Restart configuration 
     
    8460    fi 
    8561 
    86 # on force les sorties PISCES comme les sorties OPA 
     62    ##-- Update namelist_top and namelist_pisces  
    8763 
    8864    sed -e "s%${PAT_TOP_LRSTTR}%          ln_rsttr=${TOP_LRSTTR}%"                   \ 
Note: See TracChangeset for help on using the changeset viewer.