Changes between Version 29 and Version 30 of Doc/Models/LMDZ


Ignore:
Timestamp:
07/18/16 15:38:34 (8 years ago)
Author:
oboucher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/LMDZ

    v29 v30  
    5656### which sst and sic files ? ### 
    5757#### Use SST of a coupled simulation without correction of anomalies #### 
    58 Identify the time series for the simulation you want to use. Use the tsol_oce variables for the surface temperature (SST) and pourc_sic for the sea ice concentration (SIC). The variables must be monthly outputs of LMDZ. 
    59 For example, the files for the IPSLCM5A rcp4.5 simulation are located at CCRT : 
     58Identify the time series for the simulation you want to use. Use the tsol_oce variables for the surface temperature (SST) and pourc_sic for the sea ice concentration (SIC). The variables must be monthly outputs of the LMDz model. 
     59For example, the files for the IPSLCM5A rcp4.5 simulation are located at the TGCC : 
    6060{{{ 
    6161/dmnfs/cont003/p86denv/IGCM_OUT/IPSLCM5A/PROD/rcp45/v3.rcp45.1/ATM/Analyse/TS_MO/v3.rcp45.1_20060101_21251231_1M_tsol_oce.nc 
     
    6363}}} 
    6464 
    65 You can choose to work with annual variability or with a climatology.  
    66  
    67  * Annual variability (for this case you will use the experiment CREATE_amip)  
     65You can choose to work with annually-varying outputs or with a climatology.  
     66 
     67 * Annually-varying files (for this case you will use the experiment CREATE_amip)  
    6868Divide the time series into annual files. Use cdo to divide them into annual files with 12 timesteps in each file: 
    6969 
     
    7373}}} 
    7474 
    75  * Climatology (for this case you will use the experiment CREATE_clim)  
    76 You can make an average for each month over the years.  
     75 * Climatological files (for this case you will use the experiment CREATE_clim)  
     76You can use cdo to make an average for each month over the years. For example:  
    7777{{{ 
    7878cdo ymonmean all_path_to_file_TS_MO_tsol_oce.nc  $WORKDIR/my_new_dir/v3.rcp45.1_tsol_oce.nc 
    7979cdo ymonmean all_path_to_file_TS_MO_pourc_sic.nc $WORKDIR/my_new_dir/v3.rcp45.1_pourc_sic.nc 
    8080}}} 
    81  
     81Note that in this simple example, you may get some inconsistencies between the SST and sea ice fields. Be cautious!  
    8282#### Use SST of a coupled simulation with correction of anomalies #### 
    8383SST can be corrected with the difference between an AMIP reference SST and a reference SST from a coupled simulation. These two references must be on a same period. [[BR]]