Ignore:
Timestamp:
02/23/12 14:32:40 (12 years ago)
Author:
jgipsl
Message:
  • Added all .cards needed to run LMDZREPR
  • Added driver for reprobus. Added parameter file reprobus.def and new tracer file, tracer.def.repr
  • In config.def : ok_ade, ok_aie and read_climoz are now set to _AUTO_ which means that the lmdz.driver will add correct value. These values are n,n,0 if running with Reprobus, otherwise y,y,2 as before.
  • Modified AA_make to compile Reprobus (done by makelmdz_fcm).
Location:
CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/config.def_L19

    r1541 r1670  
    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/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/config.def_actuel

    r1550 r1670  
    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/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/config.def_annuel

    r1550 r1670  
    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/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/config.def_preind

    r1550 r1670  
    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/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/run.def

    r1650 r1670  
    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.