Changeset 5983


Ignore:
Timestamp:
11/29/21 17:06:58 (2 years ago)
Author:
snguyen
Message:

Added test to keep iphysiq DEFAULT value for paleo experiments

File:
1 edited

Legend:

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

    r2911 r5983  
    279279    ## gcm.def parameters :  
    280280    # Modification of variable iphysiq depending on the physics 
    281     if [ X${LMDZ_Physics} = X"AP" ] ; then 
     281    ISPALEO=${config_UserChoices_ExpType##*/} 
     282     
     283    if [ X${LMDZ_Physics} = X"AP" ] && [ ! ${ISPALEO} = "paleo" ]; then 
    282284        if [ ${RESOL_ATM_3D} = 96x95x39 ]; then 
    283285            value=10 
Note: See TracChangeset for help on using the changeset viewer.