Changeset 1665 for LMDZ5/branches/testing/makelmdz_fcm
- Timestamp:
- Oct 9, 2012, 3:35:26 PM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1576-1580,1582,1584,1591-1593,1597-1598,1600,1604-1620,1622-1628
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/makelmdz_fcm
r1551 r1665 27 27 io=ioipsl 28 28 LIBPREFIX="" 29 fcm_path=none30 29 cosp=false 31 30 … … 34 33 LIBFGCM=$LMDGCM/libf 35 34 COSP_PATH=$LMDGCM/.void_dir 35 fcm_path=$LMDGCM/tools/fcm/bin 36 36 37 37 ######################################################################## … … 74 74 [-filtre NOMFILTRE] : prend le filtre dans libf/NOMFILTRE (def: filtrez) 75 75 [-link LINKS] : liens optionels avec d'autres librairies 76 [-fcm_path path] : chemin pour fcm (def: le chemin est suppose deja exister dans le PATH)76 [-fcm_path path] : chemin pour fcm (def: tools/fcm/bin) 77 77 [-ext_src path] : chemin d'un repertoire source avec des sources externe a compiler avec le modele 78 78 -arch nom_arch : nom de l'architecture cible … … 156 156 # mettre le chemin du fcm dans le path 157 157 ############################################################### 158 if [[ "$fcm_path" != "none" ]] 159 then 160 export PATH=${fcm_path}:${PATH} 161 fi 158 export PATH=${fcm_path}:${PATH} 162 159 163 160 echo "Chemin du fcm utlise :" … … 193 190 if [[ "$physique" != "nophys" ]] 194 191 then 195 #Default planet type is Earth 192 #We'll use some physics 193 CPP_KEY="$CPP_KEY CPP_PHYS" 194 if [[ "${physique:0:3}" == "lmd" ]] 195 then 196 #For lmd physics, default planet type is Earth 196 197 CPP_KEY="$CPP_KEY CPP_EARTH" 198 fi 197 199 fi 198 200
Note: See TracChangeset
for help on using the changeset viewer.