Ignore:
Timestamp:
10/15/09 11:09:44 (15 years ago)
Author:
sdipsl
Message:

Bugfix with backward compatibility of create_ts (2D,3D,Chunck). It worked but a shell error without any affect was printed. (MAF,MM)
Some adjustment with cesium libIGCM_sys

File:
1 edited

Legend:

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

    r173 r184  
    8787# Source and load what we need 
    8888#==================================================== 
    89 . /etc/bashrc 
    90  
    91 #==================================================== 
    92 # modules to use 
    93 #==================================================== 
    94 module use /applications/modules/compilers 
    95 module use /applications/modules/libraries 
    96 module use /applications/modules/mpi 
    97 module use /applications/modules/development 
    98 module use /applications/modules/softwares 
    99  
    100 #==================================================== 
    101 # default modules 
    102 #==================================================== 
    103 module load openmpi/default 
    104 module load intel/default 
    105 module load mkl/default 
     89. /etc/profile 
    10690 
    10791#==================================================== 
     
    125109# CDO netCDF3 
    126110#------------------------------------------------------ 
    127 module load hdf5/1.8.2 
    128111module load cdo/1.3.2 
    129112 
Note: See TracChangeset for help on using the changeset viewer.