Changeset 387 for CONFIG/trunk
- Timestamp:
- 09/16/08 16:31:42 (16 years ago)
- Location:
- CONFIG/trunk/IPSLCM5
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/IPSLCM5/EXP00/COMP/nemo.driver
r385 r387 47 47 48 48 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 \!) 50 50 51 51 # Period Length In Days between DateBegin and first day of calendar 0001 01 01 … … 59 59 function OCE_Update 60 60 { 61 ### set -vx62 61 IGCM_debug_PushStack "OCE_Update" 63 62 -
CONFIG/trunk/IPSLCM5/EXP00/COMP/oasis.card
r375 r387 5 5 6 6 [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)7 List= (/dmnfs/cont003/p86caub/flxat_temp.nc, flxat.nc), \ 8 (/dmnfs/cont003/p86caub/sstoc_sbc.nc, sstoc.nc) 9 9 10 10 [BoundaryFiles] -
CONFIG/trunk/IPSLCM5/EXP00/config.card
r375 r387 10 10 #============================ 11 11 #-- (<8 chars MAX for JobName) 12 JobName=CM5 12 JobName=CM5PLA 13 13 LongName="SCRIPT_V1" 14 14 TagName=IPSLCM5 … … 19 19 #-- "YYYY-MM-DD" 20 20 DateBegin=1860-01-01 21 DateEnd=186 0-02-3021 DateEnd=1869-12-30 22 22 #============================ 23 23 #-- 1Y, 1M, 5D, 1D … … 30 30 #-- Total Number of Processors (minimum is 2 for a coupled configuration) 31 31 #JobNumProcTot=2 32 JobNumProcTot= 432 JobNumProcTot=20 33 33 #============================ 34 34 #-- Run Options : here for oasis coupling -
CONFIG/trunk/IPSLCM5/scripts/BB_make
r385 r387 2 2 # some variables 3 3 TMP = ../../../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) 4 7 #-Q- sx8mercure # Compiler options NEMO (CCRT SX8-NEC) 5 8 #-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 21 21 #- 22 22 #- Prefix for preprocessing --- 23 #-Q- platine prefix = -Wp,-D 23 24 #-Q- sx8mercure prefix = -D 24 25 #-Q- sx8brodie prefix = -D
Note: See TracChangeset
for help on using the changeset viewer.