Changeset 6458


Ignore:
Timestamp:
05/16/23 11:52:51 (13 months ago)
Author:
jgipsl
Message:

Correction for option -regular_latlon

  • Oups sorry type misstake in previsous commit [6457]. It should be -c OMCT.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6457 r6458  
    435435    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    436436 
    437     echo ./makelmdz_fcm -d ${resol_atm} -c OMT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -j 8 $full_lmdz ce0l    >> $outfile  
    438          ./makelmdz_fcm -d ${resol_atm} -c OMT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     437    echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -j 8 $full_lmdz ce0l    >> $outfile  
     438         ./makelmdz_fcm -d ${resol_atm} -c OMCT -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    439439    # Test if compiling finished 
    440440    if [[ $? != 0 ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.