Ignore:
Timestamp:
05/09/19 11:32:26 (5 years ago)
Author:
jgipsl
Message:

Added cpl_old_calving in run.def and lmdz.card and driver. Default as before, old calving method.

CE,JG

File:
1 edited

Legend:

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

    r4297 r4429  
    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 
Note: See TracChangeset for help on using the changeset viewer.