Ignore:
Timestamp:
02/17/14 17:42:22 (10 years ago)
Author:
aclsce
Message:

Modifed to launch IPSLCM6 with :

  • restart from IPSLCM5* simulation for pisces
  • restart from IPSLCM5* simulation (or no restart) for oasis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/pisces.driver

    r2198 r2206  
    5656 
    5757        PISCES_LRIVER=.TRUE. 
     58 
     59        # If we start from IPSLCM5* restart files. 
     60        for file in restart_trc*.nc ; do 
     61            ncrename -v TRBDSi,TRBGSi -v TRNDSi,TRNGSi -v TRNBSi,TRNDSi -v TRBBSi,TRBDSi ${file} > /dev/null 2>&1 
     62        done 
    5863 
    5964    else 
Note: See TracChangeset for help on using the changeset viewer.