Ignore:
Timestamp:
02/17/17 17:27:56 (7 years ago)
Author:
jgipsl
Message:

Modifications in STRATAER config

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

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/EXPERIMENTS/LMDZOR/amip_strataer/COMP/lmdz.card

    r3144 r3146  
    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 
    7 # LMDZ_Physics=NPv3.2 for an early version of the new physics, to be used with LMDZ5/trunk revision 1554 or later 
    8 # LMDZ_Physics=NPv5.4 for new physics to be used with LMDZ5/trunk revision 2449 or later 
    9 # LMDZ_Physics=NPv5.67 for new physics to be used with LMDZ5/testing revision 2546 or later 
    10 # LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 
    11 # LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 
     6# LMDZ_Physics=APrrtm for standard/old physics(defalut) with RRTM activated 
    127LMDZ_Physics=APrrtm 
    138 
     
    10095        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ),   \ 
    10196        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ),   \ 
     97        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstrataer_lmdz.xml,. ),\ 
    10298        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 
    10399 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/EXPERIMENTS/LMDZOR/amip_strataer/config.card

    r3144 r3146  
    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/EXPERIMENTS/LMDZOR/clim_strataer_360d/COMP/lmdz.card

    r3108 r3146  
    55# Physics package to use : 
    66# LMDZ_Physics=APrrtm for standard/old physics(defalut) with RRTM activated 
    7 # LMDZ_Physics=NPv3.2 for an early version of the new physics, to be used with LMDZ5/trunk revision 1554 or later 
    8 # LMDZ_Physics=NPv5.4 for new physics to be used with LMDZ5/trunk revision 2449 or later 
    9 # LMDZ_Physics=NPv5.67 for new physics to be used with LMDZ5/testing revision 2546 or later 
    10 # LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 
    11 # LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 
    127LMDZ_Physics=APrrtm 
    138 
  • CONFIG/UNIFORM/v6/LMDZORSTRATAER_v6/GENERAL/DRIVER/lmdz.driver

    r3107 r3146  
    353353    else 
    354354        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  
     355            echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" 
     356            IGCM_comp_modifyDefFile blocker run.def type_trac coag  
    357357            IGCM_comp_modifyDefFile blocker run.def config_inca none 
    358358        else 
Note: See TracChangeset for help on using the changeset viewer.