Ignore:
Timestamp:
08/23/11 16:40:59 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration : Preparation for new physics in
LMDZ

  • Separated physiq.def_L39 into config.def and physiq.def_L39_AP
  • Added variable LMDZ_physic in lmdz.card. This variable has default value AP for old physics(current physics package). Later with this

variable the new physics package in LMDZ can be switch on.

19 level version on stand-by. Do not use this version for the moment!

  • Deleted physiq.def_L19 in all experience except EXP00. 19 level version has not been updated for these different experiences and all

files were a copy of EXP00/PARAM/physiq.def_L19. physiq.def_L19 is
seperated into physiq.def_L19 and config.def_L19. config.def_L19 is not
yet used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/COMP/lmdz.driver

    r1540 r1541  
    3535            CalendarTypeForLmdz=earth_360d 
    3636    esac 
     37 
     38         
     39    ##- LMDZ physics version 
     40    ##  Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics)  
     41    if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 
     42        LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 
     43    else 
     44        LMDZ_Physics=AP 
     45    fi 
     46    echo LMDZ physics version : ${LMDZ_Physics} 
     47 
    3748 
    3849    ##-- Output frequency purpose .... 
Note: See TracChangeset for help on using the changeset viewer.