Changeset 4129 for dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
- Timestamp:
- Feb 8, 2019, 2:43:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
r4120 r4129 33 33 [-h] : help 34 34 [-prod / -dev / -debug] : compilation en mode production (default) / developpement / debug . 35 [-nodeps] : do not build dependencies (XIOS, IOIPSL, LMDZ 5, ICOSAGCM)35 [-nodeps] : do not build dependencies (XIOS, IOIPSL, LMDZ, DYNAMICO must be compiled already) 36 36 -arch nom_arch : nom de l\'architecture cible 37 37 -p phys : physics package (e.g. std , venus , ...) … … 215 215 fi 216 216 217 cd ../LMDZ 5217 cd ../LMDZ 218 218 lmdz_veget="false" 219 219 if [[ "$with_orchidee_defined" == "TRUE" ]] … … 224 224 cd - 225 225 226 cd ../ ICOSAGCM226 cd ../DYNAMICO 227 227 ./make_icosa -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1 228 228 cd -
Note: See TracChangeset
for help on using the changeset viewer.