Ignore:
Timestamp:
04/05/12 10:43:14 (12 years ago)
Author:
sdipsl
Message:
  • Final tweak with respect to pack flag.
  • On titane switch nco to the nco/3.9.4_netcdf4 version (with ncap2) only when running in mono classes (short term hack waiting better option)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r629 r634  
    9191#==================================================== 
    9292. /home/cont003/p86ipsl/.atlas_env_titane_ksh 
    93  
    94 module switch nco/3.9.4 nco/3.9.4_netcdf4 
     93if [ X${LSB_QUEUE} = Xmono ] ; then 
     94  module switch nco/3.9.4 nco/3.9.4_netcdf4 
     95fi 
    9596 
    9697#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.