- Timestamp:
- 09/10/09 08:54:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXPBIOS/COMP/stomate.driver
r731 r733 69 69 IGCM_debug_PushStack "BIOS_Finalize" 70 70 71 #if [ $( IGCM_date_DaysBetweenGregorianDate ${PeriodDateEnd} ${year}1230 ) -ge 0 ] ; then72 #IGCM_sys_Put_Out stomate_Cforcing.nc ${R_OUT_BIOS_R}/${config_UserChoices_JobName}_${PeriodDateEnd}_stomate_Cforcing.nc73 #IGCM_sys_Put_Out stomate_forcing.nc ${R_OUT_BIOS_R}/${config_UserChoices_JobName}_${PeriodDateEnd}_stomate_forcing.nc71 if [ $( IGCM_date_DaysBetweenGregorianDate ${PeriodDateEnd} ${year}1230 ) -ge 0 ] ; then 72 IGCM_sys_Put_Out stomate_Cforcing.nc ${R_OUT_BIOS_R}/${config_UserChoices_JobName}_${PeriodDateEnd}_stomate_Cforcing.nc 73 IGCM_sys_Put_Out stomate_forcing.nc ${R_OUT_BIOS_R}/${config_UserChoices_JobName}_${PeriodDateEnd}_stomate_forcing.nc 74 74 # rm -f stomate_Cforcing.nc 75 75 # rm -f stomate_forcing.nc 76 #fi76 fi 77 77 78 78 IGCM_debug_PopStack "BIOS_Finalize"
Note: See TracChangeset
for help on using the changeset viewer.