Changeset 2206


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
Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER
Files:
2 edited

Legend:

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

    r2198 r2206  
    7171        namcouple > namcouple.tmp 
    7272    IGCM_sys_Mv namcouple.tmp namcouple 
     73    # For IPSLCM6 and use of OASIS-MCT 
     74    if [ ${CumulPeriod} -eq 1 ]; then 
     75        ncrename -v OIceFrac,OIceFrc sstoc.nc > /dev/null 2>&1 
     76    fi 
    7377 
    7478    IGCM_debug_PopStack "CPL_Update" 
  • 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.