Changeset 300 for codes


Ignore:
Timestamp:
12/11/14 17:04:04 (9 years ago)
Author:
ymipsl
Message:

modified makelmdz_fcm to take into acount arch.env file
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/makelmdz_fcm

    r264 r300  
    4848# Path to fcm utility: 
    4949##fcm_path=$LMDGCM/tools/fcm/bin 
    50 fcm_path=$(dirname $(which fcm)) 
     50##fcm_path=$(dirname $(which fcm)) 
     51fcm_path=/home/millour/FCM_V1.2/bin 
    5152 
    5253######################################################################## 
     
    219220ln -s arch/arch-${arch}.path ./arch.path 
    220221ln -s arch/arch-${arch}.env ./arch.env 
     222source arch.env 
    221223source arch.path 
    222 source arch.env 
    223224 
    224225######################################################################## 
     
    376377LIB="$LIB ${NETCDF_LIBDIR}" 
    377378 
     379 
    378380######################################################################## 
    379381# calcul du nombre de dimensions 
Note: See TracChangeset for help on using the changeset viewer.