Changes between Version 9 and Version 10 of LMDZOR_v4


Ignore:
Timestamp:
06/07/11 10:44:21 (13 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LMDZOR_v4

    v9 v10  
    7979 
    8080 
    81 == Interpolation of nudge files == 
     81---- 
     82 
     83= LMDZOR experience for running the gcm = 
     84This configuration only contains only one directory for running the gcm.e : LMDZOR. This directory can be used for different type of simulation for example AMIP interannual or climatological 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 : 
     85{{{ 
     86cd LMDZOR/COMP; ln -s lmdz.card_Climat lmdz.card; ln -s orchidee.card_Climat orchidee.card 
     87}}} 
     88Or to do an AMIP interannual simulation use cards with suffix ''_AMIP'', do following link : 
     89{{{ 
     90cd LMDZOR/COMP; ln -s lmdz.card_AMIP lmdz.card; ln -s orchidee.card_AMIP orchidee.card 
     91}}} 
     92 
     93The cards with suffix _Climat correspond to the experience LMDZOR in configuration LMDZ4OR_v3 and the cards with suffix _AMIP correspond to the experience in directory AMIP in LMDZ4OR_v3 configuration. 
     94 
     95Parameters in config.card such as !JobName, !CalendarType, !DateBegin, !DateEnd must always be considered and eventually modified according to desired experience. 
     96 
     97---- 
     98 
     99= Simulation with nudging = 
     100 
     101=== Interpolation of nudge files === 
    82102The files that will be used for the nudging (''fr'' guidage) must be interpolated to the model grid before running the gcm. Scripts to do this are stored in directory CREATE/SCRIPT. To interpolate ERA-Interim use the script [http://forge.ipsl.jussieu.fr/igcmg/browser/CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/SCRIPT/interp_from_era.ksh interp_from_era.ksh]. You must first modify the beginning of this script. To interpolate LMDZ model output files use the script [http://forge.ipsl.jussieu.fr/igcmg/browser/CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/SCRIPT/interp_from_TS.ksh interp_from_TS.ksh]. Both scripts depend on the script [http://forge.ipsl.jussieu.fr/igcmg/browser/CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/SCRIPT/era2gcm.ksh era2gcm.ksh]. These script access the archive directory with a use in ferret. Therefore it is not possible to use them from vargas or brodie. These scripts are tested at mercure and ulam. Follow step 1 to 3 :  
    83103 
     
    89109 
    901103) Move interpolated files to archive directory.[[BR]] 
    91 ---- 
    92  
    93 = LMDZOR experience for running the gcm = 
    94 This configuration only contains only one directory for running the gcm.e : LMDZOR. This directory can be used for different type of simulation for example AMIP interannual or climatological 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 : 
    95 {{{ 
    96 cd LMDZOR/COMP; ln -s lmdz.card_Climat lmdz.card; ln -s orchidee.card_Climat orchidee.card 
    97 }}} 
    98 Or to do an AMIP interannual simulation use cards with suffix ''_AMIP'', do following link : 
    99 {{{ 
    100 cd LMDZOR/COMP; ln -s lmdz.card_AMIP lmdz.card; ln -s orchidee.card_AMIP orchidee.card 
    101 }}} 
    102  
    103 The cards with suffix _Climat correspond to the experience LMDZOR in configuration LMDZ4OR_v3 and the cards with suffix _AMIP correspond to the experience in directory AMIP in LMDZ4OR_v3 configuration. 
    104  
    105 Parameters in config.card such as !JobName, !CalendarType, !DateBegin, !DateEnd must always be considered and eventually modified according to desired experience. 
    106  
    107 == Nudged run == 
     111 
     112=== For running === 
    108113Follow 3 steps to activate nudging in LMDZ : [[BR]] 
    109114 
     
    1141193) Most probably you have to modify parameter file guide.def containing specifications for the nudging according to your experience.[[BR]] 
    115120 
    116 ---- 
     121 
    117122 
    118123= Problems running at VARGAS =