Changes between Version 23 and Version 24 of LMDZoGuOR


Ignore:
Timestamp:
04/27/11 16:22:52 (13 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LMDZoGuOR

    v23 v24  
    1 = Configuration LMDZOR_v4 = [[BR]] 
     1= Configuration LMDZOR_v4 =  
     2Josefine Ghattas[[BR]] 
     3 
     4 
    25LMDZOR_v4 is the current version using LMDZ and ORCHIDEE. It is a configuration in phase with the coupled model IPSL-CM5. It can be used with LMDZ4 production version LMDZ4_AR5 or with one of the latest versions of LMDZ5/trunk.  
    3  
    4 Before running this model set up, choice between 2 mode has to be done : Interannual AMIP simulation or climatologic simulation. No default setup exists. Modifications done by the user in the lmdz.card or orchidee.card are often necessary to adapt to a specific simulation. Modifications in lmdz.driver or orchidee.driver are less often necessary.  
    5  
    6  
    7 /J Ghattas 
    8  
    9 ---- 
    10 This configuration is a modified copy of LMDZ4OR_v3. Modifications are :  
    11  
    12 - the grille 280x280x39 is added. This grid contains a zoom over Africa[[BR]] 
    13 - only one run directory exist : LMDZOR. This directory can be used for different type of simulation for exemple AMIP interannual or climatolical run. Or nudged run with regular or zoomed grid. Only the .card changes for different run. The PARAM directory and the .driver are the same.  
    14  
     6Before running this model set up, choose between 2 mode : Interannual AMIP simulation or climatologic simulation. No default setup exists. Modifications done by the user in the lmdz.card or orchidee.card are often necessary to adapt to a specific simulation. Modifications in lmdz.driver or orchidee.driver are less often necessary.  
     7---- 
    158= CREATE experience for creation of initial state and interpolating of boundary conditions = 
    169This experience is used to create boundary condition and initial state condition for LMDZ using the executable ce0l.e or create_etat0_limit.e. The CREATE experience does not have a PARAM directory instead in CREATE/COMP/lmdz.card the parameter ''PARAM_DIR'' points to the one in experience LMDZOR. PARAM_DIR can be changed to use another directory if wanted.  
     
    6558Script to interpolate files for nudging (fr guidage) are stored in directory CREATE/SCRIPT. To interpolated ERA-Interim use the script interp_from_era.ksh. You must first modify the beginning of this script. To interpolated LMDZ model output files use the script interp_from_TS.ksh. Both of these scripts depends on the script era2gcm.ksh. These scripts tested at mercure and ulam.  
    6659 
     60---- 
    6761 
    6862= LMDZOR experience for running the gcm = 
    69 This configuration only contains one directory for running the gcm.e : LMDZOR. However two possibilities are predefined using the different .cards that are available. To do a climatological simulation, use cards with suffix ''_Climat'', do following link : 
     63This configuration only contains only one directory for running the gcm.e : LMDZOR. This directory can be used for different type of simulation for exemple AMIP interannual or climatolical run. Or nudged run with regular or zoomed grid. Only the .card changes for different run. The PARAM directory and the .driver are the same. Two possibilities are predefined using the different .cards that are available. To do a climatological simulation, use cards with suffix ''_Climat'', do following link : 
    7064{{{ 
    7165cd LMDZOR/COMP; ln -s lmdz.card_Climat lmdz.card; ln -s orchidee.card_Climat orchidee.card 
     
    250244 
    251245 
    252 Commentaires : [[BR]] 
    253 - orchidee.driver pourrait être le même car srf_period_start prend effet en utilisant le variable ${BC_SRF_PFTmap}, qui se fait dans orchidee.card. On pourrait donc avoir : orchidee.card_Climat et orchidee.card_Interannuel[[BR]] 
    254 - Les différentes valeurs dans les .def pourrait être mis dans lmdz.card et orchidee.card pour ensuite être modifié avec sed[[BR]] 
    255 - guide.def pourrait etre mis dans les 2 expériences[[BR]] 
    256  
    257 ---- 
     246----