Changeset 4249 for dynamico_lmdz
- Timestamp:
- Oct 30, 2020, 11:40:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
r4130 r4249 16 16 with_xios_defined="TRUE" 17 17 with_orchidee_defined="FALSE" 18 with_oasis_defined="FALSE" 18 19 arch_defined="FALSE" 19 20 parallel_defined="FALSE" … … 84 85 with_orchidee_defined="TRUE" ; shift ;; 85 86 87 "-with_oasis") 88 with_oasis_defined="TRUE" ; shift ;; 89 90 86 91 *) 87 92 code="$1" ; shift ;; … … 171 176 fi 172 177 178 if [[ "$with_oasis_defined" == "TRUE" ]] 179 then 180 ICOSA_LIB="$ICOSA_LIB $OASIS_LIBDIR $OASIS_LIB" 181 fi 182 183 173 184 if [[ "$with_xios_defined" == "TRUE" ]] 174 185 then
Note: See TracChangeset
for help on using the changeset viewer.