Changeset 5187
- Timestamp:
- Sep 13, 2024, 12:31:03 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install_amaury/install_lmdz.sh
r5180 r5187 306 306 307 307 # (Temporary) STOP if trying to use Isotopes with XIOS : 308 # TODO Amaury: check if still relevant309 308 if [[ $isotopes = 1 && $with_xios = 1 ]]; then 310 309 echo "STOP: Isotopes cannont yet be run with XIOS"; exit 1 … … 314 313 echo "STOP: For the time being, <aerosols=spla> requires <rad=rrtm>"; exit 1 315 314 fi 316 # TODO: vérifier quelles contraintes sont des contraintes lmdzsetup, et lesquelles sont des vraies contraintes317 315 } 318 316
Note: See TracChangeset
for help on using the changeset viewer.