Changeset 1779 for CONFIG/UNIFORM/v5


Ignore:
Timestamp:
06/15/12 17:44:14 (12 years ago)
Author:
jgipsl
Message:

Modification to be able to run LMDZ4 with the same run.def as LMDZ5. In LMDZ4 config_inca=none is needed when running without inca. In LMDZ5, type_trac=lmdz is sufficient.
NB! LMDZ4 is not possible to use with INCA or REPROBUS.

Location:
CONFIG/UNIFORM/v5
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/DRIVER/lmdz.driver

    r1778 r1779  
    382382        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    383383        LMDZ_sed run.def type_trac repr 
     384        LMDZ_sed run.def config_inca none 
    384385    else 
    385386        echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    386387        LMDZ_sed run.def type_trac lmdz 
     388        LMDZ_sed run.def config_inca none 
    387389    fi 
    388390 
  • CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/DRIVER/lmdz.driver

    r1778 r1779  
    382382        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    383383        LMDZ_sed run.def type_trac repr 
     384        LMDZ_sed run.def config_inca none 
    384385    else 
    385386        echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    386387        LMDZ_sed run.def type_trac lmdz 
     388        LMDZ_sed run.def config_inca none 
    387389    fi 
    388390 
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/DRIVER/lmdz.driver

    r1778 r1779  
    382382        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    383383        LMDZ_sed run.def type_trac repr 
     384        LMDZ_sed run.def config_inca none 
    384385    else 
    385386        echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    386387        LMDZ_sed run.def type_trac lmdz 
     388        LMDZ_sed run.def config_inca none 
    387389    fi 
    388390 
  • CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/DRIVER/lmdz.driver

    r1778 r1779  
    382382        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    383383        LMDZ_sed run.def type_trac repr 
     384        LMDZ_sed run.def config_inca none 
    384385    else 
    385386        echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    386387        LMDZ_sed run.def type_trac lmdz 
     388        LMDZ_sed run.def config_inca none 
    387389    fi 
    388390 
  • CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/DRIVER/lmdz.driver

    r1778 r1779  
    382382        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    383383        LMDZ_sed run.def type_trac repr 
     384        LMDZ_sed run.def config_inca none 
    384385    else 
    385386        echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    386387        LMDZ_sed run.def type_trac lmdz 
     388        LMDZ_sed run.def config_inca none 
    387389    fi 
    388390 
Note: See TracChangeset for help on using the changeset viewer.