Changeset 1647 for CONFIG/LMDZORINCA


Ignore:
Timestamp:
02/01/12 16:05:05 (12 years ago)
Author:
acosce
Message:

Correct a bug in LMDZORINCA config
(forget to read LMDZ_Physiq variable in lmdz.card)

File:
1 edited

Legend:

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

    r1630 r1647  
    4040            CalendarTypeForLmdz=earth_360d 
    4141    esac 
     42 
     43 
     44   ##- LMDZ physics version 
     45   ##  Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 
     46   if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 
     47       LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 
     48   else 
     49       LMDZ_Physics=AP 
     50   fi 
     51   echo LMDZ physics version : ${LMDZ_Physics} 
     52 
    4253 
    4354    ##- Default number of processor for lmdz 
Note: See TracChangeset for help on using the changeset viewer.