Changeset 6945
- Timestamp:
- 10/21/24 12:30:02 (3 months ago)
- Location:
- CONFIG/UNIFORM/v7/IPSLCM7ISO
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7ISO/compile_lmdziso.sh
r6938 r6945 436 436 ln -sf orchidee_ol.${orchversion}_$optmode orchidee_ol_$optmode 437 437 fi 438 438 else 439 echo ; echo No compilation of ORCHIDEE 439 440 fi 440 441 … … 753 754 argiso="" 754 755 argphys="lmd" 756 if [ $comporch != y ] ; then 757 argorch="false" 758 fi 755 759 fi 756 760 … … 803 807 elif [ $compiso == y ] ; then 804 808 mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_iso_${optmode}.e 805 else 809 elif [ $comporch != y ] ; then 810 mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_${optmode}.e 811 else 806 812 mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_${orchversion}_${optmode}.e 807 813 fi -
CONFIG/UNIFORM/v7/IPSLCM7ISO/define_config_iso.sh
r6936 r6945 126 126 compnemo=n compoasis=n compdyna=n compinca=n complmdz=y comporch=n compxios=y 127 127 echo Compilation of regular LMDZISO configuration for grid $resol_atm will be done 128 elif [ $subconfig == LMDZNI ] ; then 129 regular_latlon=y 130 compiso=n 131 compnemo=n compoasis=n compdyna=n compinca=n complmdz=y comporch=n compxios=y 132 echo Compilation of regular LMDZNI configuration for grid $resol_atm will be done 128 133 elif [ $subconfig == ORCHIDEE_OL ] ; then 129 134 # We always suppose ORCHIDEE is extracted. No check needs to be done.
Note: See TracChangeset
for help on using the changeset viewer.