Changeset 387


Ignore:
Timestamp:
09/16/08 16:31:42 (16 years ago)
Author:
aclsce
Message:
 
Location:
CONFIG/trunk/IPSLCM5
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/trunk/IPSLCM5/EXP00/COMP/nemo.driver

    r385 r387  
    4747 
    4848    ORCA_NSTOCK=$( echo $PAT_NSTOCK | sed "s/[a-z,A-Z,=]//g" ) 
    49     ORCA_RDT=$( egrep 'rdt *=' ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} | sed 's/ *rdt *=//' | sed 's/\. *,//' | grep -v \!) 
     49    ORCA_RDT=$( egrep 'rdt *=' ${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE} | sed 's/ *rdt *=//' | sed 's/\.//' | grep -v \!) 
    5050 
    5151    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
     
    5959function OCE_Update 
    6060{ 
    61 ###    set -vx 
    6261    IGCM_debug_PushStack "OCE_Update" 
    6362 
  • CONFIG/trunk/IPSLCM5/EXP00/COMP/oasis.card

    r375 r387  
    55 
    66[InitialStateFiles] 
    7 List=   (${R_INIT}/CPL/${config_UserChoices_TagName}/${RESOL}/flxat.nc, flxat.nc), \ 
    8         (${R_INIT}/CPL/${config_UserChoices_TagName}/${RESOL}/sstoc.nc, sstoc.nc)  
     7List=   (/dmnfs/cont003/p86caub/flxat_temp.nc, flxat.nc), \ 
     8        (/dmnfs/cont003/p86caub/sstoc_sbc.nc, sstoc.nc)  
    99 
    1010[BoundaryFiles] 
  • CONFIG/trunk/IPSLCM5/EXP00/config.card

    r375 r387  
    1010#============================ 
    1111#-- (<8 chars MAX for JobName) 
    12 JobName=CM5 
     12JobName=CM5PLA 
    1313LongName="SCRIPT_V1" 
    1414TagName=IPSLCM5 
     
    1919#-- "YYYY-MM-DD" 
    2020DateBegin=1860-01-01 
    21 DateEnd=1860-02-30 
     21DateEnd=1869-12-30 
    2222#============================ 
    2323#-- 1Y, 1M, 5D, 1D 
     
    3030#-- Total Number of Processors (minimum is 2 for a coupled configuration) 
    3131#JobNumProcTot=2 
    32 JobNumProcTot=4 
     32JobNumProcTot=20 
    3333#============================ 
    3434#-- Run Options : here for oasis coupling 
  • CONFIG/trunk/IPSLCM5/scripts/BB_make

    r385 r387  
    22# some variables 
    33TMP = ../../../tmp 
     4#-Q- platine # Compiler options NEMO (CCRT Itanium Bull) 
     5#-Q- platine F_O = -O3 -i4 -r8 -module $(MODDIR)/oce -I$(MODDIR) -I$(MODDIR)/oce -I$(NCDF_INC) $(USER_INC) 
     6#-Q- platine L_X = $(L_O) 
    47#-Q- sx8mercure  # Compiler options NEMO (CCRT SX8-NEC)  
    58#-Q- sx8mercure  F_O = -size_t64 -dw -Wf\"-A dbl4\" -sx8 -C vopt -Wf"-P nh" -Wf,-pvctl noassume loopcnt=10000 -L transform -I $(MODDIR) -I $(MODDIR)/oce -I $(NCDF_INC) $(USER_INC) 
  • CONFIG/trunk/IPSLCM5/scripts/BB_make.ldef

    r375 r387  
    2121#- 
    2222#- Prefix for preprocessing --- 
     23#-Q- platine prefix = -Wp,-D 
    2324#-Q- sx8mercure prefix = -D 
    2425#-Q- sx8brodie prefix = -D 
Note: See TracChangeset for help on using the changeset viewer.