Changeset 1686


Ignore:
Timestamp:
03/15/12 19:11:37 (12 years ago)
Author:
jgipsl
Message:

Updated u1 configurations, already done in Reprobus configurations :

  • run.def : include reprobus.def
  • config.def : 3 variables ok_ade, ok_aie and read_climoz become AUTO (=> edited by the driver)
  • lmdz.driver : If reprobus set ok_ade=ok_ade=n and read_climoz=0 else as before.

All files in GENERAL directories are now the same again (for u1).

Location:
CONFIG/UNIFORM/u1
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/DRIVER/lmdz.driver

    r1665 r1686  
    350350 
    351351 
     352    # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 
     353    if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
     354        LMDZ_sed config.def ok_ade n 
     355        LMDZ_sed config.def ok_aie n 
     356        LMDZ_sed config.def read_climoz 0 
     357    else 
     358        LMDZ_sed config.def ok_ade y 
     359        LMDZ_sed config.def ok_aie y 
     360        LMDZ_sed config.def read_climoz 2 
     361    fi 
     362 
    352363    # guide.def : Activate nudging if ok_guide set in lmdz.card 
    353364    if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/config.def_L19

    r1541 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=actuel 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=0 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/config.def_actuel

    r1550 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=actuel 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=2 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/config.def_annuel

    r1550 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=annuel 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=2 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/config.def_preind

    r1550 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=preind 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=2 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/run.def

    r1650 r1686  
    66INCLUDEDEF=output.def 
    77INCLUDEDEF=config.def 
     8INCLUDEDEF=reprobus.def 
    89## Type de calendrier utilise 
    910## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/DRIVER/lmdz.driver

    r1666 r1686  
    350350 
    351351 
     352    # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 
     353    if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
     354        LMDZ_sed config.def ok_ade n 
     355        LMDZ_sed config.def ok_aie n 
     356        LMDZ_sed config.def read_climoz 0 
     357    else 
     358        LMDZ_sed config.def ok_ade y 
     359        LMDZ_sed config.def ok_aie y 
     360        LMDZ_sed config.def read_climoz 2 
     361    fi 
     362 
    352363    # guide.def : Activate nudging if ok_guide set in lmdz.card 
    353364    if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/PARAM/config.def_L19

    r1541 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=actuel 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=0 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/PARAM/config.def_actuel

    r1550 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=actuel 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=2 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/PARAM/config.def_annuel

    r1550 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=annuel 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=2 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/PARAM/config.def_preind

    r1550 r1686  
    3838# 
    3939### ok_ade=y/n   flag Aerosol direct effect 
    40 ok_ade=y 
     40ok_ade=_AUTO_ 
    4141### ok_aie=y/n   flag Aerosol indirect effect 
    42 ok_aie=y 
     42ok_aie=_AUTO_ 
    4343### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel 
    4444aer_type=preind 
     
    5656# 1: read a single ozone climatology that will be used day and night 
    5757# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    58 read_climoz=2 
     58read_climoz=_AUTO_ 
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/PARAM/run.def

    r1650 r1686  
    66INCLUDEDEF=output.def 
    77INCLUDEDEF=config.def 
     8INCLUDEDEF=reprobus.def 
    89## Type de calendrier utilise 
    910## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
Note: See TracChangeset for help on using the changeset viewer.