Changeset 6192


Ignore:
Timestamp:
07/06/22 19:55:18 (2 years ago)
Author:
aclsce
Message:

Use of ensemble.txt including the first period.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/libIGCM/libIGCM_config/libIGCM_config.ksh

    r6031 r6192  
    14501450   j=0 #un compteur 
    14511451   for i in $(cut -d: -f3 ${SUBMIT_DIR}/ensemble.txt); do 
    1452        if ( ${FirstInitialize} ) ; then 
    1453          noise_teta[$j]=0 
    1454        else 
    1455          noise_teta[$j]=$i 
    1456        fi 
     1452       noise_teta[$j]=$i 
    14571453       j=$j+1 
    14581454   done 
Note: See TracChangeset for help on using the changeset viewer.