Ignore:
Timestamp:
Dec 18, 2009, 12:46:20 PM (15 years ago)
Author:
Ehouarn Millour
Message:

Improvement: no need to compile the COSP package if we're not going to use it.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/makelmdz_fcm

    r1279 r1288  
    380380echo "%DYN           $DYN"           >> $config_fcm
    381381echo "%PHYS          phy${physique}" >> $config_fcm
     382if [[ $cosp == "true" ]]
     383then
     384echo "%COSP          cosp"           >> $config_fcm
     385fi
    382386echo "%CPP_KEY       $CPP_KEY"       >> $config_fcm
    383387echo "%EXEC          $code"          >> $config_fcm
Note: See TracChangeset for help on using the changeset viewer.