Changeset 3038


Ignore:
Timestamp:
12/01/16 17:22:20 (7 years ago)
Author:
jgipsl
Message:

Update LMDZOR_v6 default options to the same as in IPSLCM6.0.6:

  • compile LMD144x142x79 as default
  • lmdz.card : newest physics as default
  • orchidee.card : CWRR hydrologie together with all newest options as default
Location:
CONFIG/UNIFORM/v6/LMDZOR_v6
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/AA_make

    r3013 r3038  
    11#- $Id$ 
    22#- 
    3 #- AA_make for LMDZOR_uni configuration 
    4 #-  
     3#- AA_make for LMDZOR_v6 configuration 
     4#- Default resolution is LMD144142-L79 
     5#- The resolution can be changed by using one of the targets here below with capital letters 
     6#- For example :  
     7#-    gmake LMD9695-L39 
    58 
    69all :  
    7         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L39 ; fi 
     10        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD144142-L79 ; fi 
    811 
    912LMD4443 : libioipsl xios liborchidee lmdz44x43x19 verif  
  • CONFIG/UNIFORM/v6/LMDZOR_v6/AA_make.ldef

    r2197 r3038  
    11#- $Id$ 
    22#--------------------------------------------------------------------- 
    3 #- Initialisations for IPSLCM5 configuration 
     3#- Initialisations for LMDZOR_v6 configuration 
    44#--------------------------------------------------------------------- 
    55SHELL = /bin/sh 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/clim_360d/COMP/lmdz.card

    r3035 r3038  
    99# LMDZ_Physics=NPv5.67 for new physics to be used with LMDZ5/testing revision 2546 or later 
    1010# LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 
    11 LMDZ_Physics=AP 
     11# LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 
     12LMDZ_Physics=NPv5.80bz0 
    1213 
    1314# Set the variable CREATE needed further below to find the initial and boundary condition files. 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/lmdz.card

    r3034 r3038  
    99# LMDZ_Physics=NPv5.67 for new physics to be used with LMDZ5/testing revision 2546 or later 
    1010# LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 
    11 LMDZ_Physics=AP 
     11# LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 
     12LMDZ_Physics=NPv5.80bz0 
    1213 
    1314# Set the variable CREATE needed further below to find the initial and boundary condition files. 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r3016 r3038  
    77# Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 
    88# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 
    9 DefSuffix=Choi 
     9DefSuffix=CWRR 
    1010 
    1111VEGET_UPDATE=1Y 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/COMP/lmdz.card

    r3034 r3038  
    99# LMDZ_Physics=NPv5.67 for new physics to be used with LMDZ5/testing revision 2546 or later 
    1010# LMDZ_Physics=NPv5.70 for new physics to be used with LMDZ5/testing revision 2595 or later 
    11 LMDZ_Physics=AP 
     11# LMDZ_Physics=NPv5.80bz0 for new physics to be used with LMDZ5/trunk revision 2699 or later 
     12LMDZ_Physics=NPv5.80bz0 
    1213 
    1314# Set the variable CREATE needed further below to find the initial and boundary condition files. 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/COMP/orchidee.card

    r3016 r3038  
    77# Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 
    88# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 
    9 DefSuffix=Choi 
     9DefSuffix=CWRR 
    1010 
    1111VEGET_UPDATE=0Y 
Note: See TracChangeset for help on using the changeset viewer.