Changeset 1807 for modipsl


Ignore:
Timestamp:
07/13/12 17:33:51 (12 years ago)
Author:
jgipsl
Message:

Not need to source libIGCM_ensemble.ksh if not x_e=true. This protection is needed only if using old libIGCM version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/branches/newconfig/util/ins_job

    r1806 r1807  
    100100. ${libIGCM}/libIGCM_date/libIGCM_date.ksh 
    101101. ${libIGCM}/libIGCM_sys/libIGCM_sys.ksh 
    102 . ${libIGCM}/libIGCM_ensemble/libIGCM_ensemble.ksh 
     102if [ $x_e = 'true' ] ; then 
     103  . ${libIGCM}/libIGCM_ensemble/libIGCM_ensemble.ksh 
     104fi 
    103105#- 
    104106# Define the pattern string to substitute 
Note: See TracChangeset for help on using the changeset viewer.