Changeset 6945


Ignore:
Timestamp:
10/21/24 12:30:02 (3 months ago)
Author:
snguyen
Message:

add subconfig LMDZNI for bucket LMDZ without ISO

Location:
CONFIG/UNIFORM/v7/IPSLCM7ISO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7ISO/compile_lmdziso.sh

    r6938 r6945  
    436436    ln -sf orchidee_ol.${orchversion}_$optmode orchidee_ol_$optmode 
    437437fi 
    438  
     438else 
     439  echo ; echo No compilation of ORCHIDEE 
    439440fi 
    440441 
     
    753754    argiso="" 
    754755    argphys="lmd" 
     756    if [ $comporch != y ] ; then 
     757      argorch="false" 
     758    fi 
    755759    fi 
    756760 
     
    803807        elif [ $compiso == y ] ; then 
    804808        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 
    806812            mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_${orchversion}_${optmode}.e 
    807813        fi 
  • CONFIG/UNIFORM/v7/IPSLCM7ISO/define_config_iso.sh

    r6936 r6945  
    126126    compnemo=n compoasis=n compdyna=n compinca=n complmdz=y comporch=n compxios=y 
    127127    echo Compilation of regular LMDZISO configuration for grid $resol_atm will be done 
     128elif [ $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 
    128133elif [ $subconfig == ORCHIDEE_OL ] ; then 
    129134    # We always suppose ORCHIDEE is extracted. No check needs to be done. 
Note: See TracChangeset for help on using the changeset viewer.