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/orchidee.driver

    r6032 r6035  
    5555    # Activate creation of river description file only for the first period 
    5656    if [ ${CumulPeriod} -eq 1 ] ; then 
    57         IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_DESC y 
     57        ISPALEO=${config_UserChoices_ExpType##*/} 
     58        if [ "${ISPALEO}" = "paleo" ] ; then # change to y if needed for paleo 
     59            IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_DESC n 
     60        else 
     61            IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_DESC y 
     62        fi 
    5863    else 
    5964        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_DESC n 
Note: See TracChangeset for help on using the changeset viewer.