- Timestamp:
- 06/26/09 13:11:28 (15 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/oasis.card
r583 r673 20 20 21 21 [ParametersFiles] 22 List= (${SUBMIT_DIR}/PARAM/namcouple_${RESOL }, namcouple), \22 List= (${SUBMIT_DIR}/PARAM/namcouple_${RESOL_CPL}, namcouple), \ 23 23 (${SUBMIT_DIR}/PARAM/cf_name_table.txt, cf_name_table.txt) 24 24 -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/oasis.driver
r653 r673 6 6 7 7 echo INITIALIZE CPL !!! 8 9 RESOL_CPL=$( echo $RESOL | awk "-Fx" '{print $2}' | awk "-F-" '{print $1}' ) 8 10 9 11 #D- MPI context used to launch the coupled model -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/COMP/orchidee.driver
r653 r673 8 8 IGCM_debug_PushStack "SRF_Initialize" 9 9 10 RESOL_SRF=$( echo $RESOL | awk "-Fx" '{print $2}' )10 RESOL_SRF=$( echo $RESOL | awk "-Fx" '{print $2}' | awk "-F-" '{print $1}' ) 11 11 12 12 ##--Variables used by ORCHIDEE --
Note: See TracChangeset
for help on using the changeset viewer.