Changeset 184


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

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r178 r184  
    275275                # If we are not a Chunck type task, skip files/variables handled  by chunck task 
    276276                # 
    277                 if [ ! X${TsTask} = XChunck${Dimension} ] ; then 
     277                if ( [ ! X${TsTask} = XChunck${Dimension} ] && [ ! X${TsTask} = X ] && [ ! XChunck${Dimension} = XChunck] ) ; then 
    278278                    IGCM_card_DefineVariableFromOption ${card} Post_${FILE} ChunckJob${Dimension} 
    279279                    if [ ! $( eval echo \${${compname}_Post_${FILE}_ChunckJob${Dimension}} ) = NONE ] ; then 
  • 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.