Changeset 4431


Ignore:
Timestamp:
05/09/19 12:04:18 (5 years ago)
Author:
jgipsl
Message:

Update config with changes done in IPSLCM6.2

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL
Files:
3 edited

Legend:

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

    r4353 r4431  
    409409    else 
    410410        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 
     411    fi  
     412 
     413    # run.def : Activate the new calving  
     414    if [ ! X${lmdz_UserChoices_cpl_old_calving} = X ]; then  
     415        IGCM_comp_modifyDefFile nonblocker run.def cpl_old_calving ${lmdz_UserChoices_cpl_old_calving} 
     416    else 
     417        IGCM_comp_modifyDefFile nonblocker run.def cpl_old_calving y 
    411418    fi  
    412419 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/iodef.xml

    r3864 r4431  
    3434      <variable id="activate_non_distributed_transformation" type="bool">true</variable> 
    3535      <variable id="recv_field_timeout" type="double">3000.0</variable> 
     36      <variable id="call_oasis_enddef" type="bool">true</variable> 
    3637    </variable_definition> 
    3738 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/run.def

    r4020 r4431  
    5656### Do not call phytrac to speed things up 
    5757iflag_phytrac=_AUTO_: DEFAULT = 0 
     58### cpl_old_calving : use n for DYNAMICO and new coupling weight(MR025) 
     59cpl_old_calving = _AUTO_ 
    5860 
Note: See TracChangeset for help on using the changeset viewer.