Ignore:
Timestamp:
03/01/22 17:05:18 (2 years ago)
Author:
jgipsl
Message:

Homogenisation of all common files in DRIVER in config : LMDZOR_v6.4 LMDZOR_v6.3 LMDZOR_v6.2 IPSLCM6.2 IPSLCM6.3

Also small clean in orchidee.card.

No changes should change the experiments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/pisces.driver

    r5555 r6076  
    8585    IGCM_comp_modifyNamelist force  namelist_pisces_cfg atcco2 ${LMDZ_CO2} 
    8686 
    87     if [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then 
     87    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
    8888        ##-- N2O forcing : update atcn2o value in namelist_pisces_cfg with the same one used in LMDZ 
    8989        IGCM_debug_Print 1 "Take same N2O as for LMDZ, in parameter file config.def." 
     
    115115    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y_pis output_level ${pisces_UserChoices_OutputLevel} 
    116116 
    117     if [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then 
     117    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
    118118      # Output file with PISCES gas variables 
    119119      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file41 enabled .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.