Changeset 1670 for CONFIG/IPSL_ESM


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
Files:
9 added
7 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/AA_make

    r1621 r1670  
    8989 
    9090lmdz: ../../modeles/LMDZ 
    91         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
    92         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     91        (cd ../../modeles/LMDZ; ./makelmdz_fcm -ext_src ../REPROBUS -cpp REPROBUS -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
     92        (cd ../../modeles/LMDZ; ./makelmdz_fcm -ext_src ../REPROBUS -cpp REPROBUS -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
    9393 
    9494orca2: ../../modeles/NEMO/WORK 
  • CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/DRIVER/lmdz.driver

    r1667 r1670  
    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/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.