Ignore:
Timestamp:
02/16/16 16:11:51 (9 years ago)
Author:
acosce
Message:

Add flag to manage new sedimentation in INCA : multilayer_sedim

Location:
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver

    r2705 r2724  
    9797    fi 
    9898     
     99 
     100    #inca.def : choose sedimentation schema  
     101    if [ ! X${inca_UserChoices_multilayer_sedim} = X ]; then  
     102        IGCM_comp_modifyDefFile nonblocker inca.def multilayer_sediment ${inca_UserChoices_multilayer_sedim} 
     103    else 
     104        IGCM_comp_modifyDefFile nonblocker inca.def multilayer_sediment y 
     105    fi 
     106 
    99107    #inca.def : choose output library  
    100108    if [  X${inca_UserChoices_XIOS} = Xy ] ; then 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def

    r2712 r2724  
    1616#threshold 10m wind parameter 
    1717tref=0.85 
     18multilayer_sediment=_AUTO_ 
     19 
Note: See TracChangeset for help on using the changeset viewer.