Changeset 335 for trunk/libIGCM


Ignore:
Timestamp:
08/16/10 11:56:22 (14 years ago)
Author:
mmaipsl
Message:

Maf : Add a check on SRE Lengths to prevent computations with a bad submition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r314 r335  
    314314    #D- 
    315315    # ------------------------------------------------------------------ 
     316    #D- BEGIN COMPUTATION ONLY IF NEEDED 
     317    # ------------------------------------------------------------------ 
     318    if [ ${SimulationLengthInDays} -gt ${ExperienceLengthInDays} ] ; then 
     319        break ; 
     320    fi  
     321    
     322    #D- 
     323    # ------------------------------------------------------------------ 
    316324    #D- Optionnal function in driver  
    317325    #D- to set special variables used in forward lists (Param, Init or Bc). 
Note: See TracChangeset for help on using the changeset viewer.