Changeset 1636


Ignore:
Timestamp:
01/25/12 15:15:56 (12 years ago)
Author:
acosce
Message:

Add possibility to use new physiq of LMDZ in LMDZORINCA config

Location:
CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI
Files:
6 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/COMP/lmdz.card_L19

    r1634 r1636  
    44 
    55[UserChoices] 
     6# Physics package to use : 
     7# AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources with 19 or 39 levels 
     8# NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later with 39 levels 
     9LMDZ_Physics=AP 
     10#LMDZ_Physics=NPv3.1 
     11 
     12 
     13 
    614LMDZ_NbPeriod_adjust=3 
    715#LMDZ_NbPeriod_adjust=0 
     
    3240 
    3341[ParametersFiles] 
    34 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def            ), \ 
    35         (${SUBMIT_DIR}/PARAM/gcm.def_L${RESOL_ATM_Z}            , gcm.def               ), \ 
    36         (${SUBMIT_DIR}/PARAM/run.def                            , .                     ), \ 
    37         (${SUBMIT_DIR}/PARAM/guide.def                          , .                     ) 
     42List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics} , physiq.def            ), \ 
     43        (${SUBMIT_DIR}/PARAM/gcm.def_L${RESOL_ATM_Z}                    , gcm.def               ), \ 
     44        (${SUBMIT_DIR}/PARAM/run.def                                    , .                     ), \ 
     45        (${SUBMIT_DIR}/PARAM/guide.def                                  , .                     ) 
    3846  
    3947 
  • CONFIG/LMDZORINCA/tags/LMDZORINCA_v2/EXP_LOI/COMP/lmdz.card_L39

    r1634 r1636  
    44 
    55[UserChoices] 
     6# Physics package to use : 
     7# AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources with 19 or 39 levels 
     8# NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later with 39 levels 
     9LMDZ_Physics=AP 
     10#LMDZ_Physics=NPv3.1 
     11 
     12 
    613LMDZ_NbPeriod_adjust=3 
    714# LMDZ_NbPeriod_adjust=0 
     
    3239 
    3340[ParametersFiles] 
    34 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z} , physiq.def), \ 
    35         (${SUBMIT_DIR}/PARAM/gcm.def_L${RESOL_ATM_Z}            , gcm.def), \ 
    36         (${SUBMIT_DIR}/PARAM/run.def                            , .), \ 
    37         (${SUBMIT_DIR}/PARAM/traceur.def                        , .) 
     41List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics} , physiq.def    ), \ 
     42        (${SUBMIT_DIR}/PARAM/gcm.def_L${RESOL_ATM_Z}                    , gcm.def       ), \ 
     43        (${SUBMIT_DIR}/PARAM/run.def                                    , .             ), \ 
     44        (${SUBMIT_DIR}/PARAM/traceur.def                                , .             ) 
    3845 
    3946[RestartFiles] 
Note: See TracChangeset for help on using the changeset viewer.