Changeset 3906 for dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
- Timestamp:
- Feb 4, 2016, 6:56:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
r3864 r3906 13 13 full_defined="FALSE" 14 14 with_xios_defined="FALSE" 15 with_orchidee_defined="FALSE" 15 16 arch_defined="FALSE" 16 17 parallel_defined="FALSE" … … 59 60 "-with_xios") 60 61 with_xios_defined="TRUE" ; shift ;; 62 63 "-with_orchidee") 64 with_orchidee_defined="TRUE" ; shift ;; 61 65 62 66 *) … … 124 128 fi 125 129 130 if [[ "$with_orchidee_defined" == "TRUE" ]] 131 then 132 ICOSA_LIB="$ICOSA_LIB $ORCHIDEE_LIBDIR $ORCHIDEE_LIB" 133 fi 126 134 127 135 if [[ "$with_xios_defined" == "TRUE" ]] … … 154 162 fi 155 163 164 if [[ "$with_orchidee_defined" == "TRUE" ]] 165 then 166 cd ../ORCHIDEE 167 makeorchidee_fcm -$compil_mode -parallel $parallel -xios2 -arch $arch -j $job $full_flag 168 fi 169 cd - 170 156 171 cd ../LMDZ5 157 makelmdz_fcm toto -$compil_mode -mem -parallel $parallel -nodyn -io xios -arch $arch -j $job $full_flag 172 lmdz_veget="false" 173 if [[ "$with_orchidee_defined" == "TRUE" ]] 174 then 175 lmdz_veget="orchidee2.0" 176 fi 177 makelmdz_fcm toto -$compil_mode -mem -parallel $parallel -nodyn -io xios -v $lmdz_veget -arch $arch -j $job $full_flag 158 178 159 179 cd -
Note: See TracChangeset
for help on using the changeset viewer.