Ignore:
Timestamp:
07/15/11 10:45:11 (13 years ago)
Author:
jgipsl
Message:
  • Added switch between old and new physics in LMDZ :

In lmdz.card, put LMDZ_Physics=AP for old physics or LMDZ_Physics=NPv3.0
to new physics. If LMDZ_Physics is not present in lmdz.card, default
value AP will be used. NB : new physics is still under work and the
parameters may change.

Added suffix _AP for old physiq.def files
Added physiq.def_L39_NPv3.0 : the beginning of this file correspond to
config.def and the end to physiq.def_L39_NPv3.0 in IPSLCM5B
configuration

  • Changed to ok_ade=ok_aie=y for very basse resolution 32x24x11 : the aerososls for Historical run now available at this resolution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver

    r1370 r1512  
     1 
    12# $Id$ 
    23# 
     
    3738            CalendarTypeForLmdz=earth_360d 
    3839    esac 
     40 
     41 
     42         
     43    ##- LMDZ physics version 
     44    ##  Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics)  
     45    if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 
     46        LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 
     47    else 
     48        LMDZ_Physics=AP 
     49    fi 
     50    echo LMDZ physics version : ${LMDZ_Physics} 
     51 
     52 
    3953 
    4054    ##- Create_etat0_limit version 
     
    199213    fi 
    200214 
    201     ## gcm.def parameters : no change since gcm.def_${RESOL_ATM_3D} is used and already modified 
     215    ## gcm.def parameters :  
     216    # Modification only for new physics 
     217    if [ X${LMDZ_Physics} = X"NPv3.0" ] ; then 
     218        LMDZ_sed gcm.def iphysiq     5 
     219    fi 
    202220 
    203221    ## run.def parameters 
Note: See TracChangeset for help on using the changeset viewer.