Changes between Version 1 and Version 2 of Documentation/UserGuide/SetupZoomEurope


Ignore:
Timestamp:
2013-11-22T15:58:13+01:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/SetupZoomEurope

    v1 v2  
    44 * Resoultion 128x118x39 
    55 * Compile in modipsl/config/LMDZOR_v5.2 using '''gmake 128x118x39''' 
    6  * For running : Add nudging by setting ok_guide=y and add nuding files in !BoundaryFiles section List in lmdz.card. Nuding files must be interpolated to model grid as well as aersolols files.  
    7  * For the moment you have to deactivave aersolos as they are not interpolated yet. Remove them from List in lmdz.card and set following in beginning of lmdz.card : 
     6 * This grid has to be run with nudging, see below.  
     7 
     8 
     9== Nudging == 
     10Activate nudging by setting ok_guide=y and add nuding files in !BoundaryFiles section List in lmdz.card.[[BR]] 
     11 
     12 
     13ERAI nudging files for wind (u and v) has been interpolated to the zoomed grid using the method described here : [https://forge.ipsl.jussieu.fr/igcmg/wiki/platform/en/documentation/I_modeles/B_LMDZ#Interpolationofnudgefiles] 
     14The years 1995 to 2011 have been done. They are stored at TGCC here :  
    815 
    916{{{ 
    10 # manage radiative aerosol effect and ozone  
    11 flag_aerosol=0 
    12 ok_ade=n 
    13 ok_aie=n 
    14 aerosol_couple=n 
    15 read_climoz=0 
    16 ok_cdnc=n 
     17/ccc/work/cont003/dsm/p86ghatt/NUDGEFILES/ERAI-128x118x39 
    1718}}} 
    1819 
    19  
    20 == Exemple for running == 
    21  * In lmdz.card : also remove lines for copying ''aerosols_*nc'' 
    22  
    23 {{{ 
    24 # manage radiative aerosol effect and ozone  
    25 flag_aerosol=0 
    26 ok_ade=n 
    27 ok_aie=n 
    28 aerosol_couple=n 
    29 read_climoz=0 
    30 ok_cdnc=n 
    31  
    32 ... 
    33  
    34 ok_guide=y 
    35 [BoundaryFiles] 
    36 List= (/ccc/work/cont003/dsm/p86ghatt/ERAI-128x118x39/1995/v_199501_erai.nc, v.nc),\ 
    37       (/ccc/work/cont003/dsm/p86ghatt/ERAI-128x118x39/1995/u_199501_erai.nc, u.nc) 
    38 }}} 
    39  
    40  * Modify the file PARAM/guide.def to following: 
     20Following parameters for nudging are proposed to have a strong nudging outside the zoom and a small nudging inside the zoom. Change the PARAM/guide.def to the following :  
    4121 
    4222{{{ 
     
    5636 
    5737 
     38== Aerosols == 
     39The aersols have to be interpolated to the zoomed model grid. The years 1990-2000 for HISTORIQUE run has been done. They are found at default place (no need to change in lmdz.card for these years) : /ccc/work/cont003/dsm/p86ipsl/IGCM/BC/ATM/LMDZ/LMD128118/AR5/HISTORIQUE 
     40[[BR]] 
     41 
     42For other periods, it is possible to deactivate aerosol forcing. To do so, remove the lines containg aerosols_ from List section and change in lmdz.card to the following :  
     43 
     44{{{ 
     45# manage radiative aerosol effect and ozone  
     46flag_aerosol=0 
     47ok_ade=n 
     48ok_aie=n 
     49aerosol_couple=n 
     50read_climoz=0 
     51ok_cdnc=n 
     52}}} 
     53 
     54NB : read_climoz=0 will also deactivate the reading of ozone. Ozone is regridded by the job LMDZ/CREATE_ so this is not necessary to deactivate.  
     55 
     56 
     57 
     58== Exemple for running == 
     59 * In lmdz.card : Choose a year between 1995-2000 
     60 
     61{{{ 
     62ok_guide=y 
     63[BoundaryFiles] 
     64List= (/ccc/work/cont003/dsm/p86ghatt/NUDGEFILES/ERAI-128x118x39/${year}/v_${year}${month}_erai.nc, v.nc),\ 
     65      (/ccc/work/cont003/dsm/p86ghatt/NUDGEFILES/ERAI-128x118x39/${year}/u_${year}${month}_erai.nc, u.nc) 
     66}}} 
     67 
     68 * Modify the file PARAM/guide.def to the one above. 
     69 
    5870 
    5971But it's not stable...