Changeset 1545


Ignore:
Timestamp:
08/24/11 14:40:21 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration :

Added possibility to run LMDZ new physics also in historical,
Chistorical, piControl and CpiControl?. See also rev 1544.

Location:
CONFIG/IPSLCM/IPSLCM5-2
Files:
8 edited
4 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.card

    r1541 r1545  
    44[UserChoices] 
    55# Physics package to use :  
    6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     6# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     7# LMDZ_Physics=NPv3.0 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    78LMDZ_Physics=AP 
    89 
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.driver

    r1541 r1545  
    286286    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    287287 
    288     ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
     288    ## gcm.def parameters :  
     289    # Modification only for new physics 
     290    if [ X${LMDZ_Physics} = X"NPv3.0" ] ; then 
     291        LMDZ_sed gcm.def iphysiq     5 
     292    fi 
     293 
    289294 
    290295    ## run.def parameters 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.card

    r1541 r1545  
    44[UserChoices] 
    55# Physics package to use :  
    6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     6# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     7# LMDZ_Physics=NPv3.0 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    78LMDZ_Physics=AP 
    89 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/lmdz.driver

    r1541 r1545  
    286286    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    287287 
    288     ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
     288    ## gcm.def parameters :  
     289    # Modification only for new physics 
     290    if [ X${LMDZ_Physics} = X"NPv3.0" ] ; then 
     291        LMDZ_sed gcm.def iphysiq     5 
     292    fi 
     293 
    289294 
    290295    ## run.def parameters 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.card

    r1541 r1545  
    44[UserChoices] 
    55# Physics package to use :  
    6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     6# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     7# LMDZ_Physics=NPv3.0 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    78LMDZ_Physics=AP 
    89 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver

    r1541 r1545  
    286286    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    287287 
    288     ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
     288    ## gcm.def parameters :  
     289    # Modification only for new physics 
     290    if [ X${LMDZ_Physics} = X"NPv3.0" ] ; then 
     291        LMDZ_sed gcm.def iphysiq     5 
     292    fi 
     293 
    289294 
    290295    ## run.def parameters 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.card

    r1541 r1545  
    44[UserChoices] 
    55# Physics package to use :  
    6 # AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     6# LMDZ_Physics=AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources  
     7# LMDZ_Physics=NPv3.0 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    78LMDZ_Physics=AP 
    89 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.driver

    r1541 r1545  
    286286    LMDZ_sed output.def ok_histNMC  "${LMDZ_NMC_monthly}, ${LMDZ_NMC_daily}, ${LMDZ_NMC_hf}" 
    287287 
    288     ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
     288    ## gcm.def parameters :  
     289    # Modification only for new physics 
     290    if [ X${LMDZ_Physics} = X"NPv3.0" ] ; then 
     291        LMDZ_sed gcm.def iphysiq     5 
     292    fi 
     293 
    289294 
    290295    ## run.def parameters 
Note: See TracChangeset for help on using the changeset viewer.