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/DRIVER/lmdz.driver

    r1549 r1550  
    4646    echo LMDZ physics version : ${LMDZ_Physics} 
    4747 
     48    ## - LMDZ choice of config.def file 
     49    ##   ConfType must be set in lmdz.card 
     50    ConfType=${lmdz_UserChoices_ConfType} 
     51 
     52    ##- LMDZ output level, to be set in lmdz.card 
     53    if [ X${lmdz_UserChoices_OutLevel} = X ] ; then 
     54        # OutLevel is not set. Take default value low. 
     55        OutLevel=low 
     56    else 
     57        OutLevel=${lmdz_UserChoices_OutLevel} 
     58    fi 
    4859 
    4960    ##-- Output frequency purpose .... 
Note: See TracChangeset for help on using the changeset viewer.