Ignore:
Timestamp:
08/30/11 14:53:52 (13 years ago)
Author:
jgipsl
Message:
  • Added choice of config.def file : set ConfType?=preind/actuel/annuel in lmdz.card. The file config.def_$ConfType? will be used. The differences are :

preind : aer_type = preind, solar and GHG pre-industrial values, pmagic=0 (as piControl, CpiControl?)
actuel : aer_type = actuel, solar and GHG present values, pmagic=0.008 (as EXP00)
annuel : aer_type = annuel, solar and GHG must be updated with annual values from file, pmagic=0.008 (as historical,Chistorical)

  • For pisces, take same value for CO2 as for LMDZ except for CarbonCycle?=y (same treatment as before).

NB! I suppose that LMDZ ATM_Uptdate always is done before pisces MBG_Update.

  • Added choice of output.def file : set OutLev?=low(as EXP00)/medium(as piControl)/high(as histrical) in lmdz.card. The output are now the same as original IPSLCM5A for each experience.

=> In EXPALL, all 5 experiences correspond to original IPSLCM5A experiences, including possibility of new physics in LMDZ as IPSLCM5B and carbon cycle as IPSLCM5C. More testing is needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/EXPALL/CARD/piControl/COMP/lmdz.card

    r1549 r1550  
    77# LMDZ_Physics=NPv3.0 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    88LMDZ_Physics=AP 
     9 
     10# Set ConfType to choose parameters for aerosols, solar and green house gazes.  
     11# The parameter file PARAM/config.def_$ConfType will be used. 
     12# ConfType=preind/actuel/annuel 
     13ConfType=preind 
    914 
    1015ByPass_hgardfou_teta=n 
     
    1419# To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart experiment 
    1520# LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl/XXXXXX/ATM/Debug/pdControl_XXXXXXX_Bands_96x95x19_3prc.dat_3 
     21 
     22# Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used. 
     23# OutLevel=low/medium/high 
     24OutLevel=medium 
    1625 
    1726# To force higher writing level for aerosol.  
     
    5968        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
    6069        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \ 
    61         (${SUBMIT_DIR}/PARAM/output.def, .), \ 
    62         (${SUBMIT_DIR}/PARAM/config.def, .), \ 
     70        (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},  output.def),    \ 
     71        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),    \ 
    6372        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    6473        (${SUBMIT_DIR}/PARAM/traceur.def, .) 
Note: See TracChangeset for help on using the changeset viewer.