Changes between Version 34 and Version 35 of Doc/Models/LMDZ


Ignore:
Timestamp:
07/21/16 08:56:15 (8 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/LMDZ

    v34 v35  
    6666 
    6767 * Annually-varying files (for this case you will use the experiment CREATE_amip)  
    68 Divide the time series into annual files. Use cdo to divide them into annual files with 12 timesteps in each file: 
     68Divide the mensual time series into annual files. Use cdo to divide them into annual files with 12 timesteps in each file: 
    6969 
    7070{{{ 
     
    7474 
    7575 * Climatological files (for this case you will use the experiment CREATE_clim)  
    76 You can use cdo to make an average for each month over the years. For example:  
     76You can use cdo to make an average for each month over the years (with mensual time series). 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 
    8182Note that in this simple example, you may get some inconsistencies between the SST and sea ice fields. Be cautious!  
    8283#### Use SST of a coupled simulation with correction of anomalies ####