Changeset 4370 for CONFIG


Ignore:
Timestamp:
03/27/19 15:38:02 (5 years ago)
Author:
jgipsl
Message:

Added cosp in the compilation of LMDZ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/compile_icolmdzor.sh

    r4359 r4370  
    147147# Compile LMDZ as library to couple to DYNAMICO 
    148148echo; echo "NOW COMPILE LMDZ FOR COUPLING TO DYNAMICO" 
    149 echo ./makelmdz_fcm -p lmd -rrtm true -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -j 8 $full_flag 
    150 ./makelmdz_fcm -p lmd -rrtm true -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -j 8 $full_flag 
     149echo ./makelmdz_fcm -p lmd -rrtm true -cosp true -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -j 8 $full_flag 
     150./makelmdz_fcm -p lmd -rrtm true -cosp true -$optmode -mem -parallel $parallel -libphy -v orchidee2.1 -io xios -arch $fcm_arch -j 8 $full_flag 
    151151# Test if compiling finished 
    152152if [[ $? != 0 ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.