Changeset 3107


Ignore:
Timestamp:
01/31/17 18:50:16 (7 years ago)
Author:
jgipsl
Message:

Modifications for new configuration

Location:
CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6
Files:
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/AA_make

    r3038 r3107  
    88 
    99all :  
    10         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD144142-L79 ; fi 
     10        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L79 ; fi 
    1111 
    1212LMD4443 : libioipsl xios liborchidee lmdz44x43x19 verif  
     
    101101lmdz: ../../modeles/LMDZ 
    102102        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    103         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -mem -cosp true -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtm true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 
     103        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtm true -strataer true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 
    104104 
    105105 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/EXPERIMENTS/LMDZOR/clim_strataer_360d/COMP/lmdz.card

    r3084 r3107  
    44[UserChoices] 
    55# Physics package to use : 
    6 # LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources 
     6# LMDZ_Physics=APrrtm for standard/old physics(defalut) with RRTM activated 
    77# LMDZ_Physics=NPv3.2 for an early version of the new physics, to be used with LMDZ5/trunk revision 1554 or later 
    88# LMDZ_Physics=NPv5.4 for new physics to be used with LMDZ5/trunk revision 2449 or later 
     
    1010# LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 
    1111# LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 
    12 LMDZ_Physics=NPv6.0.7 
     12LMDZ_Physics=APrrtm 
     13 
     14# Set strataer configuration: type_trac=coeg  
     15LMDZ_strataer=y 
    1316 
    1417# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     
    6164            (${R_IN}/ATM/${RESOL_ATM}/AR5/HISTORIQUE/aerosols_11YearsClim_1860_v5.nc, aerosols.nat.nc),\ 
    6265            (${R_IN}/ATM/SOLAR/CMIP6/v3.1/Control/solarforcing_pdControl_6bands_ave_1980-2000_360days.nc, solarforcing.nc),\ 
    63             (${R_IN}/ATM/STRATAERO/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 
    64             (${R_IN}/ATM/STRATAERO/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.ave.nc, tauswstrat.2D.nc) 
     66            (${R_IN}/ATM/STRATAERO/Climato_OCS_SO2/${RESOL_ATM_XY}/v1/ocs_so2_annual_lmdz.nc, .) 
    6567 
    6668[SmoothFiles] 
     
    9193        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ),   \ 
    9294        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ),   \ 
     95        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstrataer_lmdz.xml,. ),\ 
    9396        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 
    9497 
     
    102105[OutputFiles] 
    103106List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \ 
     107        (histstrataer.nc,  ${R_OUT_ATM_O_M}/${PREFIX}_1M_histstrataer.nc,  Post_1M_histstrataer),  \ 
    104108        (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    105109        (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    Post_1M_histmthNMC),    \ 
     
    122126Seasonal=ON 
    123127 
     128[Post_1M_histstrataer] 
     129Patches= () 
     130GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds, aire) 
     131TimeSeriesVars2D = (budg_emi_ocs) 
     132ChunckJob2D = 100Y 
     133TimeSeriesVars3D = (budg_3D_backgr_ocs) 
     134ChunckJob3D = 100Y 
     135Seasonal=OFF 
     136 
    124137[Post_1M_histmthCOSP] 
    125138Patches = () 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/EXPERIMENTS/LMDZOR/clim_strataer_360d/config.card

    r3074 r3107  
    1515TagName=LMDZOR 
    1616#D- Choice of experiment in EXPERIEMENTS directory 
    17 ExpType=LMDZOR/clim_360d 
     17ExpType=LMDZOR/clim_strataer_360d 
    1818#============================ 
    1919#-- leap, noleap, 360d 
     
    6767WriteFrequency="1M" 
    6868# If config_Restarts_OverRule == 'n' next 4 params are read 
    69 Restart= y 
     69Restart= n  
    7070# Last day of the experience used as restart for this component if Restart=y 
    7171RestartDate=2029-12-31 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/DRIVER/lmdz.driver

    r3106 r3107  
    277277 
    278278    # Activate the histstrataer output file only for configuration with interactive stratospheric aersols  
    279     # done by setting the key word LMDZ_strataero=y in lmdz.card 
    280     if [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
     279    # done by setting the key word LMDZ_strataer=y in lmdz.card 
     280    if [ X${lmdz_UserChoices_LMDZ_strataer} = Xy ] ; then 
    281281        IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled .TRUE. 
    282282    else 
     
    352352        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    353353    else 
    354         echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    355         IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 
    356         IGCM_comp_modifyDefFile blocker run.def config_inca none 
     354        if [ X${lmdz_UserChoices_LMDZ_strataer} = Xy ] ; then 
     355            echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coeg in run.def" 
     356            IGCM_comp_modifyDefFile blocker run.def type_trac coeg  
     357            IGCM_comp_modifyDefFile blocker run.def config_inca none 
     358        else 
     359            echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
     360            IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 
     361            IGCM_comp_modifyDefFile blocker run.def config_inca none 
     362        fi 
    357363    fi 
    358364 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/PARAM/physiq.def_APrrtm

    r3090 r3107  
    9494### nsplit_phys (D=1)  
    9595nsplit_phys=1 
     96 
     97### rrtm 
     98iflag_rrtm=1 
     99NSW=6 
     100 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/PARAM/traceur.def_strataer

    r3090 r3107  
    1 4 
     141 
    2214 14 H2Ov 
    3310 10 H2Ol 
    4 10 10 H2Oi 
    5 10 10 Aga 
     410 10 GASOCS 
     510 10 GASSO2 
     610 10 GASH2SO4 
     710 10 BIN01 
     810 10 BIN02 
     910 10 BIN03 
     1010 10 BIN04 
     1110 10 BIN05 
     1210 10 BIN06 
     1310 10 BIN07 
     1410 10 BIN08 
     1510 10 BIN09 
     1610 10 BIN10 
     1710 10 BIN11 
     1810 10 BIN12 
     1910 10 BIN13 
     2010 10 BIN14 
     2110 10 BIN15 
     2210 10 BIN16 
     2310 10 BIN17 
     2410 10 BIN18 
     2510 10 BIN19 
     2610 10 BIN20 
     2710 10 BIN21 
     2810 10 BIN22 
     2910 10 BIN23 
     3010 10 BIN24 
     3110 10 BIN25 
     3210 10 BIN26 
     3310 10 BIN27 
     3410 10 BIN28 
     3510 10 BIN29 
     3610 10 BIN30 
     3710 10 BIN31 
     3810 10 BIN32 
     3910 10 BIN33 
     4010 10 BIN34 
     4110 10 BIN35 
     4210 10 BIN36  
Note: See TracChangeset for help on using the changeset viewer.