Ignore:
Timestamp:
01/07/22 11:35:28 (2 years ago)
Author:
acosce
Message:

in IPSLCM5A2CHT configuration :

  • add parameters files need by paleo Experiment
  • Add Addnoise functionality in configuration (see rev[5106] on IPSLCM5A2 configuration)
  • remove .resol file not need
  • add modification in driver for paleo experiment
  • add iom.F90 to allow flexible handling of calendar (see rev[4930] in IPSLCM5A2CHT configuration)
File:
1 edited

Legend:

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

    r6032 r6035  
    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.