Ignore:
Timestamp:
12/08/21 16:03:39 (2 years ago)
Author:
snguyen
Message:

corrected a bug in lmdz.driver at ISPALEO test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/DRIVER/lmdz.driver

    r5983 r6011  
    281281    ISPALEO=${config_UserChoices_ExpType##*/} 
    282282     
    283     if [ X${LMDZ_Physics} = X"AP" ] && [ ! ${ISPALEO} = "paleo" ]; then 
     283    if [ X${LMDZ_Physics} = X"AP" ] && [ ${ISPALEO} != "paleo" ]; then 
    284284        if [ ${RESOL_ATM_3D} = 96x95x39 ]; then 
    285285            value=10 
Note: See TracChangeset for help on using the changeset viewer.