Ignore:
Timestamp:
06/07/16 15:21:24 (8 years ago)
Author:
aclsce
Message:

Set up of IPSLCM6.0.4 (see details http://forge.ipsl.jussieu.fr/igcmg/ticket/94)

  • XIOS2 integration :
    • ORCHIDEE compilation (- xios2).
    • NEMO : use of xml separated files (opa, lim3, pisces)
  • Modified cleaning for IOIPSL in AA_make
  • COSP : compilation with cosp by default, use of LMDZ_COSP_OK lmdz.card parameter.
  • POST/monitoring* : some cleaning
  • ORCHIDEE new parameters (see ticket)
  • Updated both pdControl and piControl experiments
File:
1 edited

Legend:

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

    r2859 r2876  
    434434        IGCM_comp_modifyDefFile nonblocker config.def ok_cdnc n  
    435435    fi  
     436 
     437    # config.def : Activate COSP 
     438    if [ ! X${lmdz_UserChoices_LMDZ_COSP_OK} = X ]; then  
     439        IGCM_comp_modifyDefFile nonblocker config.def ok_cosp ${lmdz_UserChoices_LMDZ_COSP_OK} 
     440    else 
     441        IGCM_comp_modifyDefFile nonblocker config.def ok_cosp n  
     442    fi  
     443 
    436444 
    437445    # guide.def : Activate nudging if ok_guide=y set in lmdz.card 
Note: See TracChangeset for help on using the changeset viewer.